Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 65

Thread: Using Conversion Tracking

  1. #31
    Join Date
    Jan 2007
    Posts
    36

    Default

    Has anyone got a complete solution for this?

  2. #32
    Join Date
    Mar 2009
    Posts
    5

    Default

    do I also have problems with it, someone decided a question?

  3. #33
    Join Date
    Sep 2007
    Posts
    44

    Default

    Yes, I don't understand why developer don't want to show it in Documentations...

    You can place tracking code to
    templates/orderforms/default/complete.tpl
    (if you are using "default" order form)

    ==========================
    {if $ispaid}

    {literal}

    <!-- Google Code for Purchase Conversion Page -->
    <script language="JavaScript" type="text/javascript">
    <!--
    var google_conversion_id = 12313131313;
    var google_conversion_language = "en_US";
    var google_conversion_format = "1";
    var google_conversion_color = "666666";
    if (1.0) {

    {/literal}


    var google_conversion_value = {$amount};

    {literal}
    }
    var google_conversion_label = "Purchase";
    //-->
    </script>
    <script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
    </script>
    <noscript>
    <img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/12313131313/?value=1.0&label=Purchase&script=0">
    </noscript>

    {/literal}

    {/if}

    ===============================

  4. #34
    Join Date
    Jun 2008
    Location
    UK
    Posts
    167

    Default

    Hi Dimak

    Thanks for the code!

    Don't you also need to post the amount for noscript?

    Code:
    {/literal}
    <img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/12313131313/?value={$amount}&label=Purchase&script=0">
    {literal}
    mediademon
    www.mediademon.com
    Web Design / Web Hosting

  5. Default

    its very helpful for us.

  6. #36
    Join Date
    Mar 2008
    Posts
    95

    Default

    I put the code thats in the whmcs wiki into the complete.tpl in the cart template

    I made two different goals in google just be on the safe side

    /complete.php
    and
    cart.php?a=complete

    and nothing happened?

    What am I missing?


    Cheers

  7. #37
    Join Date
    Mar 2008
    Location
    New Smyrna Beach, FL US
    Posts
    252

    Default

    Any updates on this?
    StrikeHawk eCommerce, Inc.
    open source e-commerce developer on the osCommerce platform. ADD us to youtube youtube channel

  8. #38
    Join Date
    Feb 2007
    Posts
    12

    Default

    I have the same issue.

    Would be great to have a complete tutorial on how to do this.

  9. #39
    Join Date
    Dec 2007
    Posts
    107

    Default

    Yep its a major problem for us too not being able to integrate with Google Analytics. Would be great to get a proper solution.

  10. #40
    Join Date
    Jan 2007
    Posts
    36

    Default

    If anyone out there can help with this, it would be much appreciated.

  11. #41
    Join Date
    May 2007
    Posts
    116

    Default

    Can we get an official response from Matt on this? This should be a built in feature, but if not, some final code posted as the wiki code doesn't seem to work.

  12. #42
    Join Date
    Nov 2009
    Posts
    3

    Default

    i didn't have any idea about this. thanks for sharing this with us.

  13. #43
    Join Date
    Jan 2010
    Posts
    5

    Default

    bump, Anyone got a final solutions for google analytics?

  14. #44
    Join Date
    Jul 2009
    Posts
    240

    Default

    Any update on this? With no response from WHMCS I'm assuming they either dont care or don't have an answer. The wiki information on this topic is very basic and not very good either.

    I'm testing something out now but a definite answer would be helpful because it takes a few days to collect data and be able to tell if its working.

  15. #45
    Join Date
    Dec 2007
    Posts
    107

    Default

    It is odd - its a very important aspect thats not working, but it seems nobody has any answers yet.

Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Google Analytics Conversion Tracking
    By datex in forum Feature Requests
    Replies: 11
    Last Post: 08-15-10, 12:47 AM