Search
Project Description
Common analytics configuration for ASP.Net

Currently supports
  1. Google Analytics
  2. ClickTale
  3. KissMetrics
  4. Adroll
  5. ComScore


Usage Example (web.config)

<configuration>
<configSections>
<sectionGroup name="analytics">
<section name="kissMetrics" type="CommonAnalyticsConfiguration.KissMetricsSection, CommonAnalyticsConfiguration"/>
<section name="clickTale" type="CommonAnalyticsConfiguration.ClickTaleSection, CommonAnalyticsConfiguration"/>
<section name="google" type="CommonAnalyticsConfiguration.GoogleAnalyticsSection, CommonAnalyticsConfiguration"/>
<section name="adroll" type="CommonAnalyticsConfiguration.AdrollSection, CommonAnalyticsConfiguration"/>
<section name="comScore" type="CommonAnalyticsConfiguration.ComScoreSection, CommonAnalyticsConfiguration" />
</sectionGroup>
</configSections>
</configuration>


<analytics>
<clickTale projectId="XXXX" recordingRatio="N" partitionId="SSSSSSSS"/>
<google account="UA-XXXXXXXX-X"/>
<adroll adrolladvid="XXXXXXXXXXXXXXXXXXX" adrollpixid="XXXXXXXXXXXXXXXXXXXXXXXXx"/>
<comScore c1="X" c2="XXXXXXXXXXXXXXXX"/>
</analytics>
Last edited Jul 27 2010 at 3:27 PM by gdean2323, version 7
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.1.11.18365