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.
Solved! Go to Solution.
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"
}
);
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"
}
);