We're Moving to a New Support Platform – Starting June 1st!

We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.

You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.

While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.

We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.

Thanks for your continued support and trust – we’re excited to bring you an even better support experience!

Okay
  Public Ticket #2176662
Google / Facebook conversion tracking
Closed

Comments

  •  7
    Andrius started the conversation

    Hi,

    is there any ability to add conversion tracking code to Amelia forms? It's essential in order to better track site's performance. As far as I can see, the only way to currently do it is to redirect users to a specific page. 

    However, this doesn't really work either as the customer can close the window before clicking 'Finish' and accessing the final page.

    The booking success page sort of overrides the need for an additional final page. It would be nice to have the ability to choose either / OR instead of having both, because 1 - that's redundant (customer already got the message that booking was successful), 2 - it's impossible to track successful conversions as a result.

    Thanks,
    Andrius

  • [deleted] replied

    Hello Andrius, 

    Yes, the first option would be setting Redirect URL in General settings of plugin, so when customers come to that Congratulations page they have Finish button, so when they click on it, they will be redirected to this URL.

    But if the customers leave the page before and you want different solution, as you said, you can use hooks like beforeConfirmedBooking that will be triggered when your customers confirm booking. You can set the redirect URL that you need like on this script (we use https://www.google.com as an example, but you will replace this with the URL that you want)

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

    You should insert this script on the page where you have Amelia shortcode.

    Hope this helps!

    If you have any other questions or concerns feel free to ask, 


  •  7
    Andrius replied

    Marija,

    many thanks for your response. I've tried the script and it works. Would be great to see these sort of scripts to you documentation some day.

    Thanks a lot,
    Andrius

  • [deleted] replied

    Hello Andrius, 

    You are welcome!

    Great, glad to hear it worked!

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help,