Login / Register






Lost Password?
No account yet? Register

Terms & Conditions

  • free for any usage
  • you can modify templates in any way (including footer links)
  • you cannot redistribute templates in any website
Read more...
FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
Bug tracking member users [SOLVED...I think] (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Bug tracking member users [SOLVED...I think]
#613
jospic (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Bug tracking member users [SOLVED...I think] 1 Week, 4 Days ago Karma: 0  
Hi,
I've discovered a bug about "tracking" module parameter.

If is activated don't send username to GA for tracking joomla members.

This depends by a wrong position of "SetVar" statement.

As described on GA Api webpage, this statement MUST be placed AFTER the command:

Code:

pageTracker._initData();
therefore, I've modified mod_analytics.php file moving the following two lines:
Code:

$output .= "pageTracker._initData();\n"; $output .= "pageTracker._trackPageview();\n";
immediately after line 37:
Code:

$output .= "var pageTracker = _gat._getTracker(\"" . $ucode . "\");\n";
Now it works fine! I hope this helps others... Best Regards.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop