Viewing 15 replies - 1 through 15 (of 24 total)
  • Hi Jill, you might like to read the following URL. It might help you.

    Kind regards

    Thread Starter jusdan

    (@jusdan)

    Thank you kindly.

    Hi Jill was the link helpful?

    Thank you

    Hi Jill how are you trailing with your issue?

    Thank you

    Thread Starter jusdan

    (@jusdan)

    Greatly appreciate the follow-up which was totally unexpected.

    Unfortunately, my issue has not been resolved. I did refer to the link which mentions the use of tags but I have a script code provided by google to track ad words.

    I am contemplating to use another form plugin but hoping I can get my issue resolved.

    Would you have any other suggestions on where I can place the script code information? I am wanting an adword pixel to fire on the thank you page after the user submits the contact form. Right now the thank you page shows up and automatically redirects the user to the home page but the pixel is not firing.

    Any assistance in this matter would be greatly appreciated.

    Thank you kindly,
    Jill

    Hi Jill because of the nature of your request. I would advice you to create a support ticket to @mike Challis the plugin developer.

    Kind regards

    Thread Starter jusdan

    (@jusdan)

    Thank you. Will do.

    You should be able to use the settings: “Submit button input attributes” and “Form action attributes”. These can be used for Google Analytics tracking code.

    Script can be put in the setting: “After form message”

    These settings are on the advanced tab of the form edit page.

    If this works, can you send me a note on just what worked? then I can make a help page for this topic, thanks

    Mike

    Thread Starter jusdan

    (@jusdan)

    Hi Mike,

    Thanks for the info. Greatly appreciate the reply to my question. I have greatly enjoyed the use of the plugin.

    Jill

    Hi Jill and Mike,

    I am struggling since a few month with the same problem, without solution until now and I want to keep this plugin as my standard form plugin for all my customers. A while ago I posted the same question even to Mike´s support and with a small donation but sadly got no answer. Now I am trying again to bring the AdWords Conversion Tracking Scripts to all my different forms on a customers page where I have to track every form separately.

    I know where these fields are in the advanced tab and it is possible to bring an “onsubmit handler” e.g. for Google Analytics Event Tracking to the “Submit button input attributes” but the origin AdWords Conversion Tracking Scripts will kicked out after saving.
    Now I tried the script, as from Mike suggested, in the “After form messeage” and it is still correctly display in the settings after saving. I hoped to find this code now in the source code of the “sucess message” after sending and put also for checking a “normal” text in this field. Unfortunately I could find something. Do I have a missthinking?

    I would appreciate any hint to solve this problem because it will constantly be a topic for me and my work.

    Kind regards Andy

    Hi @s10 what do you mean by ……

    Unfortunately I could find something. Do I have a missthinking?

    What is the code that you entered in that field?

    Regards

    Sorry I wanted to say “I could find nothing

    This is one of the codes I want to enter:

    <!-- Google Code for Angebotsanfrage Conversion Page -->
    <script type="text/javascript">
    /* <![CDATA[ */
    var google_conversion_id = xxxxxxx;
    var google_conversion_language = "de";
    var google_conversion_format = "3";
    var google_conversion_color = "ffffff";
    var google_conversion_label = "dRDBCN6QtQYQirfS9wM";
    var google_conversion_value = 1;
    var google_remarketing_only = false;
    /* ]]> */
    </script>
    <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
    </script>
    <noscript>
    <div style="display:inline;">
    <img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/1056217994/?value=0&label=dRDBCN6QtQYQirfS9wM&guid=ON&script=0"/>
    </div>
    </noscript>

    Kind regards, Andy

    Hi @s10 can you enter the code in the following format.

    <!-- Google Code for Angebotsanfrage Conversion Page -->
    <script type="text/javascript">
    <!--
    var google_conversion_id = xxxxxxx;
    var google_conversion_language = "de";
    var google_conversion_format = "3";
    var google_conversion_color = "ffffff";
    var google_conversion_label = "dRDBCN6QtQYQirfS9wM";
    var google_conversion_value = 1;
    var google_remarketing_only = false;
    //-->
    </script>
    <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
    </script>
    <noscript>
    <div style="display:inline;">
    <img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/1056217994/?value=0&label=dRDBCN6QtQYQirfS9wM&guid=ON&script=0"/>
    </div>
    </noscript>

    Let me know how you go.

    Regards

    Hi mbrsolution,

    many thanks for your help. Would you try to bring the code in the “Submit button input attributes” field or in the “After form message”?

    Kind regards

    Hi s10 try either as @mike Challis suggested above.

Viewing 15 replies - 1 through 15 (of 24 total)
  • The topic ‘Contact Form Tracking w/ Google Ad Words’ is closed to new replies.