Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
That wouldn't work -- but I thought the question was whether the <> should be involved.
My text-only client automatically assumes URL-like patterns are clickable links. Google does the same. It may not be fully universal but enclosing in <> isn't standard, either.
I'd venture that HSTS (or, really, HSTS Preload) shouldn't be a requirement for having secure tracking links at all. Provided Marketo has installed your cert, the links should come out fully formed as https://, whether or not you have HSTS enabled and covering the tracking subdomain. This is one pl...
(This stupid forum doesn't do syntax highlighting on Ideas.)
var currentLoc = document.location, expiredLoc = document.createElement('a');expiredLoc.href = '{{my.Expired LP URL}}';expiredLoc.search = currentLoc.search;document.location.href = expiredLoc.href;
I agree. Wrapping in <> is obsolete notation. I don't know of any modern email client that does not recognize the plain URL (as long as it does not have trailing characters like a ".").
Now that's just too logical.
Now that's just too logical.
The ways we work around this are by having a hidden dynamic element dedicated to certain tasks, then parsing values out using JS, or (basically the reverse) relocating variables inside dynamic content using JS.
I didn't use any API methods... it's just in a separate