Below are the steps to set-up an internal POC/Demo of how you can support Personalisation in Retail
The POC/Demo covers how Brands can quickly demonstrate the value of integrating their Customer/Decisioning Data into the Platform to support Connected & Personalised Customer Experiences in Retail.
The Steps below cover how to connect to the Platform's 'Visitor API' & utilise any Customer/Decisioning Data within the Platform.
Connected Customer/Decisioning Data can also be surfaced to Store Staff when they pick-up customer's up from the Queue.
What you require for this POC/Demo
> Platform REST API Key (to authenticate with the Visitor API)
> Mobile Phone with a REST API Client App installed
> Test Store/Display running some Test Campaigns
> Demo Use Cases (incl Defined Customer/Decisioning Data)
Please raise a support ticket if you need help at any stage in setting up the below POC/Demo. The Team will be happy to assist.
We use 'REST Api Client Android' & see section below for Settings
STEP 4: Define the Demo Use Cases and {Data} used to Trigger Personalised Campaigns
STEP 5: Triggered Campaign Running on a Connected Display (Validate Customer/Decisioning Data is being received)
REST API APP Settings should be as follows:
USE CASE 1. 'TRIGGER CAMPAIGN' ON A SPECIFIC DISPLAY
{
"device_id":"xxx",
"device_type":"{Data}",
"events":"{Data}",
"first_name":"{Data}",
"page_view":"{Data}",
"product_holdings":[
"{Data}"
],
"source":"APP",
"uuid":"{ACTUAL-STORE-CODE}",
"uuid_type":"STORE_CODE",
"display_id":{ACTUAL-DISPLAY-ID}
}
USE CASE 2. 'TRIGGER CAMPAIGNS' ON ALL DISPLAYS IN A SPECIFIC STORE AT ONCE
{
"device_id":"xxx",
"device_type":"{Data}",
"events":"{Data}",
"first_name":"{Data}",
"page_view":"{Data}",
"product_holdings":[
"{Data}"
],
"source":"APP",
"uuid":"{ACTUAL-STORE-CODE}",
"uuid_type":"STORE_CODE"
}
For "device_id" > you can use any random value, however this field can't be left Blank
For "source" > you can use either "APP" or "STORE_TABLET"
For "uuid" > you must use the Actual Store Code for the Store you are Testing In
For "uuid_type" > leave as is. This must be "STORE_CODE"
For "display_id" > you must use the Actual Display ID of the Display you are Testing on. Quickest way to get this is to Login to HQ Admin, Navigate to the Display Details Page and check the URL (/hq-admin/displays-and-devices/details/{ACTUAL-DISPLAY-ID}/display-details)
Other Customer/Decisioning fields supported:
> Age, Gender, Product Type, Plan Type, Plan Value, Purchase History, Platform Data & Visitor Segments
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article