\r\n \r\nAfter creating their registry, couples can choose from a variety of gifts, such as \"Cater the Bachelorette Party,\" \"Low-key Date Night,\" and \"An Excuse Not to Cook.\" Registrants also have the option to treat wedding guests to pizza at the end of the reception by adding \"Dancing with My Slice\" to their registry. \r\n \r\nOnce registrants select their gifts, they can share their wish list with family and friends on social media or with a unique URL. Wedding guests can also search for a registry by using the names and wedding date of the couple. \r\n \r\n\"Valentine's Day is right around the corner, so we wanted to give recently-engaged couples that are passionate about pizza the chance to register for something they both truly love as much as their partner,\" said Jenny Fouracre, Domino's spokesperson. \" \r\n \r\n\"We hear often from customers that Domino's was a part of their big day, from proposals to after-hours meals at their wedding,\" continued Fouracre. \r\n"}]}};
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);
}
})();
For the Love of Pizza: Dominos Launches Wedding Registry
For the Love of Pizza: Dominos Launches Wedding Registry
Jamie Grill-Goodman
2/10/2017
First comes love, then comes marriage, then comes…pizza? No doubt many Americans will be popping this question this Valentine's Day and now thanks to a tech advancement from Domnio's Pizza they'll be able to register for more than just plates. The pizza chain has launched a wedding registry at dominosweddingregistry.com with gifts delivered in the form of Domino's eGift cards.
After creating their registry, couples can choose from a variety of gifts, such as "Cater the Bachelorette Party," "Low-key Date Night," and "An Excuse Not to Cook." Registrants also have the option to treat wedding guests to pizza at the end of the reception by adding "Dancing with My Slice" to their registry.
Once registrants select their gifts, they can share their wish list with family and friends on social media or with a unique URL. Wedding guests can also search for a registry by using the names and wedding date of the couple.
"Valentine's Day is right around the corner, so we wanted to give recently-engaged couples that are passionate about pizza the chance to register for something they both truly love as much as their partner," said Jenny Fouracre, Domino's spokesperson. "
"We hear often from customers that Domino's was a part of their big day, from proposals to after-hours meals at their wedding," continued Fouracre.