Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!

Trigger activity on event

Avatar

Level 2

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?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Employee Advisor

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