Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 329820

Summary: Subversive Website should be using $App->setGoogleAnalyticsTrackingCode() instead of manually using Google Analytics code
Product: [Technology] Subversive Reporter: Nathan Gervais <nathan>
Component: CoreAssignee: Igor Burilo <igor.burilo>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Nathan Gervais CLA 2010-11-09 10:50:19 EST
The Subversive project website is manually adding Google Analytics code at the top of the _projectCommon.php file.  

The Nova skin (Phoenix website framework) provides a function through $App->setGoogleAnalyticsTrackingCode($gaUniqueID) which will allow you to override our default tracking code and provide one for your project.  

This is beneficial because we can keep the entire sites ga.js code up to date from one central location.

Apologies if i've filed this under the wrong component as I didn't see a website one.
Comment 1 Alexander Gurov CLA 2011-02-09 02:52:48 EST
Done.