Expand my Community achievements bar.

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}