Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Not you, Jeff! There was someone spamming the Community for backlinks that day. Those posts are deleted now.
...verified with support...I wish they'd stop verifying things that aren't totally true. This endpoint actually can associate leads with formerly anonymous cookies. Example request payload:{ "programName": "API Association", "source": "Outside Site", "reason": "Visited Web Page", "lookup...
By the same token, so can images, really (if a dynamic section contains only an tag). Guess the idea is which "first-class" objects can be explicitly dynamic... although there the answer is more like Snippets only. Sigh.
Dude, the tracking pixel on your posts is completely inappropriate.
Why is there a tracking pixel in your post, Alvin?
You don't need to set it up. It's always-on.
When you only return false;from your onSuccess listener function, then the form submits, from onSuccess, then nothing else would be expected to happen. In fact the (Marketo) form does get posted in the background -- but nothing else happens on the page, so you wouldn't know that without looking in ...
Karina, any action that loads images counts as an Open.
It's not the onSuccess, it's that you have this broken code:You can't declare objects like that -- it's a syntax error.The fieldMap is an array of objects:See Custom Form to Marketo Form Submit
If you have other identifying values that were imported, you can use the API to import and dedupe on another field. Or if the email address is another field, use Change Data Value. However, in the event of a bad import all your columns are probably messed up.