SOLVED

Re: GDPR - how to disable munchkin code from Marketo Landing pages

Go to solution
Anonymous
Not applicable

GDPR - how to disable munchkin code from Marketo Landing pages

We are currently researching different possibilities of opting in and opting out people from being Profiled by Marketo which is one of the GDPR requirements.

I am still in a testing process of placing js script to disable munchkin code from the website, but that made me think about the opting out from tracking on Marketo landing pages.

Any thoughts on that ? How do you approach this limitation ?

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: GDPR - how to disable munchkin code from Marketo Landing pages

This new blog post shows how to defer running Munchkin (Munchkin.init()) until the lead has opted in.

View solution in original post

11 REPLIES 11
JD_Nelson
Level 10 - Community Advisor

Re: GDPR - how to disable munchkin code from Marketo Landing pages

Dan_Stevens_
Level 10 - Champion Alumni

Re: GDPR - how to disable munchkin code from Marketo Landing pages

@JD, the DNT feature that you refer to is to honor the users' DNT browser settings.  This is a start, but nowhere near the compliance that is needed for GDPR.  What we're hearing - still not 100% certain if this is the case (especially once the recommendations by the ePrivacy Directive are included) - is that you need to disable all cookies (except those that are required to keep your site functioning properly) by default.  This includes Munchkin tracking.  You would then serve up a consent modal to get users to provide their explicit consent to have Munchkin enabled on their browser.  And there lies the rub.  Can you imagine having these modal windows pop up on every site that want to install tracking cookies on your device?  It will be interesting to see how this plays out.

SanfordWhiteman
Level 10 - Community Moderator

Re: GDPR - how to disable munchkin code from Marketo Landing pages

Manually loading Munchkin.init() on a Marketo-hosted LP is tricky, for the same reason that setting init() options (sometimes critical for correct Munchkin operation) is harder in that context.

This blog post explains how to do the latter.

I can write another post on how to delay init() on Marketo LPs, but I first want to double-check your goals. Do you want to prevent the very first pageview from being logged, or has your legal team determined that the first pageview can be logged as long as no further actions are logged? (Logging only the first view may not constitute "tracking" in a legal sense, since you only have one log entry.)

SanfordWhiteman
Level 10 - Community Moderator

Re: GDPR - how to disable munchkin code from Marketo Landing pages

This new blog post shows how to defer running Munchkin (Munchkin.init()) until the lead has opted in.

Anonymous
Not applicable

Re: GDPR - how to disable munchkin code from Marketo Landing pages

Thank you Sanford , very useful blog .

Tammy_Chan
Level 3

Re: GDPR - how to disable munchkin code from Marketo Landing pages

Hi Sanford- is there also another step that needs to be taken for the munchkin code on non-marketo landing pages- ie  our home website w/ forms on it etc.

SanfordWhiteman
Level 10 - Community Moderator

Re: GDPR - how to disable munchkin code from Marketo Landing pages

You can use the same code (Chelsea above had the same Q), but you don't need it on a non-Marketo page, because there you completely control when you call Munchkin.init().

It's different on Marketo-hosted pages because for Munchkin to function correctly, it needs to be injected into the the page automatically by Marketo. This auto-injection includes running Munchkin.init(), thus you need a fancy/hacky override to bring it back under your control.

Anonymous
Not applicable

Re: GDPR - how to disable munchkin code from Marketo Landing pages

Hi Gabby,

There are website compliance software solutions that can present the website visitor with the choice to allow or block cookies by type. For example, they scan your website on a regular basis and present the visitor with an updated list of cookies. They inform the visitor what the cookie does and allows them to both give and withdraw consent.

If this sounds like it may be of interest message me for more details mb@ittrust.eu

Best of luck!

Mihaela B

Chelsea_Stinnet
Level 3

Re: GDPR - how to disable munchkin code from Marketo Landing pages

Sanford Whiteman​ can this code for Marketo LPs also be used on corporate websites?