Google Tag Manager
Last updated
Last updated
Google Tag Manager
It is possible to leverage RoomBoss conversions and widget usage metrics using Google Tag Manager.
Container ID must be added to use Google Tag manager. This can be found on the right side of the main toolbar in the Google Tag Manager dashboard. E.g GTM-M1S23DQ.
Once the Container ID has been added to the desired website configuration, an RB_REQUEST or RB_RESERVATION event is triggered upon order completion, depending on the type of purchase made in the online widget:
RB_REQUEST is triggered after the Send Inquiry button is clicked.
'event' : 'RB_REQUEST',
'vendorName' : 'Vendor Name',
'saleAmount' : 'Sale Amount'
RB_RESERVATION is triggered after the Pay Now/Book and Pay buttons are clicked.
'event' : 'RB_RESERVATION',
'vendorName' : 'Vendor Name',
'saleAmount' : 'Sale Amount'
You can read more about Google Tag Manager here.