Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
So, there's actually several things to unpack here because your code actually does center forms by default: the form itself is what's having issues. You'll first see that there's an imbalance here because label widths have been defined, but they don't show anything, causing a skew. However, even wh...
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, Sky uses SVGs in its UI, meaning those assets infinitely scale up and down correctly, and grabbing those are pretty strai...
@Monica_Wright wrote: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 tracking our unsubscribe pages using hidden fields, and list-unsubscribe is simply those unsubscribed people without tho...
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 your logic on how to match Case to email content, there'll be different logic to write in Velocity (or else I'd at least ...
So, what you're describing is essentially an ETL tool's responsibility, and there are plenty that work with both Marketo and Azure SQL DWH/Azure Data Lake; both on-prem (Boomi, Alteryx, et al.) and SaaS (Fivetran, Stitch, Alooma, et al.) ETLs can handle this sort of work on a scheduled, automatic ba...
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 until you hit a number under 200. At that point, you'd have your count of folders. There's no meta "total" value, as the...
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-letter TLDs, and if you have a non-standard deployment of how your cookies are recorded, that can cause issues.But, by defau...
Based on the information you've given so far, it's actually pretty hard to tell why this might be happening. I would at least start by seeing if there's discrepancies by source (form integration vs. upload), because it sounds like the object setup itself is fine--it's getting the data in. Look for p...
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 possible to do something likeinfo-old IN CNAME your-instance.mktoweb.com.info IN CNAME info-oldSo when you look up info, it g...