[SalesForce] Issue with tracking appended to our links on triggered emails

We are experiencing an issue with emails we're sending in regards to the Exact Target tracking appended to our links – in some cases the tracking is preventing our links from displaying in the browser. We've done some investigation and identified a divide between our transactional emails and our marketing newsletters. For a particular example, our Twitter link is entered as https://twitter.com/feelunique in both cases, but the output differs; on our transactional emails this resolves to

//twitter.com/feelunique?utm_source=exacttarget&utm_medium=Email&utm_content=%%%3dRedirectTo(%40a)%3d%%&utm_campaign=Back+in+Stock&2/4/2015 (a blank page) whereas the marketing newsletter version resolves to

//twitter.com/feelunique?utm_source=exacttarge&utm_medium=Email&utm_term=1196256&utm_content=twitter&utm_campaign=tues_love_skin_030215_uk_ffc (which loads successfully).

It seems that the overuse of percentage symbols "%" in the first case is preventing the request from rendering. What we don't know is where the tracking is constructed and whether or not we have the ability to tweak it. The solution could be as simple as amending our transactional tracking to reflect our marketing newsletter tracking, if this is the case, could anyone advise how we would do this?

Best Answer

Be sure and add alias="STATIC TEXT HERE" attributes to your links, otherwise, the URL specified in the href will get passed along in the link wrapping.

AMPScript does not get evaluated in alias tags.

Related Topic