So, there's actually several things to unpack here because your code actuallydoes center forms by default: the form itself is what's having issues.You'll first see that there's an ...
Hi Crystal,There aren't bigger images that I know of—because those are the assets that are used inside Marketo itself. Now, if you were looking for larger and more modern images, S...
@Monica_Wrightwrote:Thanks for such a prompt response. But there is no direct way to report on the people who use list-unsubscribe, correct? We are noticing mostly because we are t...
Hi Jacek,So, you're really looking at two separate problems:1. Determining the proper Case to pull content into the email is going to happen through Velocity. Now, depending on you...
So, what you're describing is essentially an ETL tool's responsibility, and there are plenty that work with both Marketo andAzure SQL DWH/Azure Data Lake; both on-prem (Boomi, Alte...
The offset you receive in the response from the endpoint lets you page through total results per the max return you've set--so you'd continue paging through the results via offset ...
On a basic level, Marketo writes cookies to the domain .example.com, meaning that the cookie should be readable from any given subdomain. Now, there are complications with two-lett...
Based on the information you've given so far, it's actually pretty hard to tellwhy this might be happening. I would at least start by seeing if there's discrepancies by source (for...
Yes, this can be done--I personally do a variant of this using fieldsets to determine pages rather than multiple forms--but it does require some JavaScript development.
In a case like this, your best bet is probably to handle such a redirect at the DNS level. Now, while it's strongly discouraged because you're doing two lookups, it's totally possi...