Expand my Community achievements bar.

JOIN US Next Wednesday, 12/6/23 @ 8am PT for the next Community Q&A Coffee Break! Bring your Machine Learning, AI Reporting & Analysis Questions to the chat. Experts Brent Kostak, Cristinel Anastasoaie, & Drew Burns of the Adobe Target Product Team will be providing deep insights and useful tips
SOLVED

Experience ID - Is this displayed in the interface?

Avatar

Level 2

I am passing experience ID in a response token.

 

Is the experience ID also available in the interface? I need to allow marketing teams to be able to match the experience ID to the friendly name without messing about with APIs etc. 

 

We can't pass the experience name in a token as we don't want that exposed on the client. 

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@enick_88 you can use this,

 

** Campaign Name: ${campaign.name}
** Recipe Name: ${campaign.recipe.name}
** Campaign ID: ${campaign.id}
** Recipe ID: ${campaign.recipe.id}
** Mbox PCID: ${user.pcId}

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

@enick_88 you can use this,

 

** Campaign Name: ${campaign.name}
** Recipe Name: ${campaign.recipe.name}
** Campaign ID: ${campaign.id}
** Recipe ID: ${campaign.recipe.id}
** Mbox PCID: ${user.pcId}