Announcement

Collapse
No announcement yet.

adwords conversion tracking

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    adwords conversion tracking

    I've read a number of posts on this subject... but have to admit I'm totally confused.

    Where do I place the Adwords Conversion Tracking Code?

    I've added the following just before the </BODY> tag in the Act_ReceiptPrimary.html template. Is this the right spot for it?

    <!-- Google Code for Purchase Conversion Page -->
    <script language="JavaScript" type="text/javascript">
    <!--
    var google_conversion_id = 1067125854;
    var google_conversion_language = "en_GB";
    var google_conversion_format = "1";
    var google_conversion_color = "FFFFFF";
    if (1.0) {
    var google_conversion_value = 1.0;
    }
    var google_conversion_label = "Purchase";
    //-->
    </script>
    <script language="JavaScript" src="https://www.googleadservices.com/pagead/conversion.js">
    </script>
    <noscript>
    <img height=1 width=1 border=0 src="https://www.googleadservices.com/pagead/conversion/1067125854/?value=1.0&label=Purchase&script=0">
    </noscript>

    #2
    We have all our conversion code at the bottom of Act_Order04.html.

    Also, make sure you change the 'google_conversion_value' from 1.0, which in its current state will report every purchase as £1. You should change that line to read:

    Code:
    var google_conversion_value = (NETQUOTEVAR:ACTINICORDERTOTAL/100);
    www.gbradley.co.uk
    Web Development, Actinic Patches, Scripts & more

    Comment


      #3
      My Act_Order04.html looks like the offline order form... is this right - will it also work for credit card payments I receive - I don't use a PSP by downloade details myself?

      And also how do I actually check to see that the code is working? Does it take a while for something at Google to register because I haven't yet seen the "Google Sit Stats" message. Should that be instantly visible after a new upload?

      Comment


        #4
        Thanks I've gotten the code to work now... didn't realise I had to click on an actual ad first to make it work.

        Comment

        Working...
        X