Hi all,
I am creating a url tracking parameter in Marketing Channel surface and want to add the message action name included in journeys. But I need it to populate in the URL following this format: "em-" + context.system.source.actionName.
When using context.system.source.actionName as is, it will show i.e.: Email+-+ "ActionName". Therefore, I'd need to replace the first part mentioned above (Email+-+) by "em-"
Is it possible to treat this type of contextual attributed at channel surface level?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@LuisCardenas If I understood your ask correctly when I use the below function in utm_campaign gives a link with this UTM.
Result: utm_source=AJO&utm_medium=Email&utm_campaign=em-&correlationId="1232432432"
@LuisCardenas Yes, you can add an additional string at the channel surface level.
URL parameters will look like below,
Thanks for the answe. However, my question/need is that I'd need it to be utm_campaign=em-actionName (removing the Email part that comes after "em-" in your screenshots).
I'd appreciate any help
Views
Replies
Total Likes
@LuisCardenas If I understood your ask correctly when I use the below function in utm_campaign gives a link with this UTM.
Result: utm_source=AJO&utm_medium=Email&utm_campaign=em-&correlationId="1232432432"
Hi @LuisCardenas,
Was the given solution helpful to resolve your query or do you still need more help here? Do let us know. In case the given solution was helpful, then kindly choose it as the 'Correct Reply'.
Thanks!
Views
Replies
Total Likes