Hi everyone,
I am currently creating a mobile email that has a "Call Me" button for iOS.
I have it coded as:
<a href="tel:(877)5555555">Call me</a>
It works fine in test launches, but in actual launches, Marketo adds a tracking snippet causing the CTA to not being able to make the call. When I look at the URL it comes out as (Marketo added code in bold):
<a href="http://tel:(877)5555555?mkt_tok=3RkMMJWWfF9wsRoiuqTLZKXonjHpfsX%2B4%2BouXKO3iokz2EFye%2BLIHETpodcMTcBqML3YDBceEJhqyQJxPr3EKNgN2dJuRhTjCQ%3D%3D">Call me</a>
Is there a way to override Marketo from adding the "http://" & "mkt_tok.." in my link?