Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Is the timestamp incorrect?

Avatar

Level 4

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.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

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.

Avatar

Community Advisor

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

       
ParameterAnalytics VariableReport PopulatedDescription      
       
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