You can insert any Java Script code under Scheduling Page > Settings > Advanced settings so that it is executed when the appointment is booked.
If the appointment booker clicks on "Book Appointment" in the last step, this JavaScript code is then executed accordingly.
A URL of your website (e.g. www.yoursite.com) can be entered in the field, or a redirect to your website can be made with the following command: window.setTimeout('window.parent.location = "http://www .yoursite.com" ',2000);
This is especially useful if you want to redirect to your thank you page, for example.
You can also add the SERVICEID parameter to evaluate which services have been booked (e.g. http://www.yoursite.com?service=SERVICEID).
The placeholder is then automatically replaced with the correct service ID.
If you want to run a different JavaScript code for each booked service, you can store this in the menu Company > Services > Service Edit > Tags / Data transfer in the respective service.
Conversion Tracking
If you want to carry out conversion tracking with 3rd party systems, you can use the "JavaScript code execution after appointment booking" function (can be set globally or per service). You can use it to set up a redirect to any page (e.g. www.yourpage.com). You can store the corresponding tracking code on this page. This code is provided to you by the 3rd party systems providers. If you have any questions, please contact the respective provider.
Kommentare
0 Kommentare
Zu diesem Beitrag können keine Kommentare hinterlassen werden.