Okay
  Public Ticket #2223420
Getting Informatoin About Completed Bookings To Google Ads Conversion Tracker
Closed

Comments

  •  1
    Rasmus Oejvind started the conversation

    Hi!

    I am trying to setup Google ads conversion tracking for my Amelia installation. A conversion for me is when a customer pays for a booking. My idea is to use the Web Hooks feature in Amelia to send conversion information to Google Ads via Google Tag Manager. But I am not sure how to set this up.

    To me, the setup on the Amelia side seems easy enough, but on the Google side it seems infinitely complicated. I tried to learn from this video, but got lost once the guy started talking about data layers and what not. I am not a programmer, but that is usually not a problem when using Wordpress. In this case, however, it feels like I'm hitting a brick wall.

    I would very much appreciate a step-by-step on this. I understand that you don't have any obligation to give support on how to use Google Ads, Analytics, and Tag Manager. But I am sure that I am not the only Amelia customer with this need, so I believe that a step-by-step guide would bring a lot of value to other customers as well.

    In any case, any help will be much appreciated. 

    Best regards
    Rasmus

  •  2,572
    Aleksandar replied

    Hello Rasmus.

    Thank you for your purchase.

    What you can do is to set Redirect URL in General settings of plugin, so when customers come to that Congratulations page it will be shown Finish button, so when they click on it, it will be redirected on your custom URL which you define (so you can use it on tracks). 

    Also, you can use hooks like beforeConfirmedBooking that will be triggered when your customers confirm booking. You can set that redirect URL that you need like on this script (we use https://www.google.com as example, but you will replace this with your own URL)

    <script>
    window.beforeConfirmedBooking = function()
    {
    window.location.href = "https://www.google.com";
    };
    </script>

    Please insert this script on page where you insert Amelia shortcode.

    I'm not that familiar with Google Ads, Analytincs and Tag Manager, so I too would have to go through the tutorials to see how it works. Please let me know if my answer above helps you out at all, and if it doesn't I'll see with my team if there's someone who can explain this better.

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables