Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Crystal,That is not the default setting (which is just User-agent * Allow: / )--I'm guessing this was set up like this to prevent scraping on Marketo hosting but this has the side effect of blocking legitimate bot use. I'd be more inclined to just add what specific files you don't want to be inde...
Hi Crystal,By default, Marketo itself does not block images from being accessed by Twitterbot, so this is most likely being done through your overall corporate website's robots.txt vs. the Marketo subdomain.
Hi Jackie,Checking on the DKIM record itself (https://dkimcore.org/tools/keycheck.html - use m1 as your selector in this case) it seems there is a valid key on your DNS records. I eyeballed the actual public key value and it seems to match as well. I would try refreshing the configuration again via ...
A minor pain point I've run into over the years is Marketo's Design Studio not rendering SVG thumbnails for previewing--but I understood it wasn't something that was likely a high priority. However, with Marketo Sky launching and using a SVG-focused design, I find it a bit odd that there still is no...
That did it and I'm shocked I didn't think to try that instead of overthinking it. Thanks.
So, I'm looking for some way to retrieve the equivalent of %mkt_webview_url% in Velocity for dynamic scripting. Unfortunately, my educated guess is that the value is only generated once the final email HTML is rendered. Is there any way to get the value ahead of time?Basically, I'm trying to avoid h...
Straightforward bug: let's say you wanted to add a global variable to the top of your email template. For example, if someone knows they need to send emails in multiple languages from one template, they should define the language correctly for screen readers, right? So, you'd have something like[......
There's a little-used feature when it comes to designing landing page templates: importing and exporting templates. Essentially, all the "export" and "import" do are download HTML files and ingest them for creating new templates. This feature is handy, though not any more so than just doing a copy/p...
Just noting here that use cases like this can be solved with a custom object and a bit of Velocity--essentially, you'd copy your User table from Salesforce (so you'd have the Salesforce ID, First, Last, Email, Phone, etc. as separate custom object values floating as a reference object), then referen...
This is a complete shot in the dark, but would it be possible to get more details on how sfdcId (and its corresponding lead_function data type) is used? I'm less interested in the overall Lead/Contact/Account ID as much as trying to understand what mechanisms let Marketo know to not deduplicate SFDC...