Google Analytics Incorreclty Located

Posted By Ogma Sat 6 Nov 2010
Rated stars based on 1 vote.
Add to Favorites1
Author Message
Ogma
 Posted Sat 6 Nov 2010
Supreme Being

Supreme Being - (10,152 reputation)Supreme Being - (10,152 reputation)Supreme Being - (10,152 reputation)Supreme Being - (10,152 reputation)Supreme Being - (10,152 reputation)Supreme Being - (10,152 reputation)Supreme Being - (10,152 reputation)Supreme Being - (10,152 reputation)Supreme Being - (10,152 reputation)

Group: Forum Members
Last Active: Sat 10 Sep 2011
Posts: 18, Visits: 57
Hi Guys
The latest version of Google Analytics needs to be installed above the closing HEAD tag and not down below by the closing BODY tag.

The new code allows for the _gaq.push(['_trackPageview']); to be add rather than the enforced
pageTracker._trackPageview(); by the Kartris system.

Because of all the different options Google now offers such as

  • A single domain (default)
  • One domain with multiple subdomains
  • Multiple top-level domains
I belive you need to be more flexible. See other variables avaialbe to allow you to enhance your GA
http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html

Surely it would be far easier to simple add free text area in both locations so users can add what ever versions on the GA code they want and also add tracking code from other systems also?

Just my two pennies...

Carl
Paul
 Posted Sun 7 Nov 2010
große Käse

große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
We did balance the trade off between a free text area and the simplicity of just entering a GA ID number.

However, it is still possible to change the source of the GA code Kartris uses, which is created in this user control:

UserControls/Front/EcommerceTracking.ascx

You can edit this file to update the GA tracking code or even to replace it with an alternative system to GA.


--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
Ogma
 Posted Sun 7 Nov 2010
Supreme Being

Supreme Being - (10,152 reputation)Supreme Being - (10,152 reputation)Supreme Being - (10,152 reputation)Supreme Being - (10,152 reputation)Supreme Being - (10,152 reputation)Supreme Being - (10,152 reputation)Supreme Being - (10,152 reputation)Supreme Being - (10,152 reputation)Supreme Being - (10,152 reputation)

Group: Forum Members
Last Active: Sat 10 Sep 2011
Posts: 18, Visits: 57
Thanks Paul

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top