Web page tracking of known visitor not working on all domains
We have munchkin tracking deployed on multiple domains - both live production sites and their respective development sites.
For site A, tracking of known visitors is working on both Live and Dev.
For site B, tracking of known visitors is working on Live but not on Dev
I have been trying to debug why we aren't seeing tracking on Site B Dev but am at a loss. This is where I have got to:
- The same Munchkin code is on both Dev and Live and is deployed using the same method
- Form fills are being tracked on both Dev and Live
- I am seeing visitWebPage POSTs being sent on both Dev and Live
The difference appears to revolve around _mkt_trk
- On Live _mkt_trk cookie exists and is sent along with the form post
- On Dev the _mkt_trk cookie exists in Chrome but not in Firefox and in both browsers the value sent along with the form fill POST is null
- There is no difference in the browser settings used for the Dev and Live sites
What I can't figure out is why there is no _mkt_trk cookie on Dev in Firefox but there is in Chrome or why the _mkt_trk value is not being sent along with the Form post in Chrome.
Any ideas would be very welcome.