\r\n \r\nSpendingPulse, which uses MasterCard data as well as surveys of other forms of payment, reported increases in several key retail categories. Apparel sales rose 11.2%; jewelry sales climbed 8.4%, and non-jewelry luxury sales increased 6.7%. The electronics sector was a laggard, with a modest 1.2% increase over 2009. \r\n \r\nOnline sales were a particular bright spot this year, rising a projected 15.4% to $36.4 billion, according to MasterCard's SpendingPulse eCommerce Index. \r\n \r\n\"If last year's holiday story was about gaining some stability, this year's is about getting back to growth,\" said Michael McNamara, vice president of research and analysis for SpendingPulse. \"The 2010 holiday period is categorized by strong year-over-year growth in apparel and continued strength in e-commerce. We also saw a noticeable return in spending in the larger ticket items, as exemplified by the solid growth in jewelry, luxury and even the furniture category.\" \r\n \r\nSeveral groups that track retail sales had revised their spending estimates upward in the weeks prior to Christmas. The International Council of Shopping Centers, which focuses on chain store sales, revised its November-December holiday season sales forecast upward by 0.5 percentage points on December 21, to an increase ranging from 3.5% to 4%. In mid-December, the National Retail Federation (NRF) revised its holiday forecast upward from 2.3% to 3.3% based on improvements in a range of economic indicators as well as early sales figures. \r\n \r\n\"The start to the holiday season has surpassed all expectations,\" said Mathew Shay, NRF president and CEO in a statement announcing the revision. \"While employment data is still a concern, we are starting to see improvement in other economic indicators that support an increase in our forecast. In order to sustain this momentum for retailers and the U.S. economy, there must be a renewed focus on jobs as we enter the new year.\" \r\n \r\nAs Shay indicates, a continuing high unemployment rate of 9.8%, coupled with consumers' desire to avoid racking up credit card debt and gas prices of $3 per gallon on average, could make retailers' holiday sales celebrations short-lived. \r\n \r\nEven Mother Nature said \"Bah! Humbug!,\" with a December 26 blizzard that effectively stopped travel along the Eastern Seaboard from the Carolinas to New England. The day after Christmas is one of the five busiest shopping days of the year, but with trains, planes and automobiles all snowbound, retailers will have to rebuild momentum with discounts and promotions to entice customers back into stores."}]}};
const country = "HK";
const language = "en, *";
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);
}
})();
Holiday Sales Up 5.5% to $584 Billion, Surpassing 2007 Totals
Holiday Sales Up 5.5% to $584 Billion, Surpassing 2007 Totals
Adam Blair
12/28/2010
Early reports of 2010 holiday sales indicate retailers had their best season since the pre-Great Recession year of 2007. For the 50 days before Christmas, retail sales (excluding auto sales) rose 5.5% compared to the same period last year, according to MasterCard Advisors SpendingPulse. That increase translates into total retail sales of about $583.4 billion, compared to $566.3 billion for the same period in 2007, according to published reports.
SpendingPulse, which uses MasterCard data as well as surveys of other forms of payment, reported increases in several key retail categories. Apparel sales rose 11.2%; jewelry sales climbed 8.4%, and non-jewelry luxury sales increased 6.7%. The electronics sector was a laggard, with a modest 1.2% increase over 2009.
Online sales were a particular bright spot this year, rising a projected 15.4% to $36.4 billion, according to MasterCard's SpendingPulse eCommerce Index.
"If last year's holiday story was about gaining some stability, this year's is about getting back to growth," said Michael McNamara, vice president of research and analysis for SpendingPulse. "The 2010 holiday period is categorized by strong year-over-year growth in apparel and continued strength in e-commerce. We also saw a noticeable return in spending in the larger ticket items, as exemplified by the solid growth in jewelry, luxury and even the furniture category."
Several groups that track retail sales had revised their spending estimates upward in the weeks prior to Christmas. The International Council of Shopping Centers, which focuses on chain store sales, revised its November-December holiday season sales forecast upward by 0.5 percentage points on December 21, to an increase ranging from 3.5% to 4%. In mid-December, the National Retail Federation (NRF) revised its holiday forecast upward from 2.3% to 3.3% based on improvements in a range of economic indicators as well as early sales figures.
"The start to the holiday season has surpassed all expectations," said Mathew Shay, NRF president and CEO in a statement announcing the revision. "While employment data is still a concern, we are starting to see improvement in other economic indicators that support an increase in our forecast. In order to sustain this momentum for retailers and the U.S. economy, there must be a renewed focus on jobs as we enter the new year."
As Shay indicates, a continuing high unemployment rate of 9.8%, coupled with consumers' desire to avoid racking up credit card debt and gas prices of $3 per gallon on average, could make retailers' holiday sales celebrations short-lived.
Even Mother Nature said "Bah! Humbug!," with a December 26 blizzard that effectively stopped travel along the Eastern Seaboard from the Carolinas to New England. The day after Christmas is one of the five busiest shopping days of the year, but with trains, planes and automobiles all snowbound, retailers will have to rebuild momentum with discounts and promotions to entice customers back into stores.