Hi community, I'm trying to add UTM-parameters to the Email in Real-Time Marketing. Adding the fields is OK (just add collumns to E-mail, and add fields to forms Email Header and Information (main form). However, what I want to do is to add these parameters to all links/URLs in the email when it is sent.
So, lets say I have these fields:
- utm_source=marketing
- utm_medium=email
- utm_campaign=happy_holidayz
And then, in the email I have 14 different URLs (on images or in text). I want to add these to the URLs without neccecsarily showing it in the URL field. So if I have an image with the URL set to
https://community.dynamics.com
I want it to say
https://community.dynamics.com?utm_source=marketing&utm_medium=email&utm_campaign=happy_holidayz
when its used. Of course not medding up Marketings own parameters added to links (if any).
I'm thinking som kind of plugin/workflow to run whenever an email is set to "ready to send".
Anyone done something similar? Is the only way to parse "email body" for all URL html tags and try to insert my own parameters there?
All ideas welcome! Thanks.
Ola