I want to trigger / start an Activity when visitor generates an add_to_cart event.
The event is fire as I can see in the Adobe Experience Platform Debugger. In the POST body I see the following JSON:
{
"events": [
{
"xdm":
{
"web":
{
"webInteraction":
{
"linkClicks":
{
"value": 1
},
"name": "addToCart"
}
},
}
}
]
}
I tried making an audience where that parameter is equal to addToCart but this doesn't seem to work.
How do I activate the Activity when this event is fired?