-
Notifications
You must be signed in to change notification settings - Fork 6
0.7.5 Events not appearing in Analytics #6
Comments
Did you restart apache after you loaded the full browsercap file? If not get_browser will be returning false in GASS_BotInfo_BrowserCap and every request will be regarded as a bot. I've put an update into the development branch (0.7.6 Beta) that will both not rely on php's get_browser now thus avoiding the above issue, and also warn if there are no browsers listed in the browscap file loaded |
I've restarted apache now, don't think I did after I updated the ini file. I've switched back to 0.7.5 so will let you know :) |
Looks like events are coming through now, thanks :) The 'value' still doesn't appear to be there though... |
I'll have a look into that one. |
- Ensure the BrowserCap latest version date isn't retrieved more than once a day form the server. Store the version date in a one day cache file in same did as php_browscap.ini. - Make createPageView compatible with Google's trackPageView - Fix issue #6 raised by @skl with the event value being passed wrongly to Google
The event value issue should be fixed in Version 0.7.7 Beta now on the development branch, give it a go. |
Yep, all working now - thanks :) |
The latest development branch, 0.7.5, does not appear to be creating events correctly. Google seems to register events in Analytics within 20 minutes, tag 0.6.4 registers events whereas 0.7.5 does not.
This is when using 'botInfo' => true, no createPageView() called first and $nonInteraction = true
The text was updated successfully, but these errors were encountered: