-
Re: marketo cookie not set
Grégoire Michel Sep 29, 2016 7:59 AM (in response to 60d1db12efbfd7647042d1b37ec4a02af00502c1)Hi Mohit,
Do you have DNT enabled on the browser that does not track?
To be able to go further, we need you to provide the URL of the page and the browsers you are using.
-Greg
-
Re: marketo cookie not set
60d1db12efbfd7647042d1b37ec4a02af00502c1 Sep 29, 2016 8:12 AM (in response to Grégoire Michel)Thanks for your quick response.
We are using Chrome browser and each machine has its own local url: http://scdev2 and http://{ip address}
And my machine (scdev2) has the setting "Do Not track" checked in Chrome but I can still see marketo cookie getting set.
I think the problem may be because of IP address, it should be some local host name..I'll give that a try
-
Re: marketo cookie not set
Sanford Whiteman Sep 29, 2016 11:05 AM (in response to 60d1db12efbfd7647042d1b37ec4a02af00502c1)DNT has no direct effect on whether cookies can/will be set and sent to servers. What's important is whether the remote server uses the cookie for tracking. When a server sees the DNT header, it is supposed to discard non-critical info about the session (which is more than just cookies, since a first-party server can see all your network requests even with cookies disabled).
Your problem (as you figured out) is setting cookies when using an IP address as your hostname. You'd need to set Munchkin's domainLevel to 4 for this to work.
-
-