Forum
Welcome, Guest
Please Login to access forum.
Re:Analytics not working after JAmp install (1 viewing) 
Go to bottom
TOPIC: Re:Analytics not working after JAmp install
#7443
John Dagelmore
Admin
Posts: 3873
User Offline
Re:Analytics not working after JAmp install Karma: 84  
Immediate fix:

open the file root/administrator/components/com_jmap/models/google.php

and change the line 669 from:

Code:

$metrics = 'ga:visits,ga:visitors,ga:pageviews,ga:visitBounceRate,ga:organicSearches,ga:timeOnSite';
to
Code:

$metrics = 'ga:visits,ga:visitors,ga:pageviews,ga:visitBounceRate,ga:organicSearches,ga:sessionDuration';
This is required by a Google Analytics API update. We will release a JSitemap update today. Thanks to report this Richard.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top