we can't add the id="mktoForm_nnn" to our existing form tag.You don't have to.You can add it to a custom attribute, e.g. data-marketo-id="mktoForm_1113".Then, after the page has fu...
Any decent CDN can serve different content based on the HTTP Request header's value (and cache it).Additionally, JS API already does have a DNT flag Navigator.doNotTrack - Web APIs...
The Munchkin script (https://munchkin.marketo.net/munchkin.js) is using E-tag based caching and no Cache-Control, so the caching shouldn't be a problem (let's assume user doesn't c...
it does not stop Munchkin from initializing and setting its _mkto_trk cookieit does not stop Munchkin from sending a Visit Web Page (assuming you're using the default configuration...
I know And I can get the Anonymous Lead using the LeadId (or Marketo ID, or IDNUM) from SOAP API.The problem is that in some use cases, the only known information is COOKIE. The d...
Hi Floyd,Sorry - this is a SOAP API request, not a view in Marketo's administration.As stated above, it is possible to retrieve the Anonymous Lead using Marketo ID (IDNUM) instead ...
I'm trying to get Anonymous Lead through the SOAP API. This would be the source code within XML's body: '<mkt:paramsGetLeadActivity>', '<leadKey>', '<keyType>COOKIE</keyType>', '<k...