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 5 of 5

Thread: Google Analytics

  1. #1
    fsantos is offline Senior Member
    Join Date
    Feb 2007
    Posts
    244

    Default Google Analytics

    Hi! I'm using the new ML/64 9.0.1.2 version. Since version 9 uses a new template model based on Microsoft master pages, I'm confused about where to use Google Analytics code.

    Should I use it on my template.master page? Or is there an appconfig that I should use to include my Google Analytics code?

    I believe all the documentation available still points to the old page model.

    Thanks for your help!

  2. #2
    hunter0781 is offline Member
    Join Date
    Apr 2010
    Posts
    34

    Default

    Follow the instructions at http://manual.aspdotnetstorefront.co...-tracking.aspx and use the code below to wrap your skin token.

    Code:
    <asp:Literal runat="server" Text="<%$ Tokens:{GOOGLE_ECOM_TRACKING_V2}%>" />

  3. #3
    sduffy77 is offline Senior Member
    Join Date
    Feb 2010
    Location
    Lancaster, PA
    Posts
    142

    Default

    Quote Originally Posted by hunter0781 View Post
    Follow the instructions at http://manual.aspdotnetstorefront.co...-tracking.aspx and use the code below to wrap your skin token.

    Code:
    <asp:Literal runat="server" Text="<%$ Tokens:{GOOGLE_ECOM_TRACKING_V2}%>" />
    I followed these instructions and I am still not seeing the analytics scripts in the source. Has anyone else had this problem?

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

    Default

    Like I said here, that's not working properly in 9.0.1.2. It'll be in 9.0.1.3 which should be early next week.

  5. #5
    sduffy77 is offline Senior Member
    Join Date
    Feb 2010
    Location
    Lancaster, PA
    Posts
    142

    Default

    We've upgraded to 9.0.1.3 and I'm still not seeing the analytics scripts added using this method.