Skip to main content

Configure the source on the booking URL

Track booking source from a specific booking URL for reporting purposes.

alexandru sava avatar
Written by alexandru sava
Updated over 2 months ago

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:

  1. Add the source within Access Collins, as this will help with your reporting.

  2. Add partner_source=XXXX to your booking URL, where you replace XXXX with the source.

  3. 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.

Did this answer your question?