\r\nwhat is the impact of this new technology? Let’s explore how retailers could potentially utilize beacon technology. \r\n","showSummary":null,"url":"/bringing-home-beacon","date":"2015-12-07T00: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":"Asif Khan","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":72,"name":"Coupons","url":"/coupons"},{"id":7,"name":"Omnichannel","url":"/omnichannel"},{"id":60,"name":"Digital Transformation","url":"/digital-transformation"},{"id":103,"name":"Location Based Services","url":"/location-based-services"},{"id":75,"name":"Machine Learning","url":"/machine-learning"},{"id":12,"name":"Marketing","url":"/marketing"},{"id":195,"name":"Mobile Apps","url":"/mobile-apps"},{"id":454,"name":"Mobile Devices","url":"/mobile-devices"},{"id":33,"name":"Store Systems","url":"/store-systems"},{"id":51,"name":"Big Data","url":"/big-data"},{"id":27,"name":"Mobile Strategy","url":"/mobile-strategy"},{"id":105,"name":"Internet of Things (IoT)","url":"/internet-of-things"}],"contentParagraphs":{"isGated":false,"gateType":null,"gateText":null,"paragraphs":[{"id":1123,"bundle":"basic","text":"Beacons — everyone is talking about them. But what is the impact of this new technology? The answer is: it’s all about user experience. \r\n \r\nThe unprecedented rise of location-based technology in the last few years has allowed more and more businesses to experiment and discover use cases for micro location and proximity engagement that were never possible before. New research pegs this at nearly 4.5 million beacons deployed by 2018. \r\n \r\nLet’s explore how retailers could potentially utilize beacon technology: \r\nGreeting customers. With mobile beacons, the process of greeting customers as they enter the store becomes virtually automated. By placing a mobile beacon near the entrance, customers unsure whether to enter or not will find themselves attracted to the shopping area, thanks to a short message encouraging them to come inside. \r\n \r\nSend customers contextual messages. In large department stores, customers can find themselves lost. With beacons they can always be reminded about their location in the store, and what products to find in specific areas. This has the double advantage of making customers feel more at ease, and potentially encouraging them to purchase more goods. \r\nBroadcast special deals. The implementation of deals and special offers has traditionally been communicated by affixing placards to specific groups of discounted products. This arrangement has the downside of potentially not being noticed by all customers. With beacons, customers can be alerted of the best deals whenever they pass through predetermined areas. \r\nMarket segmentation with different apps. With beacons it is much easier to segment customers based on a multitude of criteria. By providing different groups of customers with different mobile apps for the store, certain beacons can be set to trigger different messages for different apps. This could, for instance, alert only the most loyal shoppers about a particularly good deal only available to them. \r\nRedirect to a website. Push notifications with encouraging messages redirecting to store websites can be sent directly to customer smartphones, where they will remain, a single click away. \r\n \r\nKeep track of customers. Individual phone signals can be tracked around the store, granting retailers insight into which paths are more frequently taken, which areas are most visited, and how much time is spent looking at specific products. \r\nMore than a million beacons were shipped last year and many more are on the way. Based on a new global beacon study from ABI Research within five years, beacon shipments will easily top 400 million. It’s up to all of us to figure the use cases that will put them to work. \r\n \r\nBeacons not only deliver more value to the customer, but also empower employees to consistently offer higher service levels. The bottom line is retailers need to jump in and experiment, and make sure to promote location-based alerts with physical or digital signs in-store. RIS"}]}};
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);
}
})();
Beacons — everyone is talking about them. But what is the impact of this new technology? The answer is: it’s all about user experience.
The unprecedented rise of location-based technology in the last few years has allowed more and more businesses to experiment and discover use cases for micro location and proximity engagement that were never possible before. New research pegs this at nearly 4.5 million beacons deployed by 2018. Let’s explore how retailers could potentially utilize beacon technology:
Greeting customers. With mobile beacons, the process of greeting customers as they enter the store becomes virtually automated. By placing a mobile beacon near the entrance, customers unsure whether to enter or not will find themselves attracted to the shopping area, thanks to a short message encouraging them to come inside.
Send customers contextual messages. In large department stores, customers can find themselves lost. With beacons they can always be reminded about their location in the store, and what products to find in specific areas. This has the double advantage of making customers feel more at ease, and potentially encouraging them to purchase more goods.
Broadcast special deals. The implementation of deals and special offers has traditionally been communicated by affixing placards to specific groups of discounted products. This arrangement has the downside of potentially not being noticed by all customers. With beacons, customers can be alerted of the best deals whenever they pass through predetermined areas.
Market segmentation with different apps. With beacons it is much easier to segment customers based on a multitude of criteria. By providing different groups of customers with different mobile apps for the store, certain beacons can be set to trigger different messages for different apps. This could, for instance, alert only the most loyal shoppers about a particularly good deal only available to them.
Redirect to a website. Push notifications with encouraging messages redirecting to store websites can be sent directly to customer smartphones, where they will remain, a single click away.
Keep track of customers. Individual phone signals can be tracked around the store, granting retailers insight into which paths are more frequently taken, which areas are most visited, and how much time is spent looking at specific products.
More than a million beacons were shipped last year and many more are on the way. Based on a new global beacon study from ABI Research within five years, beacon shipments will easily top 400 million. It’s up to all of us to figure the use cases that will put them to work.
Beacons not only deliver more value to the customer, but also empower employees to consistently offer higher service levels. The bottom line is retailers need to jump in and experiment, and make sure to promote location-based alerts with physical or digital signs in-store. RIS