Trigger activity on event | Community
Skip to main content
October 12, 2023
Question

Trigger activity on event

  • October 12, 2023
  • 1 reply
  • 632 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

alexbishop
Adobe Employee
Adobe Employee
October 26, 2023

That should work - could you share a screenshot of your audience definition?