Matrix Version:
I have a trigger successfully working that sends out an email to a group of users whenever an event is made live in the system.
Part of this email has a link back to the asset in the system. What I want to do is include some UTM parameters after the link so I can track who assets the asset. I’m using the keywords in the HTML of the email contents E.g.:
A new %asset_type% titled <a href=%asset_url%?utm_source=announcement&utm_medium=email&utm_campaign=csea&utm_id=csea1>;%asset_name%</a> has been added to the Member's area.
however the received email is printing the UTM parameters as straight text and not as part of the link.
Anyone have any ideas?