thomasbachem / php-ga

Server-Side Google Analytics PHP Client
Other
317 stars 100 forks source link

Not track, when pagePath is not '/page.html' #10

Closed Satariall closed 10 years ago

Satariall commented 10 years ago

Hi. I get some bug.. I get script, set all params and start track well. All visitors count by them. By if I change default line $page = new GoogleAnalytics\Page("/page.html");

to something, like $page = new GoogleAnalytics\Page("/page2.html");

All page count will stop. I trace all params and all be work well — to GA send param '/page2.html'. But on online page i dont see all new visitors 2014-03-18 19-35-42

On screenshot example of this moment.

Satariall commented 10 years ago

All fixed after i go to pages page and set date to today. Then return to online and see all test pages.