I'm a web, database, and network architect based in NYC, with specializations in the financial services, publishing, and SaaS sectors.
I build complex Marketo integrations for companies large and small... and can make Marketo forms and emails do things you never thought possible!
Check out my blog at https://blog.teknkl.com, which has Marketo-specific technical insights you won't see anywhere else, along with wider topics from my programming and systems work.
I would really caution against using the REST API as a proxy for client activity. With 10,000 calls per day (unless you upgrade) and limits on calls/minute it's clearly not designe...
You should ask Support. These are exactly the kinds of system-supplied fields that can change as the company expands or overhauls. Client ID is currently a 36-char UUID but nothing...
All prior anonymous activities will be assigned to the lead once it becomes known, assuming of course that the Munchkin cookie is not cleared at any time.
All you need to do is include Munchkin, yes. When running a Web Page Activity report, make sure to include Anonymous visitors on the Setup tab (I don't know if you are expecting cl...
If you are comfortable passing the PDF URL as a hidden field (thus someone inspecting the page code could see it) then just pass it directly to a custom field stored on the lead ("...
"Proper case" for last names is not something you actually know. I've mentioned this in a number of posts on the topic. Some cultures take their nobiliary particles very seriously....
"Name-Value Pairs" simply means if the field's API name is MyField__c, your url-encoded POST body contains
...&MyField__c=theValueForMyField&...
I disagree with @Josh in that Fill...
Well, you have to figure out how best to maintain one-to-many records in the Marketo database.Clicked Link events are inherently one-to-many, scalable, and reportable (you can see ...