+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 16 to 20 of 20

Thread: Google Analytics E-Commerce Tracking for Squirrelcart 3+

  1. #16
    Client
    Join Date
    Feb 2010
    Posts
    42
    Squirrelcart version
    v3.0.1

    GA E-Commerce

    Hi coastalrugs, I had this code up for last 2 days, but I am not seeing any orders completed in GA. Before I had ljcaswell's code, it was showing orders completed but with base prices, I want total price so I used your code. I am totally lost. Code seems to be perfect and it seems to be working for you. Any clue what I am doing wrong?

  2. #17
    Client
    Join Date
    Feb 2010
    Posts
    42
    Squirrelcart version
    v3.0.1

    GA E-Commerce

    Hi coastalrugs thank you so much for the code. Its' working perfectly.

  3. #18
    Registered User
    Join Date
    May 2011
    Posts
    5
    Squirrelcart version
    v2.6.5

    GA Ecommerce module for older version 2.6.5

    Hi Guys,

    This thread has been very helpful, however running into a problem using version 2.6.5 and the GA Ecommerce tracking.

    Do you know if the variables have changed? I am guessing yes. I have no idea the proper code to use for our older version, any suggestions.

    The GA goal funnels seem to work with some minor tweaks for the older version, I think there were 2 different steps compared to the newest version.

  4. #19
    Registered User
    Join Date
    May 2011
    Posts
    5
    Squirrelcart version
    v2.6.5

    Got GA Ecommerce module to work with 2.6.5

    If anybody else is interested in using GA Ecommerce with 2.6.5

    The 'items' in this version are called 'regular_rate_items' and the price is 'base_price' (which actually includes the discount in this case).

  5. #20
    Client
    Join Date
    Dec 2004
    Location
    Phoenix, AZ
    Posts
    337
    Squirrelcart version
    v3.3.2
    Code:
    <script type="text/javascript">
    pageTracker._trackPageview('/ordercomplete.html');
    </script>
    I've been using the above in my checkout_done file, and set a goal that looks for the "ordercomplete.html" file to signify the goal was reached. If I switch to the code coastalrugs posted (which I want to), do I still use the above to signify that a goal was reached or is there a better way that lets me eliminate the above?

    My current method ONLY tracks that the goal was reached, but tracks NOTHING to do with order totals, item totals, etc. I want the extra information for sure, just want to make sure I configure the goals right so it's useful.

    For now I have added the code coastalrugs posted (thanks!!!) before my code above. I'm hoping to see both sets of information start coming in. I will start looking at goals, goal funnels, etc. again to see if I can figure out the best way to configure things...but any advice is greatly appreciated.

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts