Hi,
I'd like to programmatically identify which email and link a person clicks and include that information in the UTM string of the link of the email. Is this possible in Marketo? Maybe with a token or velocity script?
For example, if there were tokens for "email" and "link", I'd like to have the HTML of the link in my email look something like "utm_campaign={{email.id}}&utm_content={{link.id}}". If the email ID in marketo is 1234 and the link ID is 5678, I'd want the final link to contain "utm_campaign=1234&utm_content=5678".
I'm just making up tokens in my example above. I don't see anything like this in the documentation. I could pull email ID from the email after I create it but would like to automate that if possible. "Link ID" - I'm not sure if this is a real piece of data marketo generates. I would like a way to differentiate which link in the email a user is clicking that I can send to GA.
Thanks for any thoughts!
... View more