ScottC
unread,Feb 24, 2011, 7:04:17 PM2/24/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chartbeat
(please ignore my previous post about timestamps - I wrote that in a
complete brain fart moment at the end of a long day :))
Taking a look at the data that comes back from the data_series calls
I've noticed some gaps in some of our lower trafficked pages. Why is
this?
For example -
I'm sending the following data:
days=1
minutes=120
type=path
val=*mypathhere*
For a response I'm receiving:
{"path": [null, null, null, 71, 264, 201, 176, null, 85, 82, null,
null], "dates": [1298530800.0, 1298538000.0, 1298545200.0,
1298552400.0, 1298559600.0, 1298566800.0, 1298574000.0, 1298581200.0,
1298588400.0, 1298595600.0, 1298602800.0, 1298610000.0]}
I'm certain there was traffic between the 2pm to 4pm period but the
corresponding value in the path array is null.
Thanks!
Scott