Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
This is still a requested feature, correct? There's no work-around for Dynamic Content yet in the Preheader?
Just a follow up, but we are deciding to not change the URL field in the Custom Object, so I've gone ahead and used your suggestion and created this:In the Velocity Script:#set($anchorLinkCustomObjectStripped = $anchorLinkCustomObject.substring(8))In the Content:Some Anchor Text HereThanks again f...
Great, I'll keep this thread posted. Thanks for the a:roundrect reminder. 😉
Here's what I came up with that works currently...pending we can manipulate the URL value.Set URL value from Custom Object without https://, so now just www.webroot.com/us/en/cart (still have to confirm with others to see if this can be done):#set($URL = $TriggerObject.URL)Still setting the Custom ...
I must have had a syntax error in that test, I'm assuming...it does seem to be working now. Let me do a few more tests to confirm and also talk with our DB Admin to confirm we can edit that field for the URL before marking this thread as being completed. Thanks.
Thanks. I will have to check with our DB Admin to see if they can strip the https:// off of the Custom Object field, but that does work, just tested it.
Still struggling to get a working example...might you be able to point us in the right direction? Thanks.
Actually, we are outputting the same link for 2 pieces of the email. I've only been isolating this button version, but there's also going to be one on a banner image eventually.
No worries, thanks and no rush.I tried a hard-coded version of Custom Object URL value and it worked, but we want to be pulling in that URL field and not hard-coding it.Here's what I used:
Same result in GMail, no Marketo Tracking.I'll look at that article on buttons however, thanks Sanford.