My report request includes ga:nthDay
and ga:dimension3
dimensions for metrics in a date range, but it isn't returning a row of data for each Day Index.
I suspect this is because my custom dimension isn't matching for each day in the range — but why don't they all return a 0
value for each metric?
For example, since I'm using ga:nthDay
, I'll get rows with a Day Index of 0000 and 0002 — but no 0001. These rows will sometimes display 0
value for the metrics, but other times the rows just aren't returned at all.
How do I handle the missing days?