What happens to server call when no time stamp is in the call? | Community
Skip to main content
MJ_1963
Level 2
October 16, 2015
Solved

What happens to server call when no time stamp is in the call?

  • October 16, 2015
  • 1 reply
  • 1381 views

whenWhat happens to server call when no time stamp is in the call? I'm creating a static pixel to temporarily track a page until we get our implementation on it. I'm just using a basic img tag with the standard info I want to pass. My concern is I do not want to obviously pass the same time stamp in every time so I thought I should remove it from the query string. The question is, if a server call goes out without a time stamp name/value pair in it, what happens on Adobe's collection servers? Does Adobe give it a time stamp?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by jhammons-1

Adobe gives it a time stamp, so you can safely remove the t= query parameter from your static image request. 

The t= query parameter (date/time in DigitalPulse Debugger) is used to populate the Time Zones report, all other metrics are calculated using a time that is set by the data collection server when the request is received. In your case it makes sense to remove it so you don't have incorrect data on the Time Zones report.

1 reply

jhammons-1Adobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

Adobe gives it a time stamp, so you can safely remove the t= query parameter from your static image request. 

The t= query parameter (date/time in DigitalPulse Debugger) is used to populate the Time Zones report, all other metrics are calculated using a time that is set by the data collection server when the request is received. In your case it makes sense to remove it so you don't have incorrect data on the Time Zones report.