Google analytics reporting API: measurements of last hour come very late -


we run report on google analytics using the reporting api

report metrics: ga:users ; ga:sessions; ga:pageviews report dimension: ga:date; ga:hour 

the report run every hour @ 30th minute measurements of last hour. problem don't measurements time. example: @ 10:30 august 18 2017 ran report. result:

date            hour    users   sessions pageviews aug 18, 2017    05      457     445      1,236 aug 18, 2017    06      1,243   1,242    3,480 aug 18, 2017    07      3,908   3,956    10,637 aug 18, 2017    08      2,890   2,693    6,161 aug 18, 2017    09      0       0        0 

thus measurements 9 hour not there. have idea why?

this occurring because of data processing latency. don't experience lot due low session numbers, 30 minutes short window give ga process data.

it not uncommon see reporting latencies of 3-8 hours.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -