Integrations
Antavo is an Enterprise Loyalty Cloud, providing best-in-class technology to manage next-gen, experience-based and lifestyle loyalty programs online, in-store or on mobile.
Antavo sends Custom Events to mParticle. You can specify the event_name
, custom_event_type
and attributes for each event within Antavo. Attributes should be prefixed with “antavo_” (ie “antavo_reward_tier”) for easier identification and to reduce naming conflicts.
Users must define Antavo events prior to sending them to mParticle. Users can define the Antavo loyalty field that corresponds with the mParticle field (called “remote fields” in Antavo’s UI) under Modules > mParticle > Sync Fields.
More details about mapping fields between mParticle and Antavo can be found in Antavo’s user documentation.
{
"schema_version": 2,
"environment": "production",
"user_identities":
{
"customer_id": "anthony_a",
"email": "anthony_a@antavo.com"
},
"user_attributes":
{
"$firstname": "Anthony",
"$lastname": "Antavo",
"spendable": 49482,
"$gender": "male",
"score": 49492,
"events":
[
{
"data":
{
"event_name": "point_add",
"custom_event_type": "other",
"points": "10"
},
"event_type": "custom_event"
}
]
}
}
Was this page helpful?