\r\n","showSummary":null,"url":"/iot-threat-retailers","date":"2016-09-23T00: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":"Kevin Meagher","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":43,"name":"Business Intelligence (BI)","url":"/business-intelligence"},{"id":7,"name":"Omnichannel","url":"/omnichannel"},{"id":5,"name":"Customer Service","url":"/customer-service"},{"id":135,"name":"Data Synchronization","url":"/data-synchronization"},{"id":22,"name":"E-Commerce","url":"/e-commerce"},{"id":60,"name":"Digital Transformation","url":"/digital-transformation"},{"id":65,"name":"Loyalty Programs","url":"/loyalty-programs"},{"id":75,"name":"Machine Learning","url":"/machine-learning"},{"id":33,"name":"Store Systems","url":"/store-systems"},{"id":454,"name":"Mobile Devices","url":"/mobile-devices"},{"id":9,"name":"Customer Experience","url":"/customer-experience"},{"id":105,"name":"Internet of Things (IoT)","url":"/internet-of-things"}],"contentParagraphs":{"isGated":false,"gateType":null,"gateText":null,"paragraphs":[{"id":619,"bundle":"basic","text":"The IoT has opened the floodgates to innovation. Every manufacturer is racing to exploit internet connectivity to reinvent their products and business models. They have been quick to recognize that the future will be about turning data from their devices into services; services that can add value, generate new revenues, and improve consumer engagement. \r\n \r\nRetailers should worry about what manufacturers are doing and press their own case to control access to data from connected devices. Data from appliances and devices in the home will redefine how consumers interact with their environment and it will have a fundamental impact on the way consumers make their buying decisions in the future. Instead of focusing the physical attributes of a product, the app and services will drive a purchase. These services will become increasingly important to consumers as the IoT develops because they will make homes safer, more energy efficient, and easier to manage. \r\n \r\nFor the retailer, access to data from connected devices will be game changing. They will know exactly who their customers are, where they live, and how they use their products. This will provide deeper insights into consumer behavior, and it also opens the way to deploy new, value added services that can be used to increase brand loyalty and generate new revenues. \r\n \r\nWith both manufacturers and retailers wanting control of the data to effectively ‘own’ the customer relationship, there is an obvious conflict but it seems that few retailers are aware of the threat. This will be a huge problem if, as most analysts predict, every device in the home is eventually connected to the web. If retailers continue to think ‘business as usual’ with a focus on margin and volume and leave the data and services to the device manufacturers, they will ultimately become disenfranchised from their consumer. \r\n \r\nRetailers are in danger of missing a huge opportunity. As the market develops, consumers will move from wanting smart devices, to wanting smart homes, and they will not want to control all their home devices with different apps from different vendors. They will want all the devices in their home to work through a single app so they can program them to behave in set ways. Retailers have the opportunity to solve this problem. Manufacturers cannot offer a unified experience because they compete with each other, but retailers could put themselves firmly in the value chain if they acted as aggregators. \r\n \r\nTo become aggregators, retailers need to be bold and take the lead in the consumer IoT market by developing their own cloud platforms to support the products they sell. They can exploit data to create new services that would reinvigorate the consumer relationship. In an early market, it seems risky to commit to such a strategy, but making a move would, at a minimum, help defend the retailer’s position in the market. This strategy would ultimately provide a way to use the IoT to reinvent the consumer relationship, generate new service revenues, and strengthen their brand. \r\n \r\nIn short, retailers need to think strategically and invest in the IoT. The IoT is going to have a profound impact on their business and they if they simply stick to the traditional role of merchant focused on volume and margin, they will leave a huge gap in the market for someone to offer new value added services. A gap that Amazon, Google and Apple are already working to position themselves to fill. \r\n \r\nKevin Meagher is SVP, business development at ROC-Connect. \r\n \r\nEditor's Note: To learn more on how IoT and machine learning are helping usher in a new era of innovation in retail be sure to attend the Prescriptive Analytics, Machine Learning, and the Internet of Things session at NRF 2017. The session, which will take place Sunday, January 15, 2:00-2:45 pm, will feature Seth Hughes, Sr. mgr., asset protection solutions, Walgreens; Andrea Weiss, founder, The O'Alliance, LLC; and Guy Yehiav, CEO, Profitect and will explore how to maximize the value of the Internet of Things. \r\n \r\nFor more on NRF 2017 be sure to check out RIS’ preview guide here. \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);
}
})();
The IoT has opened the floodgates to innovation. Every manufacturer is racing to exploit internet connectivity to reinvent their products and business models. They have been quick to recognize that the future will be about turning data from their devices into services; services that can add value, generate new revenues, and improve consumer engagement.
Retailers should worry about what manufacturers are doing and press their own case to control access to data from connected devices. Data from appliances and devices in the home will redefine how consumers interact with their environment and it will have a fundamental impact on the way consumers make their buying decisions in the future. Instead of focusing the physical attributes of a product, the app and services will drive a purchase. These services will become increasingly important to consumers as the IoT develops because they will make homes safer, more energy efficient, and easier to manage.
For the retailer, access to data from connected devices will be game changing. They will know exactly who their customers are, where they live, and how they use their products. This will provide deeper insights into consumer behavior, and it also opens the way to deploy new, value added services that can be used to increase brand loyalty and generate new revenues.
With both manufacturers and retailers wanting control of the data to effectively ‘own’ the customer relationship, there is an obvious conflict but it seems that few retailers are aware of the threat. This will be a huge problem if, as most analysts predict, every device in the home is eventually connected to the web. If retailers continue to think ‘business as usual’ with a focus on margin and volume and leave the data and services to the device manufacturers, they will ultimately become disenfranchised from their consumer.
Retailers are in danger of missing a huge opportunity. As the market develops, consumers will move from wanting smart devices, to wanting smart homes, and they will not want to control all their home devices with different apps from different vendors. They will want all the devices in their home to work through a single app so they can program them to behave in set ways. Retailers have the opportunity to solve this problem. Manufacturers cannot offer a unified experience because they compete with each other, but retailers could put themselves firmly in the value chain if they acted as aggregators.
To become aggregators, retailers need to be bold and take the lead in the consumer IoT market by developing their own cloud platforms to support the products they sell. They can exploit data to create new services that would reinvigorate the consumer relationship. In an early market, it seems risky to commit to such a strategy, but making a move would, at a minimum, help defend the retailer’s position in the market. This strategy would ultimately provide a way to use the IoT to reinvent the consumer relationship, generate new service revenues, and strengthen their brand.
In short, retailers need to think strategically and invest in the IoT. The IoT is going to have a profound impact on their business and they if they simply stick to the traditional role of merchant focused on volume and margin, they will leave a huge gap in the market for someone to offer new value added services. A gap that Amazon, Google and Apple are already working to position themselves to fill.
Kevin Meagher is SVP, business development at ROC-Connect.
Editor's Note: To learn more on how IoT and machine learning are helping usher in a new era of innovation in retail be sure to attend the Prescriptive Analytics, Machine Learning, and the Internet of Things session at NRF 2017. The session, which will take place Sunday, January 15, 2:00-2:45 pm, will feature Seth Hughes, Sr. mgr., asset protection solutions, Walgreens; Andrea Weiss, founder, The O'Alliance, LLC; and Guy Yehiav, CEO, Profitect and will explore how to maximize the value of the Internet of Things.
For more on NRF 2017 be sure to check out RIS’ preview guide here.