Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
It's been about a week, which is also how long LinkedIn usually maintains their cache for the social share previews. It should clear up on it's own now when they rescrape and update their cache. If not, the only other way is to build a new page or add junk utm parameters to your page to make Linke...
This is what I got from the 250ok support site. I'd recommend starting with these. Similarly, I'm sure you can contact their support team for further assistance.It’s not uncommon for DKIM or SPF records to be partially invalid. This can stem from a number of issues:occasionally, DNS glitches (rece...
You won't be able to do this. Anything in particular that you're trying to solve for?
What this means is that your form will be in Spanish (the user experience on the landing page). Yes, select a locale as well. The settings itself inside of Marketo will still come out as English.
Are you currently not setting up the runAt time and letting Marketo decide for you (default is definitely 5 minutes)? Perhaps you can allow a user to set this up via an input and then pass it into your code.
Declare a Folder ID and pass it in a param. If your folder ID is "97" then your url should look like this: /rest/asset/v1/email/byName.json?folder=97Note there is a difference between folders and programs.Here's a full endpoint for reference: /rest/asset/v1/email/byName.json?accesstoken=something&...
Unfortunately, out of the box, you won't be able to do this with radio buttons. If you want radio buttons, you're going to need to custom dev work.You're going to need to change your field to a "Select" field type in your form and then choose "Multiple Selections" and enter the values.
Your screenshots show that the sync lead happened before the Product Title change data value. Or am I missing something?
I'm not sure if you can have 2 account strings attached to the same account. Did you grab the Account Name from your Admin>Landing Pages section or is this made up to match your domain alias?
Are you saying that a flow #2 (sync lead) executed before flow #1 (change data value)? If so, that's not right.However, it's hard to distinguish from your screenshot whether or not all of this happens w/in the same campaign or if they're separate campaigns.