\r\nVice President Industry Relations \r\nIQVIA\r\n","imageSrcset":{"src":"https://assets1.drugstorenews.com/styles/max_width_320/s3/2022-03/doug-long.jpg?itok=RJ7P1kBu 320w, https://assets1.drugstorenews.com/styles/max_width_480/s3/2022-03/doug-long.jpg?itok=a0OqZoNN 480w, https://assets1.drugstorenews.com/styles/max_width_800/s3/2022-03/doug-long.jpg?itok=L70Ou_Te 500w","sizes":"(min-width: 1300px) 186px, (min-width: 920px) 14vw, (min-width: 720px) 25vw, 100vw"},"imageCaption":null,"imagePosition":"left","imageAdvertisement":false,"imageSize":"small","imageLink":"https://event.webcasts.com/starthere.jsp?ei=1574943&tp_key=968a3934ba&sti=article","imageExpandable":false,"fullSizeImage":{"id":69775,"alt":"Doug Long, IQVIA","width":500,"url":"https://assets1.drugstorenews.com/styles/max_width_800/s3/2022-03/doug-long.jpg?itok=L70Ou_Te","height":400}},{"id":94929,"bundle":"image_text","text":"
Scott Biggs \r\nDirector of Supplier Services \r\nIQVIA \r\n","imageSrcset":{"src":"https://assets1.drugstorenews.com/styles/max_width_800/s3/2022-02/biggsnacdstse2019.png?itok=epdrpWAf 300w","sizes":"(min-width: 1300px) 186px, (min-width: 920px) 14vw, (min-width: 720px) 25vw, 100vw"},"imageCaption":null,"imagePosition":"left","imageAdvertisement":false,"imageSize":"small","imageLink":"https://event.webcasts.com/starthere.jsp?ei=1574943&tp_key=968a3934ba&sti=article","imageExpandable":false,"fullSizeImage":{"id":69443,"alt":"Scott Biggs","width":300,"url":"https://assets1.drugstorenews.com/styles/max_width_800/s3/2022-02/biggsnacdstse2019.png?itok=epdrpWAf","height":300}},{"id":94930,"bundle":"image_text","text":"John Kenlon \r\nSenior Vice President/Publisher \r\nDrug Store News \r\n","imageSrcset":{"src":"https://assets1.drugstorenews.com/styles/max_width_800/s3/2022-02/johnkenlon1_1.png?itok=5LoKoLb3 300w","sizes":"(min-width: 1300px) 186px, (min-width: 920px) 14vw, (min-width: 720px) 25vw, 100vw"},"imageCaption":null,"imagePosition":"left","imageAdvertisement":false,"imageSize":"small","imageLink":"https://event.webcasts.com/starthere.jsp?ei=1574943&tp_key=968a3934ba&sti=article","imageExpandable":false,"fullSizeImage":{"id":69573,"alt":"John Kenlon","width":300,"url":"https://assets1.drugstorenews.com/styles/max_width_800/s3/2022-02/johnkenlon1_1.png?itok=5LoKoLb3","height":300}},{"id":94931,"bundle":"cta","field_link":{"url":"https://event.webcasts.com/starthere.jsp?ei=1574943&tp_key=968a3934ba&sti=article","text":"View On-Demand"},"body":null,"featured":false,"modifiers":[null,null],"customButtonText":null,"footerText":null},{"id":95015,"bundle":"image_text","text":"Sponsored by:
\r\n","imageSrcset":{"src":"https://assets1.drugstorenews.com/styles/max_width_320/s3/2022-10/sanofi_winthrop_logo.png?itok=WYRpn3jV 320w, https://assets1.drugstorenews.com/styles/max_width_480/s3/2022-10/sanofi_winthrop_logo.png?itok=kRqqtSg3 480w, https://assets1.drugstorenews.com/styles/max_width_640/s3/2022-10/sanofi_winthrop_logo.png?itok=ymVhBmNH 640w, https://assets1.drugstorenews.com/styles/max_width_800/s3/2022-10/sanofi_winthrop_logo.png?itok=E0-BrlJl 800w","sizes":"(min-width: 1300px) 186px, (min-width: 920px) 14vw, (min-width: 720px) 25vw, 100vw"},"imageCaption":null,"imagePosition":"right","imageAdvertisement":false,"imageSize":"small","imageLink":"https://event.webcasts.com/starthere.jsp?ei=1574943&tp_key=968a3934ba&sti=article","imageExpandable":false,"fullSizeImage":{"id":71692,"alt":"sanofi_winthrop_logo","width":1050,"url":"https://assets1.drugstorenews.com/styles/max_width_800/s3/2022-10/sanofi_winthrop_logo.png?itok=E0-BrlJl","height":338}}]}};
const country = "US";
const language = "en-US,en;q=0.5";
const SITE_LANGUAGE = "en";
const siteName = "Drug Store News";
const userRoles = ["anonymous"];
const userUid = 0;
const indexName = "dsnews";
window.dataLayer = window.dataLayer || [];
const data = {};
data.entityTaxonomy = {};
const contentTypes = [
"article",
"blog",
"bulletin",
"embed_page",
"landing_page",
"event",
"image",
"page",
"product",
"whitepaper",
"video",
"tags",
];
if (
routeInfo &&
"bundle" in routeInfo &&
contentTypes.includes(routeInfo["bundle"])
) {
data.entityBundle = routeInfo.bundle;
data.entityTitle = `${routeInfo.title} | ${siteName}`;
data.entityId = routeInfo.id;
data.entityName = routeInfo.author?.uname;
data.entityCreated = routeInfo.created;
data.sponsored = routeInfo.sponsored;
data.sponsor = routeInfo.sponsoringCompany;
data.entityType = "node";
data.entityLangcode = SITE_LANGUAGE;
data.siteName = siteName;
data.drupalLanguage = language;
data.drupalCountry = country;
data.userRoles = userRoles;
data.userUid = userUid;
data.entityTaxonomyKeys = {};
data.entityTaxonomyHierarchies = {};
data.parentNaicsCode = {};
data.isPro = false;
data.algoliaIndexName = indexName;
// Add toxonomy data
const taxonomies = {
businessTopic: "business_topic",
contentType: "content_type",
company: "company",
marketSegment: "market_segment",
};
const getHierarchy = (term, terms = []) => {
terms.push({ id: term.id, name: term.name });
if (term.parentTerm != null) {
getHierarchy(term.parentTerm, terms);
}
return terms;
};
const getTerms = (term, useApiId = false) => {
return { id: useApiId ? term.apiId : term.id, name: term.name };
};
const getKeys = (term) => {
return { id: term.id, name: term.apiId };
};
Object.entries(taxonomies).forEach(([key, item]) => {
terms = routeInfo[key];
if (terms && terms.length > 0) {
data["entityTaxonomy"][item] = terms.map((term) =>
getTerms(term, key === "company")
);
if (key !== "company") {
data["entityTaxonomyKeys"][item] = terms.map(getKeys);
termGroups = [];
terms.forEach((term, termInd) => {
termGroups[termInd] = getHierarchy(term);
});
data["entityTaxonomyHierarchies"][item] = termGroups;
}
}
});
data["entityTaxonomy"]["tags"] = routeInfo["topics"] || [];
// Primary Topic is either the business topic or the top tag.
if (routeInfo["businessTopic"]?.length > 0) {
data["entityPrimaryTopic"] = routeInfo["businessTopic"][0]["name"];
} else {
if (routeInfo["topics"]?.length > 0) {
data["entityPrimaryTopic"] = routeInfo["topics"][0]["name"];
}
}
// Primary and secondary entityNaicsCodes come from the MarketSegment
if (routeInfo.marketSegment?.length > 0) {
data.entityNaicsCode = {};
data["entityNaicsCode"]["id"] = routeInfo["marketSegment"][0]["id"];
data["entityNaicsCode"]["name"] =
routeInfo["marketSegment"][0]["naicsCode"];
if (routeInfo["marketSegment"][0]["parentTerm"] != null) {
data["parentNaicsCode"]["id"] =
routeInfo["marketSegment"][0]["parentTerm"]["id"];
data["parentNaicsCode"]["name"] =
routeInfo["marketSegment"][0]["parentTerm"]["naicsCode"];
}
} else {
data.entityNaicsCode = [];
}
if (routeInfo.taggedPro) {
data.isPro = routeInfo.taggedPro;
}
window.dataLayer.push(data);
} else if (routeInfo && "vid" in routeInfo) {
data.entityBundle = "tags";
data.entityTitle = routeInfo.name;
data.entityId = routeInfo.id;
data.entityName = routeInfo.author?.uname;
data.entityCreated = routeInfo.created;
data.entityType = "taxonomy_term";
data.entityLangcode = SITE_LANGUAGE;
data.siteName = siteName;
data.sponsored = routeInfo.sponsored;
data.sponsor = routeInfo.sponsoringCompany;
data.drupalLanguage = language;
data.drupalCountry = country;
data.userRoles = userRoles;
data.userUid = userUid;
data.algoliaIndexName = indexName;
data["entityTaxonomy"]["tags"] = {
id: routeInfo["id"],
name: routeInfo["name"],
};
window.dataLayer.push(data);
}
})();Evolving Pharmaceutical Trends: 2022 Review
Doug Long, Vice President Industry Relations, and Scott Biggs, Director of Supplier Services, will share the latest data from IQVIA and talk to us about the trends and performance year to date in 2022. During this presentation they will touch on Retail performance for each class of trade, the overall market performance for Retail, Mail and LTC as well as how the current cough, cold and flu season is impacting retail pharmacy trends.
What attendees will learn:
A numbers-based account of market performance, reimbursements, price, generics, and biosimilars
Review of 2022 data vs 2021 to identify shifting dynamics
Retail pharmaceutical marketplace expectations for 2023
Speakers:
Doug Long
Vice President Industry Relations
IQVIA
Scott Biggs
Director of Supplier Services
IQVIA
John Kenlon
Senior Vice President/Publisher
Drug Store News
X
This ad will auto-close in 10 seconds