Integrations
NCR Aloha brings together best-in-class software, hardware, and services you need to deliver on what customers want, when they want it.
mParticle’s integration with NCR Aloha allows you to forward Smart Rewards eligibility events to your Aloha account, using the Import Smart Rewards API.
To set up the NCR Aloha integration you will need:
Additionally, you must collect your customers’ Loyalty Card ID number as an mParticle identity. Most clients choose to collect this as an “other”-type identity, e.g. other
, other2
, other3
, etc. You can declare the identity you are using to collect your Loyalty Card ID number from a dropdown as part of the Connection Settings.
Finally, you must be capturing rewards eligibility as an mParticle custom event. That event can include the following attributes
YYYYMMDD
.See NCR Aloha’s private API documentation for more information on these parameters.
Assuming the custom mappings in the image above, the following S2S event will be forwarded to NCR Aloha’s Import Smart Rewards API:
{
"events": [
{
"data": {
"event_name": "Reward Eligibility",
"custom_event_type": "other",
"timestamp_unixtime_ms": 157609199900,
"custom_attributes": {
"template_id": "2",
"start_date": "2019-12-01",
"end_date": "2020-05-01"
}
},
"event_type": "custom_event"
}
],
"user_identities": {
"other": "83294575663832" //Smart Rewards Card Number
},
"device_info": {},
"user_attributes": {},
"environment": "development"
}
The following issues will cause forwarding errors, displayed on the System Alerts page:
Setting Name | Data Type | Default Value | Description |
---|---|---|---|
User ID | string |
The Aloha Loyalty Web Service User ID | |
Password | string |
The Aloha Loyalty Web Service password | |
Company ID | string |
NCR’s designation for the company |
Setting Name | Data Type | Default Value | Description |
---|---|---|---|
Application Key | string |
Tracking ID used by Aloha-only applications, Ask an NCR representative for an App ID. | |
Identity Containing Loyalty Card Number | string |
Card Number Identifier |
Was this page helpful?