igrigorik / ga-beacon

Google Analytics collector-as-a-service (using GA measurement protocol).
MIT License
3.54k stars 357 forks source link

Only RealTime Reports Work #64

Closed kingces95 closed 6 years ago

kingces95 commented 6 years ago

I'm able to see visitors in the RealTime reporting dashboard but all other dashboards read zero visits. Is that a limitation of this approach? Or can I generate POST data that will light up the other dashboards?

Should there be a dh parameter? The docs say:

For 'pageview' hits, either &dl or both &dh and &dp have to be specified for the hit to be valid.

I tried adding dh but no luck. Tried just dl. Still no luck.

Thanks! Chris

kingces95 commented 6 years ago

Hm, never-mind! Seems it simply takes a while to process a days worth of reporting. Funny GA offers a "Today" tab when it takes longer than a day to crunch the numbers. But, that's what it is!