Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 40
  1. #21
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Google Adwords Conversion Tracking code help.

    Alan,

    I'm actually just completing a new workbook called "Google Analytics Uncovered for Zen Cart: The Workbook".

    It is set for release from my website on or around August 15th. You may also be interested in my latest 6 Part series on Google Analytics and Zen Cart.

    Just some thoughts for "Best Practices" on that side.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  2. #22
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Google Adwords Conversion Tracking code help.

    I posted a similar comment in another thread, but this thread seems to be appropriate for a like post ... so here goes.

    After working through all the questions in the forums regarding Google Analytics, one common theme among users is "how do I install it", and how can I add "Conversion Tracking" as well?

    Up until now, the only way to add Conversion Tracking was to manually add the code.

    That has now changed. I decided to re-work the original Simple Google Analytics contribution to address several issues I continue to hear.

    This new version (1.1.0) now provides the ability for users to configure Google Conversion Tracking directly from within the Admin section.

    I have also reworked a few of the previous items to include more "instruction" on what each item is, what you use it for, and how you use it. There were many questions like "What is the Target Address?" ; "What is the SKU/Code?" etc...

    These are all answered in the new version as well.

    How to Download the new version 1.1.0

    You can download the new version complete with Conversion Tracking support by going to the following link in the Zen Cart downloads section:

    http://www.zen-cart.com/index.php?ma...roducts_id=412

    Where to get more information on the newest release

    To get more information on this newest release, along with screenshots and some helpful tips on installing it, you can go to:

    http://www.zencartoptimization.com/2...sion-tracking/

    Enjoy!
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  3. #23
    Join Date
    Jun 2010
    Posts
    42
    Plugin Contributions
    0

    Default Re: Google Adwords Conversion Tracking code help.

    Posted 3 days ago on another forum but no reply so posted it here.
    Adding Google CONVERSION TRACKING CODE

    I'm lost and have read at least 30 replies on several threads concerning adding Google CONVERSION TRACKING CODE. Today is Aug 2010 I'm running ZC v1.3.9b and I need up to date help.

    Google gave me a small bit of code to insert. Here it is (personal numbers are changed):
    <!-- Google Code for search Conversion Page -->
    <script type="text/javascript">
    /* <![CDATA[ */
    var google_conversion_id = XXXXXXXXXX;
    var google_conversion_language = "en";
    var google_conversion_format = "2";
    var google_conversion_color = "ffffff";
    var google_conversion_label = "-zQjl3QEQuJqz4AM";
    var google_conversion_value = 0;
    /* ]]> */
    </script>
    <script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
    </script>
    <noscript>
    <div style="display:inline;">
    <img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1007471928/?label=-zQjl3QEQuJqz4AM&amp;guid=ON&amp;script=0"/>
    </div>
    </noscript>



    Googles PHP INSERTION INSTRUCTIONS state:
    1. Open your conversion confirmation page PHP file. If multiple pages are generated from the same file, find the section in the PHP file which generates your conversion page.

    2. Insert the conversion tracking code onto the conversion confirmation page. Make sure that the code appears within a static HTML section, not contained within an PHP code section (delineated by <? and ?> markers).

    Insert the conversion tracking code snippet directly into the body of the conversion confirmation page. Search for the </body> tag and place the code immediately above it.
