\r\n","showSummary":null,"url":"/pier-1-completes-omnichannel-transformation-will-it-be-enough","date":"2016-07-05T00:00:00","author":{"email":"devteam@ashday.com","uname":"ash_root","firstName":null,"lastName":null,"bio":null,"title":null,"picture":null,"phone":null,"contactForm":null},"byline":"Jamie Grill-Goodman","hideByline":null,"digitalEdition":null,"sponsored":false,"sponsorship":{"overrideAds":null},"taggedPro":null,"relatedArticles":[],"teaserImage":null,"heroImageSrcset":null,"hideHero":null,"heroImage":null,"heroCaption":null,"attachedFiles":[],"businessTopic":[],"contentType":[],"company":[],"marketSegment":[],"topics":[{"id":15,"name":"Customer Relationship Management (CRM)","url":"/customer-relationship-management-crm"},{"id":5,"name":"Customer Service","url":"/customer-service"},{"id":124,"name":"Data Warehousing","url":"/data-warehousing"},{"id":446,"name":"Data Management","url":"/data-management"},{"id":22,"name":"E-Commerce","url":"/e-commerce"},{"id":275,"name":"Gift Registry","url":"/gift-registry"},{"id":65,"name":"Loyalty Programs","url":"/loyalty-programs"},{"id":203,"name":"E-Commerce Platform","url":"/e-commerce-platform"},{"id":51,"name":"Big Data","url":"/big-data"},{"id":228,"name":"Unstructured Data","url":"/unstructured-data"},{"id":7,"name":"Omnichannel","url":"/omnichannel"},{"id":9,"name":"Customer Experience","url":"/customer-experience"}],"contentParagraphs":{"isGated":false,"gateType":null,"gateText":null,"paragraphs":[{"id":758,"bundle":"basic","text":"Pier 1 Imports, Inc. has been evolving its business model over the past few years to be competitively positioned in the omnichannel retail landscape. The home goods retailer has been experiencing the ongoing movement of shoppers to purchase outside a store, noting direct-to-customer sales ordered outside the store were up 40% in the first quarter 2017, driven by both increased traffic and higher conversion rates on the company's website. \r\n \r\n\"We are keeping our foot on the gas to drive continued direct-to-customer sales growth through website usability product, compelling inventory and functionality,\" said Alexander Smith, President and CEO. \"Our website evolution is ongoing. We released new code approximately every two weeks.\" \r\n \r\nPier 1's online-only SKUs are doing well and the company expects to grow its online-only assortment an additional 25% in fiscal 2017 with further increases planned in future years. \r\n \r\nThe home goods retailer also has another surprise up its sleeve for this year: an online gift registry. Expected to be unveiled later this year, the gift registry on pier1.com will provide the company with another way to drive long-term growth from its omnichannel platform. \r\n \r\nIts new non-tender loyalty program was successfully piloted recently as well and will roll out nationwide in August: the Pearl tier in its three level loyalty program. Cobalt and Platinum are the existing tiers which tied specifically to the private label Pier 1 rewards card. The initial pilot was implemented in three states California, Hawaii and Alaska and Pier 1 just launched it in Texas, Pennsylvania, Florida, and Illinois. \r\nDeveloping this non-tender capability is expected to enable Pier 1 to grow its database of known customers, a group which accounts for the 70% of sales last fiscal year. It also allows the company to recognize and acknowledge these known customers and enables Pier 1 to present personalized offers reflecting merchandise and design ideas that are highly relevant and appealing. \r\n \r\n\"Pier 1 rewards card customers have for the longest time been a powerful asset for our company,\" said Smith. \"The new loyalty tier will allow us to add to this important customer constituency.\" \r\n \r\nThe omnichannel retailer also reports its e-mail strategies focused on frequency and retention generated a nearly 40% increase in demand versus a year ago and the ROI's on those e-mails are much higher year-over-year. \r\n \r\n\"We are also seeing good results in the digital channels which we use most often for new customer acquisition,\" said Alexander Smith, President and CEO. These include non-brand search, product listing ads, performance display and social media. \r\n \r\nThe early success of all of these programs points back to the company's customer data excellence initiative. With the implementation of the loyalty program and recent go live of its new cloud-based customer service tool, this two-year project has hit all the major milestones on its path to completion. The company rebuilt its legacy customer database and added new CRM functionality in fiscal 2016, so that its marketing, customer relations and store teams have access to information about how and when Pier 1 customers spend. \r\n \r\n\"With our customer data excellence initiative complete, we've now got a new more powerful database, improved segmentation capabilities, driving greater personalization, new campaign management tools and expanded loyalty program allowing us to better engage with customers, and just completed this week a customer relations tool that provides a more seamless path when assisting Pier 1 Import shoppers,\" said Smith. \r\n \r\n\"From a high level perspective our marketing strategies are enabling us to bring more customers into our new database, communicate them with more effectively and appeal to the more directly. Over time our ability to offer increasingly personalized incentives and discounts should enable us to reduce the number of broad across the board promotions.\" \r\n \r\nWith Pier 1's omnichannel transformation complete and its growing data analytic capabilities the company hopes it has evolved its business model to be competitively positioned in the new omnichannel retail age. \r\n \r\n\"Operationally we’re controlling costs, closely managing inventories and executing against our supply chain initiatives,\" said Smith. \"Our most pressing mandate is to do everything we can to drive traffic and remain focused on building the purchasing funnel, [grow] under costs, and keep developing great products.\" \r\n"}]}};
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);
}
})();
Pier 1 Completes Omnichannel Transformation, Will it be Enough?
Pier 1 Completes Omnichannel Transformation, Will it be Enough?
Jamie Grill-Goodman
7/5/2016
Pier 1 Imports, Inc. has been evolving its business model over the past few years to be competitively positioned in the omnichannel retail landscape. The home goods retailer has been experiencing the ongoing movement of shoppers to purchase outside a store, noting direct-to-customer sales ordered outside the store were up 40% in the first quarter 2017, driven by both increased traffic and higher conversion rates on the company's website.
"We are keeping our foot on the gas to drive continued direct-to-customer sales growth through website usability product, compelling inventory and functionality," said Alexander Smith, President and CEO. "Our website evolution is ongoing. We released new code approximately every two weeks."
Pier 1's online-only SKUs are doing well and the company expects to grow its online-only assortment an additional 25% in fiscal 2017 with further increases planned in future years.
The home goods retailer also has another surprise up its sleeve for this year: an online gift registry. Expected to be unveiled later this year, the gift registry on pier1.com will provide the company with another way to drive long-term growth from its omnichannel platform.
Its new non-tender loyalty program was successfully piloted recently as well and will roll out nationwide in August: the Pearl tier in its three level loyalty program. Cobalt and Platinum are the existing tiers which tied specifically to the private label Pier 1 rewards card. The initial pilot was implemented in three states California, Hawaii and Alaska and Pier 1 just launched it in Texas, Pennsylvania, Florida, and Illinois.
Developing this non-tender capability is expected to enable Pier 1 to grow its database of known customers, a group which accounts for the 70% of sales last fiscal year. It also allows the company to recognize and acknowledge these known customers and enables Pier 1 to present personalized offers reflecting merchandise and design ideas that are highly relevant and appealing.
"Pier 1 rewards card customers have for the longest time been a powerful asset for our company," said Smith. "The new loyalty tier will allow us to add to this important customer constituency."
The omnichannel retailer also reports its e-mail strategies focused on frequency and retention generated a nearly 40% increase in demand versus a year ago and the ROI's on those e-mails are much higher year-over-year.
"We are also seeing good results in the digital channels which we use most often for new customer acquisition," said Alexander Smith, President and CEO. These include non-brand search, product listing ads, performance display and social media.
"With our customer data excellence initiative complete, we've now got a new more powerful database, improved segmentation capabilities, driving greater personalization, new campaign management tools and expanded loyalty program allowing us to better engage with customers, and just completed this week a customer relations tool that provides a more seamless path when assisting Pier 1 Import shoppers," said Smith.
"From a high level perspective our marketing strategies are enabling us to bring more customers into our new database, communicate them with more effectively and appeal to the more directly. Over time our ability to offer increasingly personalized incentives and discounts should enable us to reduce the number of broad across the board promotions."
With Pier 1's omnichannel transformation complete and its growing data analytic capabilities the company hopes it has evolved its business model to be competitively positioned in the new omnichannel retail age.
"Operationally we’re controlling costs, closely managing inventories and executing against our supply chain initiatives," said Smith. "Our most pressing mandate is to do everything we can to drive traffic and remain focused on building the purchasing funnel, [grow] under costs, and keep developing great products."