Munchkin Tracking Cookie Expiration Time | Community
Skip to main content
Logan_Brown
Level 1
February 3, 2023
Solved

Munchkin Tracking Cookie Expiration Time

  • February 3, 2023
  • 1 reply
  • 2182 views

Hello, 

We use Marketo's Munchkin Tracking and have a customer that has requested that we don't store any cookies for longer than 6 months.  Is it possible to adjust the lifespan of the Munchkin Tracking Script from 2 years to 6 months, or even apply settings to specific IPs or sets of users? We have never had a customer request this before so unsure how to handle it.

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 Darshil_Shah1

Yes, you can set the cookieLifeDays property in the munckin.init function to set the expiry date of any newly created Munchkin tracking cookies to the required number of days in the future.

Munchkin.init("AAA-BBB-CCC", { "cookieLifeDays":"180" } );

1 reply

Darshil_Shah1
Community Advisor and Adobe Champion
Darshil_Shah1Community Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
February 3, 2023

Yes, you can set the cookieLifeDays property in the munckin.init function to set the expiry date of any newly created Munchkin tracking cookies to the required number of days in the future.

Munchkin.init("AAA-BBB-CCC", { "cookieLifeDays":"180" } );