profcoder Posted January 15, 2010 Share Posted January 15, 2010 Hi, I've added the following code into complete.tpl (mine is web20cart) {if $ispaid} <!-- Google Code for sale Conversion Page --> <script type="text/javascript"> <!-- var google_conversion_id = 102*********; var google_conversion_language = "en"; var google_conversion_format = "1"; var google_conversion_color = "ffffff"; var google_conversion_label = "54z*************"; var google_conversion_value = {$amount}; //--> </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/102*********/?value={$amount}&label=54z*************&guid=ON&script=0"/> </div> </noscript> {/if} Should I do anything else? 0 Quote Link to comment Share on other sites More sharing options...
profcoder Posted January 16, 2010 Author Share Posted January 16, 2010 Any comment? It still says unverified. 0 Quote Link to comment Share on other sites More sharing options...
pod Posted January 20, 2010 Share Posted January 20, 2010 where did you find this code from google at? 0 Quote Link to comment Share on other sites More sharing options...
profcoder Posted January 20, 2010 Author Share Posted January 20, 2010 It is paid ecommerce option for google analytics. 0 Quote Link to comment Share on other sites More sharing options...
rdavis Posted January 22, 2010 Share Posted January 22, 2010 On my other business web site I have my Google Adwords Conversion Code in my payment return "Thank You" html page! I though that is where it is suppose to be, it does work. I don't know about using it (WHERE) in WHMCS. OBTW Pod, it is supplied from/in your Google Adwords account when you sign up for conversion. Its an add-on. 0 Quote Link to comment Share on other sites More sharing options...
keliix06 Posted January 23, 2010 Share Posted January 23, 2010 Since it's within the {$ispaid} section, it will only ever show if an invoice has been paid, which won't be the case if Google is just trying to verify. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.