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!

Can I use Response Tokens in offer?

Avatar

Level 2

I have enabled activty.id and experience.name response tokens expecting that I can use ${experience.name} in an offer (or option).  Am I using this incorrectly? Also, when I put the following code in the offer, tokens is empty:

document.addEventListener(adobe.target.event.REQUEST_SUCCEEDED, function (e) {

    var tokens=e.detail.responseTokens;

});

0 Replies