When you create a third party trigger for AB Tasty, the Made with Intent client script will dispatch custom DOM events that can be used to trigger AB Tasty campaigns.
How to create an experience in AB Tasty
Configure your AB Tasty campaign as normal
In your AB Tasty campaign editor, click the code option from the where section
Copy and paste the execution code shown to you in the trigger modal. It looks like this:
document.addEventListener(
'intent.campaign.66d0200adf3681065c0eeb19',
function(e) {
abResolve(true)
}
);The abResolve() function in this code is triggered when your Made with Intent experience fires
Save the Third Party trigger, and complete the set-up of your campaign