SOLVED

Re: Marketo adding content to links; breaking them

Go to solution
Jay_Jiang
Level 10

Re: Marketo adding content to links; breaking them

Did this issue just occur out of the blue? or is this a new email draft?

Are all your outgoing emails links being prefixed with:

http://www2.golucid.co/index.php/email/

Or just this one email? Could the above be hard coded into the template?

Anonymous
Not applicable

Re: Marketo adding content to links; breaking them

I'm not seeing it hardcoded in, and I'm not seeing the issue with any other links on any other emails. It seems specific to this one.

Adrian_Morgan
Level 1

Re: Marketo adding content to links; breaking them

Silly question, but are you just adding http:// rather than https:// to the beginning of the url? In Sanford's example that he said worked, it has https but the one you mention that is adding extra stuff is only http.

Adrian Morgan
Anonymous
Not applicable

Re: Marketo adding content to links; breaking them

Here's the solution I found after much digging. These emails are built using Marketo templates, and Marketo was adding curly quotes which were visible in the code, but weren't visible in the GUI.

So the link in the raw Marketo code should have looked like this: href="${ctaLink}"

But because of an apparent bug in Marketo the link looked like this: href="${ctaLink}""

Any link which had the additional quotation marks was broken, but once those were removed the links work perfectly.