Time Parting plug-in should be replaced with t= value | Community
Skip to main content
vabeachkevin1
Level 4
February 11, 2010
Delivered

Time Parting plug-in should be replaced with t= value

  • February 11, 2010
  • 4 replies
  • 4692 views

In every image request the time value is being passed in (t=). This should eliminate the need for the Time Parting plug-in. There should be a way to take this variable and parse it out a bit and get the same information that the plug-in provided.

4 replies

metricsman-WP0R
February 16, 2010

agreed, this should be a default/standard report of SC.  The data is already there, don't hide it behind a plugin that you have to discover and implement.  It'll also save me having to eat up a few sprops and evars.

Gigazelle
Adobe Employee
Adobe Employee
February 8, 2019

Implemented with Workspace's time-based dimensions, including hour of day, day of week, etc.

February 25, 2019

Hi guys, I'm seeing something strange in my log of Charles.

The variable t is a month behind, you would have more information about this variable and its behavior?

Is it a bad configuration in Adobe on our part?

Gigazelle
Adobe Employee
Adobe Employee
February 25, 2019

Nope, no one's fault. It's just how JavaScript handles dates. This StackOverflow thread has more info on the history of January being month 0:

date - Zero-based month numbering - Stack Overflow