To track bookings that originate from a specific booking URL, for example, if you wish to monitor bookings coming through a particular marketing newsletter, you can set the source of the booking URL.
To do this:
Add the source within Access Collins, as this will help with your reporting.
Add partner_source=XXXX to your booking URL, where you replace XXXX with the source.
Any bookings or enquiries that come from this booking URL will have the associated source auto-populated against the booking in Access Collins.
Script example:
<script>
DMN.addCustomData('source', 'XXXXX');
</script>
📌Note: If your source is more than one word, you will need to separate each word with %20. For example, if your source is Christmas Newsletter, you would add partner_source=Christmas%20Newsletter to your booking URL.