These work perfectly fine in our mail template when viewed online (directly through the CMS website) but when emailed out the link is intercepted and adjusted to use the /episervermail/public/gomail.aspx for statistics.
There are two problems I'm finding with this gomail.aspx:
1) When the link is adjusted in the sent mail it seems to force all characters to lower so our link becomes like:
Just to clear this one up, it turned out to be a load balancer was stripping these characters :-/ After much investigation this was determined and was a 5min fix for the hosting vendor to correct.
Hi there
I'm pretty sure there is a problem that EPiServer Mail is causing for our static Google Ads so I'm hoping someone has seen this and has some advice..
Basically within our newsletter we have links like:
<a href="http://ad-apac.doubleclick.net/N6773/jump/n.oursite.identifier/newsletter;pos=2;sz=300x250;dcove=r;ord=7.5596726E7?" target="_top">
<img src="http://ad-apac.doubleclick.net/N6773/ad/n.oursite.identifier/newsletter;pos=2;sz=300x250;dcove=r;ord=7.5596726E7?" border="0">
</a>
These work perfectly fine in our mail template when viewed online (directly through the CMS website) but when emailed out the link is intercepted and adjusted to use the /episervermail/public/gomail.aspx for statistics.
There are two problems I'm finding with this gomail.aspx:
1) When the link is adjusted in the sent mail it seems to force all characters to lower so our link becomes like:
http://ourdomain.com.au/episervermail/public/gomail.aspx?op=false&mid=169f4c78-617a-48b2-81a4-a889804481e8&rid=14cb0521-307c-4bf4-bb88-caf299c93b8f&url=http://ad-apac.doubleclick.net/n6773/jump/n.oursite.identifier/newsletter;pos=2;sz=300x250;dcove=r;ord=7.5596726e7?
-note the "N6673" has become "n6673" and the "E7?" at the end has become "e7?"
2) Secondly is that, even with the correct casing, when making the request to gomail the redirect strips the semi colons and sends you to:
http://ad-apac.doubleclick.net/N6773/jump/n.oursite.identifier/newsletterpos=2sz=300x250dcove=rord=7.5596726E7?
-which, because it has stripped out the semi colons, sends us nowhere :(
If both of the problems did not occur it should have sent us to:
http://ad-apac.doubleclick.net/N6773/jump/n.oursite.identifier/newsletter;pos=2;sz=300x250;dcove=r;ord=7.5596726E7?
and it would work.
Please let me know if anyone has any ideas.
Thanks