How to remove tracking from landing pages | Community
Skip to main content
Dan_Stevens_
Level 10
April 6, 2015
Solved

How to remove tracking from landing pages

  • April 6, 2015
  • 25 replies
  • 7297 views
We need to create an internal landing page that we can provide to our telemarketing team to directly submit the status of leads that are generated.  Since a single user will be entering multiple leads, we don't want this user to be tracked/cookied.  But I don't see anywhere within our landing page templates where the Munchkin code exists (so that we can create a version without the code).  Therefore, how do we create non-trackable landing pages?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman
@Dan Stevens The Munchkin code on a Landing Page Termplate is inserted via this line:

<?php echo $mContext['endElements']; ?>

Remove that line from the LPT to remove Munchkin tracking from resulting LP(s).

@David M If the Munchkin code is removed and prefill is disabled, the form can be reused.

25 replies

Megan_Reed1
Level 4
May 1, 2015
@Sanford that would be wonderful. Thank you for your help!
SanfordWhiteman
Level 10
May 1, 2015
@Megan R Your phone calls page (if it's still http://offers.netgainit.com/phonecalls.html) does not have the cookie-clearing code that I recommended.
May 4, 2015
@ Dan

When you edit the LP template

Template Actions Menu > Enable /Disable Munchin Tracking



I can tell you though this didn't entirely work.  Each form also adds munchkin tracking lines also so it may be both the cooking clearing line + this.. still trying to work it out ourselves..
Level 3
November 13, 2015

Seems as though that option no longer exists?  I do not have the option to Enable/Disable Munchkin Tracking

May 4, 2015
Just a follow up note, we added the empty cookie script to the LP along side of turning off the tracking in the menu and that seems to prevent the tracking.
SanfordWhiteman
Level 10
May 4, 2015
@Bryan that's good to hear -- if you can confirm again this is working then I can officially put my script together into a "HOWTO".