Results 1 to 10 of 108

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Google Ecommerce Tracking

    Quote Originally Posted by rockwater View Post
    NEVERMIND... I found where the tax was being added to the product price and removed it. Works correctly for us now.
    So is this an issue with this module?? If so care to share your solution?

    Quote Originally Posted by rockwater View Post
    Well, I thought changes we applied fixed the transaction dropping however, it randomly failed to log another transaction after applying the fixes in this thread.
    Well you are going to need to provide more detail than this if you are trying to get community support/help. (see the details I provided when I too had an issue with dropped transactions so you can see what kinds of data you should provide)
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #2
    Join Date
    May 2016
    Location
    Oregon
    Posts
    11
    Plugin Contributions
    0

    Default Re: Google Ecommerce Tracking

    Quote Originally Posted by DivaVocals View Post
    So is this an issue with this module?? If so care to share your solution?

    This is what I changed to make the module calc the tax correctly for us. Remember in my previous posting I stated that in WA state tax is charged on shipping. This module was sending tax calculated on the product price and then adding it the product price, AND sending the tax value calculated from the cart which in our case is Product + Shipping X tax. So the solution is to remove the tax calc inside the module.


    Line 102: . " 'price': '".number_format((float)($item['price'] + ($item['price'] * $item['tax_class_id'] / 100 )) ,6,'.','')."',"

    Change to : . " 'price': '".number_format((float)($item['price']) ,6,'.','')."',"

    Line 240: . " 'price': '".number_format($items_in_cart->fields['final_price'] + ($items_in_cart->fields['final_price'] * $items_in_cart->fields['products_tax'] / 100 ),6,'.','')."',"

    Change to: . " 'price': '".number_format($items_in_cart->fields['final_price'],6,'.','')."',"

  3. #3
    Join Date
    Apr 2013
    Location
    eglisau switzerland
    Posts
    568
    Plugin Contributions
    0

    Default Re: Google Ecommerce Tracking

    Hi

    Just curious, installed this mod yesterday. In the analytics.google.com report under under "All Web site data"/Channels/default channel grouping/Referrals there are a couple of sessions today for paypal.com.

    Nobody bought anything via paypal (or failed to purchase) so why/how would paypal be referring potential customers to my site?

  4. #4
    Join Date
    Apr 2013
    Location
    eglisau switzerland
    Posts
    568
    Plugin Contributions
    0

    Default Re: Google Ecommerce Tracking

    Quote Originally Posted by marton_1 View Post
    Hi

    Just curious, installed this mod yesterday. In the analytics.google.com report under under "All Web site data"/Channels/default channel grouping/Referrals there are a couple of sessions today for paypal.com.

    Nobody bought anything via paypal (or failed to purchase) so why/how would paypal be referring potential customers to my site?
    Found a fix for this
    Code:
    Make sure you are using Universal Analytics
    Admin -> Property Settings -> Tracking Info -> Referral Exclusion List
    Add Referral Exclusion
    Insert referral domain - my case was paypal.com

  5. #5
    Join Date
    May 2016
    Location
    Bucharest
    Posts
    48
    Plugin Contributions
    0

    Default Re: Google Ecommerce Tracking

    Hi,

    First of all, Thanks for this great plugin, I have it installed on our website and it works fine.

    Recently we set up an AdWords campagin and we would like to use Adwords conversion tracking.

    Can anyone tell how/where to put the Adwords code?
    I want to make sure it compatible safe with this plugin.

    I read this threat about how to install the code. https://www.zen-cart.com/showthread....rsion-tracking
    Is It ok to follow the steps schoolboy suggested in the above threat?

    Thank You!
    Adrian

  6. #6
    Join Date
    Sep 2005
    Location
    Austria
    Posts
    104
    Plugin Contributions
    6

    Default Re: Google Ecommerce Tracking

    Quote Originally Posted by Adrian Ciocīrlan View Post
    Recently we set up an AdWords campagin and we would like to use Adwords conversion tracking.
    Can anyone tell how/where to put the Adwords code?
    I want to make sure it compatible safe with this plugin.
    There is no need for adding an additional Adwords conversion script. It would even be contraproductive as the RodG plugin will not work correctly anymore if an additional Adwords conversion tracking is added to the checkout success page.
    Just make sure that your Google Analytics account is linked with your Adwords account and you will see everything in Analytics. If the conversion came from an adwords campaign you will see that in Analytics.
    I have implemented the findings and fixings from this thread to an updated version of this great plugin and removed some unneccessary code for the specific client it was once written. Will submit it to the download section soon and put it on GitHib as well.

 

 

Similar Threads

  1. Replies: 6
    Last Post: 3 Oct 2013, 10:36 PM
  2. Ecommerce Tracking code for Google Analytics
    By Endre in forum General Questions
    Replies: 7
    Last Post: 14 Nov 2012, 03:20 PM
  3. MailChimp Ecommerce MC360 tracking?
    By irishshopper in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Oct 2010, 11:21 AM

Posting Permissions

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