Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Not necessarily--in this case, the variable has been set, and it's showing that to the end user. You just more typically run across 365 doing this when there's nothing set in the link.
Of course. 365 and Outlook.com are pretty fussy about links in general—in fact, if you've ever tried to do something like Test 1 or Test 2 this used to fail and make links break up until recently. I even wound up just switching to using "#tbd" in order to get around this problem when I didn't know w...
Hi Cahan, This actually isn't a malformed link, but instead a specific setup issue: when you create an email template and choose to use variables for links (such as the CTA link) in editable areas, some problems can occur—while the majority of email clients will receive the email with the properly f...
A quick note on this method and booleans in general: when you send data to a Marketo Custom Object, the exact value that you give for a boolean is actually what is stored for accessing with Velocity. This fact doesn't change a ton, unless you're explicitly formatting the data for your booleans as 1/...
Hi there, So, this Selfridges email is using a common technique that's done in B2C and retail emails, but it may not translate really well into Marketo. If you look at the design itself, you can think about it as table rows and columns rather than the slants you see visually: 1. Full column width fo...
(Apologies in advance if a similar idea has been filed—I tried searching and couldn't find this ask.) Right now, users are given two binary choices when setting up an engagement program that sends emails:1. Add the email directly to the nurture stream with the ability to send in recipient time zone2...
While standard Marketo fields are already blocked from having API names that start with numbers in the UI, this restriction is not in place for Marketo Custom Objects. This causes knock-on issues with Velocity scripting being unable to reference the field. The ability to create fields starting with ...
Updating this idea to note that Person Time Zone is now exposed as a field you can use. Thank you for implementing it.
When using the /rest/asset/v1/files.json endpoint, being able to use MIME type as a querying parameter would be useful, especially when dealing with Design Studio instances where foldering has not been properly used. Being able to pull all PDFs with application/pdf or PNGs with image/png would be he...
Right now, there is no accurate way to determine if a file is identical, but uploaded with a different name inside a Marketo instance. While you can pull file size and try to 1:1 compare sizes to understand if a file is identical, this is an imprecise method. By storing some sort of checksum hash (M...