Submit a request

Google Adwords Conversion Tracking

Webrooms has built in support for Google Adwords conversion tracking.

  1. From the adwords conversion code provided for Booking completion, identify the ID and label.
    For example, you'll be given a code block which looks similar to the below. The key information is bold:

    <script type="text/javascript">
    /* <![CDATA[ */
    var google_conversion_id = 949309760;
    var google_conversion_language = "en";
    var google_conversion_format = "3";
    var google_conversion_color = "ffffff";
    var google_conversion_label = "Vd_tCMyzw14QwKLVxAM";
    var google_conversion_value = 1.00;
    var google_conversion_currency = "NZD";
    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/949309760/?value=1.00&amp;currency_code=NZD&amp;label=Vd_tCMyzw14QwKLVxAM&amp;guid=ON&amp;script=0"/>
    </div>
    </noscript>

    In this example the ID is 949309760 and the label is Vd_tCMyzw14QwKLVxAM.
    Use your own ID and label, NOT the example values shown here!


  2. Add these values to the corresponding fields in Webrooms -> System Settings -> Booking Parameters



Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.