\r\nSee an example here .
\r\n\r\nReceive qualified sales leads with DSN 's webinar program.
\r\n\r\nMEDIA KITS \r\n\r\n2023 Media Planner
\r\n\r\nDrug Store News Advertiser Specifications Sheet
\r\n\r\nClick or call your DSN Sales Manager for details.
\r\n\r\nPUBLISHING \r\n\r\nJohn Kenlon \r\nSenior Vice President/Publisher \r\n516-650-2064 \r\nJKenlon@drugstorenews.com
\r\n\r\nADVERTISING \r\n\r\nAlex Tomas \r\nNortheast Manager \r\n212-756-5155 \r\nATomas@drugstorenews.com
\r\n\r\nSteven Werner \r\nRegional Manager \r\n312-961-7162 \r\nSWerner@drugstorenews.com
\r\n"}],"renderGatingWall":true},"sponsorship":{"overrideAds":false},"teaserImage":null,"attachedFiles":[],"heroImageSrcset":null,"heroImage":null,"heroCaption":null,"businessTopic":[],"contentType":[{"id":1209,"name":"News","apiId":"news-article","parentTerm":{"id":1162,"name":"Article","apiId":"article","parentTerm":null}}],"company":[],"marketSegment":[{"id":1166,"name":"Retail","apiId":"retail","naicsCode":null,"parentTerm":null}],"topics":[],"metatags":{"title":{"#tag":"meta","#attributes":{"name":"title","content":"Media Planners | Drug Store News"}},"og_site_name":{"#tag":"meta","#attributes":{"property":"og:site_name","content":"Drug Store News"}},"og_type":{"#tag":"meta","#attributes":{"property":"og:type","content":"Page"}},"og_url":{"#tag":"meta","#attributes":{"property":"og:url","content":"https://eiqeditor.drugstorenews.com/media-planners"}},"og_title":{"#tag":"meta","#attributes":{"property":"og:title","content":"Media Planners"}},"og_updated_time":{"#tag":"meta","#attributes":{"property":"og:updated_time","content":"2023-04-11T16:00:00-0500"}},"twitter_cards_type":{"#tag":"meta","#attributes":{"name":"twitter:card","content":"summary_large_image"}},"twitter_cards_title":{"#tag":"meta","#attributes":{"name":"twitter:title","content":"Media Planners"}},"schema.org":{"schema_article_type":{"#tag":"meta","#attributes":{"name":"@type","content":"Article","group":"schema_article","schema_metatag":true}},"schema_article_article_body":{"#tag":"meta","#attributes":{"name":"articleBody","content":"Behind every consumer buying decision there is a chain of influence. From the corner office to every corner of the store, the Drug Store News Group is your strongest link to the people who buy, sell and recommend your products. That’s because DSN is the No. 1 source of news, knowledge and networking for professionals in the multibillion dollar retail pharmacy marketplace. Online, in print and at events, the Drug Store News Group will build your business and your brands. Make sure your products are in the mix when retailers are planning their buys. Click below to review our Media Kit. Then contact your sales manager to learn more and sell more with DSN.\r\nCURRENT OPPORTUNITIES\r\n\r\nDSN A.M. e-newsletter: the way to wake up retail chain pharmacy decision-makers and influencers\r\nSee an example here.\r\n\r\nReceive qualified sales leads with DSN's webinar program.\r\n\r\nMEDIA KITS\r\n\r\n2023 Media Planner\r\n\r\nDrug Store News Advertiser Specifications Sheet\r\n\r\nClick or call your DSN Sales Manager for details.\r\n\r\nPUBLISHING\r\n\r\nJohn Kenlon\r\nSenior Vice President/Publisher\r\n516-650-2064\r\nJKenlon@drugstorenews.com\r\n\r\nADVERTISING\r\n\r\nAlex Tomas\r\nNortheast Manager\r\n212-756-5155\r\nATomas@drugstorenews.com\r\n\r\nSteven Werner\r\nRegional Manager\r\n312-961-7162\r\nSWerner@drugstorenews.com","group":"schema_article","schema_metatag":true}},"schema_article_headline":{"#tag":"meta","#attributes":{"name":"headline","content":"Media Planners","group":"schema_article","schema_metatag":true}},"schema_article_name":{"#tag":"meta","#attributes":{"name":"name","content":"Media Planners","group":"schema_article","schema_metatag":true}},"schema_article_date_published":{"#tag":"meta","#attributes":{"name":"datePublished","content":"Mon, 08/12/2019 - 19:00","group":"schema_article","schema_metatag":true}},"schema_article_date_modified":{"#tag":"meta","#attributes":{"name":"dateModified","content":"Mon, 08/12/2019 - 19:00","group":"schema_article","schema_metatag":true}}}}};
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);
}
})();Media Planners
Media Planners Behind every consumer buying decision there is a chain of influence. From the corner office to every corner of the store, the Drug Store News Group is your strongest link to the people who buy, sell and recommend your products. That’s because DSN is the No. 1 source of news, knowledge and networking for professionals in the multibillion dollar retail pharmacy marketplace. Online, in print and at events, the Drug Store News Group will build your business and your brands. Make sure your products are in the mix when retailers are planning their buys. Click below to review our Media Kit. Then contact your sales manager to learn more and sell more with DSN .
X
This ad will auto-close in 10 seconds