Thinking about optimizing your hotel's results, we developed a tool that will track your bookings, called Pixel! With this tool, you will be able to track the amount of sales made by your robot directly from Asksuite's platform! Below, we present the main actions to implement the booking tracking, through your Booking engine's website.
______________________________________________________________________________________________________________
⚠️ Attention: Some booking engine already have a automatic integration with the Asksuite, therefore, there is no need to have an action to implement the pixel, since the booking engine already makes the process automatically.
Those booking engines are:
-
Omnibees;
-
Letsbook;
-
Foco Multimídia;
-
Silbeck;
-
Hsystem.
________________________________________________________________________________________________________________
Topics Covered
Requirement
It's necessary that your booking engine already have at least one conversion tracking tool integrated to the page. This means, that it's necessary that already exists some kind of conversion tracking.
To be sure that your Booking engine already had this kind of tracking, we suggest to contact them directly on their support platform.
Here are some tracking tools that can be used by your booking engine:
1. International format of **Data Layer E-commerce Purchase (Any tools with this pattern)**
2. Google Analytics (default events)
3. Pixel from TripAdvisor
4. Pixel from Sojern
5. Google Ads
6. Hotels scans:
- Camino Real
- The Europe Hotel
7. Booking engines scans:
- E-gds
- HSLatam
- Hsystem (Confirmation Page)
In case your booking engine have some different tool in a different format from the above, one which we don't support yet, you can adjust the pixel internally to be accepted. To do so, you just need to contact our support team to request the changes.
Booking track's code
Pattern script
<!-- Start Asksuite Pixel -->
<script src="https://pixel.asksuite.com/asktag.js"></script>
<!-- End Asksuite Pixel -->
Booking engines with a specific script
1. ZaviaERP
<!-- Start Asksuite Pixel -->
<script>
var e = document.createElement("script");
e.src = "[https://pixel.asksuite.com/asktag.js](https://pixel.asksuite.com/asktag.js)";
document.head.appendChild(e);
</script>
<!-- End Asksuite Pixel -->
2. Cloudbeds
<!-- Start Asksuite Pixel -->
<script>
window.AskPixelObject = { options: { gaObjName: "__ofGa" } };
</script>
<script src="[https://pixel.asksuite.com/asktag.js](https://pixel.asksuite.com/asktag.js)"></script>
<!-- End Asksuite Pixel -->
3. Synxis
<!-- Start Asksuite Pixel -->
<script src="[https://pixel.asksuite.com/asktag.js](https://pixel.asksuite.com/asktag.js)"></script>
<!-- End Asksuite Pixel -->
* after de insert the script, add "*.asksuite.com" as "Allowed Domain" :
4. Avvio
<!-- Start Asksuite Pixel -->
<script>
window.AskPixelObject = {
options: {
enableAvvioConvertEvent: true
},
};
</script>
<script src="https://pixel.asksuite.com/asktag.js"></script>
<!-- End Asksuite Pixel -->
Step by step
If you have access to your booking page's HTML, you just need to add, our requesto to the responsible one to add the code in the end of the site's structure:
Example:
Comments
0 comments
Please sign in to leave a comment.