\r\n","locationTeaser":"Hard Rock Cafe, NYC","eventLink":"https://events.ensembleiq.com/RRR","heroImage":null,"topics":[],"upcomingEvents":[],"contentParagraphs":{"isGated":false,"gateType":null,"gateText":null,"paragraphs":[{"id":8709,"bundle":"basic","text":"
Your peers continue to create the most exciting and unique event at the NRF Big Show. Retailers are the stars as 20+ musicians show their chops and continue the tradition of creating great music, good times and great networking. Click here for more information.
Tim Denman is the editor in chief of RIS News. Tim has covered a variety of industries during his media career including car care, pharmaceutical and retail. He focuses his retail coverage on new and emerging technology whose implementation helps retailers provide a differentiated experience in a hyper-competitive landscape.
\r\n","title":"Editor in Chief","picture":{"id":538,"url":"https://eiqeditor.risnews.com/s3/files/styles/portrait_gallery_item/public/pictures/2016-12/tim_denman.png?itok=piXbsPFx","alt":"a man wearing a suit and tie","width":100,"height":133},"phone":"(973) 607-1371","contactForm":true},"businessTopic":[],"contentType":[],"company":[],"marketSegment":[],"metatags":{"title":{"#tag":"meta","#attributes":{"name":"title","content":"Rock & Roll Retail | RIS News"}},"og_site_name":{"#tag":"meta","#attributes":{"property":"og:site_name","content":"RIS News"}},"og_type":{"#tag":"meta","#attributes":{"property":"og:type","content":"Event"}},"og_url":{"#tag":"meta","#attributes":{"property":"og:url","content":"https://eiqeditor.risnews.com/rock-roll-retail"}},"og_title":{"#tag":"meta","#attributes":{"property":"og:title","content":"Rock & Roll Retail"}},"og_updated_time":{"#tag":"meta","#attributes":{"property":"og:updated_time","content":"2017-11-29T15:35:03-0600"}},"twitter_cards_type":{"#tag":"meta","#attributes":{"name":"twitter:card","content":"summary_large_image"}},"twitter_cards_title":{"#tag":"meta","#attributes":{"name":"twitter:title","content":"Rock & Roll Retail"}},"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":"Your peers continue to create the most exciting and unique event at the NRF Big Show. Retailers are the stars as 20+ musicians show their chops and continue the tradition of creating great music, good times and great networking. Click here for more information.","group":"schema_article","schema_metatag":true}},"schema_article_headline":{"#tag":"meta","#attributes":{"name":"headline","content":"Rock & Roll Retail","group":"schema_article","schema_metatag":true}},"schema_article_name":{"#tag":"meta","#attributes":{"name":"name","content":"Rock & Roll Retail","group":"schema_article","schema_metatag":true}}}}};
const country = "US";
const language = "en-US,en;q=0.5";
const SITE_LANGUAGE = "en";
const siteName = "RIS News";
const userRoles = ["anonymous"];
const userUid = 0;
const indexName = "risnews";
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);
}
})();Rock & Roll Retail
Your peers continue to create the most exciting and unique event at the NRF Big Show. Retailers are the stars as 20+ musicians show their chops and continue the tradition of creating great music, good times and great networking. Click here for more information.