Experience ID - Is this displayed in the interface? | Community
Skip to main content
New Participant
January 21, 2023
Solved

Experience ID - Is this displayed in the interface?

  • January 21, 2023
  • 1 reply
  • 849 views

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

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

@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}

1 reply

Gaureshk_Kodag
Gaureshk_KodagAccepted solution
Employee
January 24, 2023

@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}