EstebanC Posted March 30, 2015 Share Posted March 30, 2015 Hello, Does anyone had problems using adwords conversion tracking code + cloudflare + whmcs ? We edited complete.tpl in order forms but signups are not being tracked. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted March 31, 2015 Share Posted March 31, 2015 is the integration code set correctly? many WHMCS users here in forum did the integration before, most of them had the same issue "how to integrate it". in complete.tpl file you need to place your Javascript code between these lines {if $ispaid} <!-- Enter any HTML code which needs to be displayed once a user has completed the checkout of their order here - for example conversion tracking and affiliate tracking scripts --> {/if} but in TPL files you need to wrap you Javascript codes with the Literal tag, so the final should look like this {if $ispaid} <!-- Enter any HTML code which needs to be displayed once a user has completed the checkout of their order here - for example conversion tracking and affiliate tracking scripts --> {literal} <script type="text/javascript"> // My Tracking Code is right here </script> {/literal} {/if} also you need to integrate your tracking code into all of your templates 0 Quote Link to comment Share on other sites More sharing options...
Waqas Saeed Posted November 26, 2020 Share Posted November 26, 2020 How do we know if the customer is not refreshing the screen ? how to control the refresh ? 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.