Jump to content

Search the Community

Showing results for tags 'Analytics'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • CubeCart News & Announcements
    • News & Announcements
  • CubeCart Support Forums
    • Issue / Bug Reporting & Feature Requests
    • Install & Upgrade Support
    • Official CubeCart Hosting
    • Technical Help
    • Customising Look & Feel
  • CubeCart Extension Marketplace
    • Visit the CubeCart Extension Marketplace
    • Extension Discussion
    • Developer Forum
  • General
    • General Discussion
    • Show Off

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location

Found 3 results

  1. Hi, Upon going to google analytics and attempting to look at the number of transactions and other related ecommerce data, I noticed all zeros. I have gone back in the history to figure out when it stopped receiving the ecommerce data and it appears that update 5.2.11 has broken the data transmission for my site. This is the same update that switched the google analytics over to universal analytics, from what I understand. I am currently using 5.2.13 and also using the blueprint skin from Shopdev. The same code modifications that were made by CC to the stock skins have also been made to my skin but apparently google still isn't receiving the data. Is anyone else having this problem? If you are using 5.2.11 and later and are using the blueprint skin from shopdev, Is your ecommerce data showing in google analytics? I am trying to see if anyone else is having this issue or if it is my site that is causing the problem. Thanks in advance Ron
  2. Hi All I wonder if anybody has ever managed to track conversions of Adwords Clicks through Cube Cart V5 and Google Analytics? Obviously when you enter your UA google analytics code in general settings Cubecart adds the google analytics code to every page and you can track all visitors etc. However there is another side to this. To track conversions of google adwords customers there is another piece of code required. This should (I think) sit on the skins/templates/content.receipt.php file. If you look at this file at the very bottom there is already some code here: See Below {if isset($ANALYTICS)} <!-- Google Analytics for e-commerce --> <script type="text/javascript"> {literal} pageTracker._addTrans('{$GA_SUM.cart_order_id}','','{$GA_SUM.total}','{$GA_SUM.total_tax}','{$GA_SUM.shipping}',"{$GA_SUM.town}","{$GA_SUM.state}","{$GA_SUM.country_iso}"); {/literal} {foreach from=$GA_ITEMS item=item} {literal} pageTracker._addItem('{$GA_SUM.cart_order_id}','{$item.product_code}',"{$item.name}",'','{$item.price}','{$item.quantity}'); {/literal} {/foreach} {literal} pageTracker._trackTrans(); {/literal} </script> {/if} However - this piece of code is not tracking our conversions at all. I have spoken with Google and they have confirmed that this code is incorrect. Has anybody got this working? I have looked through the forums and nobody seems to be discussing it. This either means that you all have it working or nobody is bothered!! Any help would be greatly appreciated.
  3. Guest

    ecommerce tracking

    Hello all, we have correctly installed google analytics ecommerce tracking but for some reason some paypal orders are not registering at all.Does anyone else have this issue, some paypal orders and one or two card payments register on ecomemrce tracking, just wanted to know if anyone had a fix or a solution! Many thanks, Chris
×
×
  • Create New...