Just noticed in my debugger that the timestamp is 1 month behind, so it's showing as 8th June 2014 and not 8th July.
Anyone else noticed this?
We've tested different sites, browsers, machines and debuggers and my PC has the correct time setting. A colleague found the same issue in his debugger too.
Solved! Go to Solution.
Views
Replies
Total Likes
That's actually just a cosmetic discrepancy with the debugger - The month field when sending image requests ranges from 0-11 instead of 1-12 in that raw format.
If you turn on 'Friendly Format', you'll find that the date is fixed to reflect the current month.
That's actually just a cosmetic discrepancy with the debugger - The month field when sending image requests ranges from 0-11 instead of 1-12 in that raw format.
If you turn on 'Friendly Format', you'll find that the date is fixed to reflect the current month.
Hi,
the parameter "t" is not the timestamp. "ts" is the timestamp parameter.
Per doc : http://microsite.omniture.com/t2/help/en_US/sc/implement/query_parameters.html
Parameter | Analytics Variable | Report Populated | Description |
---|
t | (automatic, sent with every hit that does not have a custom timestamp) | None | The t parameter is in the following format: dd/mm/yyyy hh:mm:ss D OFFSET Where D is a number in the range 0-6 specifying the day of the week, and OFFSET represents: offset from GMT in hours * 60 * - 1 For example: 09/23/2013 14:00:00 1 420 |
it is working as designed.
Best regards.
Alexis Cazes
Views
Replies
Total Likes
Views
Likes
Replies