If the </body> tag is not located within the static portion of the HTML page, make sure that you add the code snippet so that it appears within the <body> section of the page.


    Reading the ZC forum it seems there are two flies that need altering which I think are first:
    /includes/modules/pages/checkout_success/header_php.php
    I INTEND TO OPEN THE FILE and insert the above Google code after line 54 which reads:
    $orders_id = $zv_orders_id;
    IS THIS CORRECT? IT IS IN CONFLICT WITH GOOGLES INSTRUCTIONS FROM ABOVE.

    and second:
    tpl_footer.php (don't know where to find this or what code to add at what insertion point?). GOOGLE ONLY PROVIDED ONE BIT OF CODE SHOWN ABOVE.


    Really need help. As you can surmise I do not know PHP but do know HTML. Grateful for any clear instruction you can provide.

  4. #24
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Google Adwords Conversion Tracking code help.

    Darla,

    Just install my Simple Google Analytics module and this is all pre-built into it. NO coding needed. :) My module includes tracking for standard Google Analytics, Ecommerce Tracking, Google Adwords Conversion Tracking, Google Goals, Google Funnels.

    Just make sure if you tried to hand enter any code for tracking into your site you REMOVE it completely or you'll see duplicate numbers within your reports.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  5. #25
    Join Date
    Jun 2010
    Posts
    42
    Plugin Contributions
    0

    Default Re: Google Adwords Conversion Tracking code help.

    Many thanks for responding. Am puzzling through the Read Me for the link to the new install you provided. I'm running ZC v1.3.9b and have some questions.

    Looked for and could not find: /includes/templates/classic/common/tpl_main_page.php
    All I found were two files: includes/templates/classic/common/tpl_footer.php> and includes/templates/classic/common/tpl_header.php>

    Also I updated the Database with the file googleanalytics-INSTALL.sql
    However I did not remover the text "-INSTALL" from the file name. How can I fix that mistake - or is it a mistake?

    Thanks.

  6. #26
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Google Adwords Conversion Tracking code help.

    Quote Originally Posted by Darla View Post
    Looked for and could not find: /includes/templates/classic/common/tpl_main_page.php
    All I found were two files: includes/templates/classic/common/tpl_footer.php> and includes/templates/classic/common/tpl_header.php>
    You'll have to COPY (don't move) the file from the same location but in the 'template_default' directory. Copy it to your classic folder (if that is the template you are using) add the line of code indicated, and you're all set.

    Quote Originally Posted by Darla View Post

    Also I updated the Database with the file googleanalytics-INSTALL.sql
    However I did not remover the text "-INSTALL" from the file name. How can I fix that mistake - or is it a mistake?
    That is not a mistake. As long as you got the green message saying that all the statements were processed and no errors, you're fine.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  7. #27
    Join Date
    Jun 2010
    Posts
    42
    Plugin Contributions
    0

    Default Re: Google Adwords Conversion Tracking code help.

    I was able to find and correct tpl_main_page.ph and place it into the correct common folder.

    The file googleanalytics-INSTALL.sql was uploaded to the database but I did not see the green message saying that all the statements were processed and no errors. So how can I check that? Or should I upload the same file again?

    Thanks for the clear instructions.

  8. #28
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Google Adwords Conversion Tracking code help.

    Don't upload the file. Open it, copy and paste the entire contents of it to the SQL Patch section in your admin.

    It won't hurt anything to run it again.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  9. #29
    Join Date
    Aug 2007
    Location
    Slidell, LA
    Posts
    9
    Plugin Contributions
    0

    Default Re: Google Adwords Conversion Tracking code help.

    Hi there, I was wondering if your module was backwards compatible with 1.3.8a?

    I am afraid to upgrade as everytime I have it has broken my site. Database not compatible every time.
    The knack of flying is learning how to throw yourself at the ground and miss.


    --Hitchhikers Guide to the Galaxy

  10. #30
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Google Adwords Conversion Tracking code help.

    Yes, this module is fully compatible with ALL versions of zen cart new and old. No problems at all.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v139h Google Analytics Conversion Tracking code install
    By split63 in forum General Questions
    Replies: 7
    Last Post: 17 Dec 2015, 04:09 AM
  2. Adwords conversion tracking
    By SEJ1 in forum General Questions
    Replies: 2
    Last Post: 20 Nov 2009, 06:44 AM
  3. Google Adwords Conversion Tracking - how do I add it?
    By barrystein in forum General Questions
    Replies: 0
    Last Post: 14 Apr 2009, 02:16 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