Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Update for future referenceMarketo support has confirmed that they can help with remapping a greater larger number of fields, and that the suggested solution is therefore a viable option.
Hello community! How to track mailto links on a website (not in email)? All I found here on Marketing Nation is this post from 2019 by @SanfordWhiteman where he provides the following piece of code: (function() { var arrayify = getSelection.call.bind([].slice); arrayify(document.links).filter...
Hello again! I'm seeing a log on a page we are tracking where it says that the marketo tracking cookie will soon be rejected because the 'SameSite' attribute is set to none or an invalid value. The complete log 'Cookie “_mkto_trk” will be soon rejected because it has the “SameSite” attribute set to ...
For Future Googlers The missing link at the end of @SanfordWhiteman comment ("It's not simple like that, see my responses at") is the following: https://nation.marketo.com/t5/ideas/update-marketo-cookie-setting-to-not-break-in-chrome-80/idi-p/263131 You can see it for yourself via the browser inspec...
Hello community! Since it's not possible to sync custom fields from Marketo to Dynamics, I am looking for any workaround that someone knows about. The problem - We have created a greater number of custom fields in Marketo.- These custom fields do not sync with Dynamics per default.- The custom field...
@SanfordWhiteman Thanks for the help! I was under the impression that one could use the DOM Ready GTM trigger in order to run the code on DOMContentLoaded, but that was not correct.After moving the code injection (from GTM to adding it directly to the head tag) it now works - clicks on anchor links ...
UpdateNow that I removed the code, and added it again it seems like something is actually happening:
Here is the page where I am trying your code:
Hello community! How to track clicks on anchor links? We have implemented tracking on a page, but we are not getting any logs for clicks on anchor links. According to (Marketo Master Jedi 😀) @SanfordWhiteman, Munchkin ignores clicks by default on 'links whose destination appears to be a hash (fragm...
Hi @SanfordWhiteman! Thanks for your prompt response! Now, do you have any idea as to why this is happening? When I check the console, there is also a warning, when you refresh the page, saying 'Cookie “_mkto_trk” has been rejected for invalid domain.' I think that this is the reason as to why the ...