Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Google Adwords VS. Google Analytics conversion tracking

  1. #1
    ripyard is offline Junior Member
    Join Date
    May 2010
    Posts
    9

    Unhappy Google Adwords VS. Google Analytics conversion tracking

    Can someone explain in detail how to setup Google Adwords Conversion tracking and Google Analytics Conversion tracking. I see a lot of threads on this but none are clear differentiating between the two. I'm on V8.0

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    'Out of the box', we only support Analytics.

  3. #3
    mgibbs is offline Senior Member
    Join Date
    Jan 2005
    Location
    Orange County, CA
    Posts
    194

    Default

    Scott, isn't that what the GoogleTrackingCode topic is for?

    By editing this field with the AdWords account code and setting the IncludeGoogleTrackingCode appconfig to true the appropriate AdWords conversion code is inserted into the site. Or at least it has been working that way for us and our clients.


    In answer to the original question, by doing the following:
    • Set Google.AnalyticsAccount appconfig to the appropriate Analytics value (your account))
    • Set Google.EcomOrderTrackingEnabled appconfig to TRUE
    • Insert GOOGLE_ECOM_TRACKING_V2 token into your skin template(s)
    • Insert following code into the HEAD statement of your template(s)
      C#/VB.NET Code:
          <script type="text/javascript"
              var 
      gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." "http://www.");
              
      document.write(unescape("%3Cscript src='" gaJsHost "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
          
      </script> 

    you will enable Google Analytics in your site. This will include standard analytics information as well as goals and dollar amounts IF you mark it as an ecommerce site in Google Analytics.
    EMM for AspDotNetStorefront - Communicate effectively with your customers