\r\n \r\nThis cautious, value-conscious shopper is a fact of retailing life today, and she presents a real challenge to retailers' traditional ways of doing business. Liebmann, CEO of WSL Strategic Retail, notes that according to WSL's February 2012 \"How America Shops\" bi-annual survey, \"80% of women say the recession will last three years or more – and all income groups agree on this. This shopper has accepted the new reality, a moderation mindset.\" \r\n \r\nThis means retailers \"can't push shoppers anywhere they don't want to go, regardless of how fabulous the technology is,\" says Liebmann, who delivered the keynote address, \"Retail Next: Shaping the Shopper Journey\" at the RIS Retail Technology Conference last week in Orlando, FL. \r\n \r\nLiebmann's lively presentation provided six ways retailers can remain relevant parts of today's shopping processes: \r\n \r\n1. Create a different, holistic relationship with shoppers, any way, anywhere and anyhow they want it: Liebmann gave the example of Tesco's Homeplus virtual store in Seoul, South Korea. Digital signage on subway platforms looks uncannily like grocery store shelves, and it includes QR codes that allow consumers to order the items they want using their smartphones. Customers' grocery orders are delivered as they travel home on the subway. \"It's about following the shopper wherever she is,\" says Liebmann. \"It's not about 'either/or' any more, it's about using every touchpoint.\" \r\n \r\n2. Break the rules: Retailers need to grab shoppers' attention. The Giant Eagle Market District in Pittsburgh, PA does so by growing some of its produce right in the store. \"Not only does this 'break the rules,' it shows people that the produce is fresh every day,\" says Liebmann. \r\n \r\n3. Dazzle them to stay longer and spend more: Eataly, a 50,000-square-foot retail complex in New York City, combines \"everything Italian – fresh produce, prosciutto, fish, meat, gelato and coffee bars, wines, cooking classes, an Italian travel service and an Italian bank,\" says Liebmann. \"It's a holistic, extraordinary experience, using old-world retailing writ large.\" \r\n \r\n4. Make the store her/his/\"my\" store: Localization is about more than product assortment, it's about the entire experience. \"Starbucks is moving away from its iconic 'cookie-cutter' stores,\" says Liebmann. \"For example, in Paris, people want to see and be seen as they have their coffee. And Lululemon Athletica creates communities in its stores with old-fashioned tools like bulletin boards as well as new social media.\" \r\n \r\n5. Innovate often and always: Innovation doesn't have to be high-tech. Nube Green in Seattle placed old doors on ceiling tracks, allowing them to \"move the walls and create new spaces for their products depending on the season,\" says Liebmann. \r\n \r\n6. Build an emotional connection with a shopper who is being both pragmatic and cautious: \"Technology by itself gives us nothing; it's what it can do for us in building relationships,\" says Liebmann. \"We're not in the real estate business or the technology business; we're in the engagement business.\" \r\n \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);
}
})();
Six Steps to Overcoming Shoppers' Moderation Mindset
Six Steps to Overcoming Shoppers' Moderation Mindset
Adam Blair
4/16/2012
Before today's shopper completes a purchase, she takes "the cautious pause," according to retailing expert Wendy Liebmann: "With the product in her hand, or in her online shopping cart, she stops and counts to 10 and asks 'Is the product smart? Is it a value? Do I absolutely need it?'"
This cautious, value-conscious shopper is a fact of retailing life today, and she presents a real challenge to retailers' traditional ways of doing business. Liebmann, CEO of WSL Strategic Retail, notes that according to WSL's February 2012 "How America Shops" bi-annual survey, "80% of women say the recession will last three years or more – and all income groups agree on this. This shopper has accepted the new reality, a moderation mindset."
This means retailers "can't push shoppers anywhere they don't want to go, regardless of how fabulous the technology is," says Liebmann, who delivered the keynote address, "Retail Next: Shaping the Shopper Journey" at the RIS Retail Technology Conference last week in Orlando, FL.
Liebmann's lively presentation provided six ways retailers can remain relevant parts of today's shopping processes:
1. Create a different, holistic relationship with shoppers, any way, anywhere and anyhow they want it: Liebmann gave the example of Tesco's Homeplus virtual store in Seoul, South Korea. Digital signage on subway platforms looks uncannily like grocery store shelves, and it includes QR codes that allow consumers to order the items they want using their smartphones. Customers' grocery orders are delivered as they travel home on the subway. "It's about following the shopper wherever she is," says Liebmann. "It's not about 'either/or' any more, it's about using every touchpoint."
2. Break the rules: Retailers need to grab shoppers' attention. The Giant Eagle Market District in Pittsburgh, PA does so by growing some of its produce right in the store. "Not only does this 'break the rules,' it shows people that the produce is fresh every day," says Liebmann.
3. Dazzle them to stay longer and spend more: Eataly, a 50,000-square-foot retail complex in New York City, combines "everything Italian – fresh produce, prosciutto, fish, meat, gelato and coffee bars, wines, cooking classes, an Italian travel service and an Italian bank," says Liebmann. "It's a holistic, extraordinary experience, using old-world retailing writ large."
4. Make the store her/his/"my" store: Localization is about more than product assortment, it's about the entire experience. "Starbucks is moving away from its iconic 'cookie-cutter' stores," says Liebmann. "For example, in Paris, people want to see and be seen as they have their coffee. And Lululemon Athletica creates communities in its stores with old-fashioned tools like bulletin boards as well as new social media."
5. Innovate often and always: Innovation doesn't have to be high-tech. Nube Green in Seattle placed old doors on ceiling tracks, allowing them to "move the walls and create new spaces for their products depending on the season," says Liebmann.
6. Build an emotional connection with a shopper who is being both pragmatic and cautious: "Technology by itself gives us nothing; it's what it can do for us in building relationships," says Liebmann. "We're not in the real estate business or the technology business; we're in the engagement business."