Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Ok, got it. Thank you for your help Sandford..
Hi Sandford, I see, sorry, but I think I could get the idea. I disabled the Munchkin init code Munchkin.init("ABC-123-456", { marketoPageLevelOptions }) that Marketo executes automatically in my template - see the image below - , because I thought that the only init statement that there should be i...
Thank you again for your quick and clear answer. It's a bound function so the additional arguments are ignored. That's why you should call it with no args so that's clear to the reader.Ok, got it. That's correct. The Application/Storage/etc. tabs in browsers are not refreshed in real-time, I've foun...
the variable useracceptcookie is evaluated as true
Hi Sandford,Thank you for your quick answer. What happened is that although in document.cookies I couldn't see any trace of _mkto_trk cookie, if I went to Chrome inspector, in the Cookie section, I could see that the cookie was still there, whose domain setting was ".example.com", so I got confused....
and this is the value of the cookieid:xxx-xxx-xxx&token:_mch-example.com-1618380997622-91394
Hi, I'm trying to delete _mkto_trk cookie when user decides to stop being tracked. I'm under this domain "online.example.com", so the tld is ".com" The _mkto_trk cookie has been created under this domain ".example.com" I don't know if it's a cookie restriction, but when I try to delete it, the cooki...
Hi everyone, I want to update some program member custom fields of already existing members of the program.As reported in the documentation, I've already checked the available program member custom fields using this methodhttps://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpo...
Hi Dave, sorry, I didn't have any online code so far. Thank you for your help too. 😉
Hi Sandford, that helped me to achieve what I was looking for and solve my problems. Probably next time we do not try to use a lightbox form for this case as you suggested. Thank you for you example and help!!David