RoomBoss Documentation
English
  • Home
  • General Feature
  • PMS
  • SSMS
  • ECS
  • Travel Agent
English
  • General Features Across All Systems
  • User & Account Management
    • User Management
    • Account Details
  • Account Setup
    • Product Details
    • Policy
    • Compulsory Product Options
    • Sales Desk
    • Vendor Sets
  • Communication & Messaging
    • Automated Emails
      • Setup Email Templates
      • Merge Tags
      • Email Language
      • Enabling Automated Emails
      • Notes on Email Triggers
      • Basic Example Emails
    • Rich Messages
      • Messages - Account Wide‌
      • Messages - Vendor Specific
    • Booking Notification Emails
  • Booking & Guest Management
    • Packages Overview
    • Packaging 3rd Party Services
    • Guest Fields
    • Online Waiver
    • Booking Channels
      • Agent Payment Received
    • Booking Segment
    • Guest Segment
    • Search Bookings
      • Search Booking Page Downloads
    • Social Sign In Integration
  • Financial & Reporting Tools
    • Invoicing
      • Invoicing & Cancellation Strategies
      • Create Invoices In Bulk
      • Mark Invoices as Paid In Bulk
    • Online Payment Management
      • Adding a Payment Gateway
      • Supported Payment Gateways
      • Adding a Payment Gateway Strategy
      • Online Payment Settings
      • Credit Card Tokenisation
      • Payment Gateway Issues
        • Paypal
        • Payment Amount Mismatch
      • Stripe Payment Methods
      • Square Integration
    • Price Adjustments
      • Using Price Adjustments
    • Commission Adjustment
    • Price Component Profiles
    • Japanese Qualified Invoice System
    • Reports
      • Booking Statistics Report II
      • Rate and Price Adjustment Report
      • Booking Creation and Cancellation Report
    • Meals Reporting for Guest Services
  • Website Configuration & Integration
    • Website Booking Engine Configuration
      • Setting Up a Subdomain
        • To Access Availability and Booking Widgets Via Your Subdomain
        • To Use Subdomain For Guest Intranet Links
      • Other Website Configuration Options
        • Google Tag Manager
        • Google Analytics
        • Google Ads
        • Google Maps
        • Facebook Pixel
    • URL Parameters
      • Booking ID as a Paramater
      • Booking Segment as a Parameter
    • CRM
      • Mailchimp Integration
      • Freshsales Integration
      • Merge Guests
      • Tasks
  • RB POS
    • Making POS Bookings
    • POS Booking Management
  • User Guides
  • Property Management System (PMS)
  • Snow School Management System (SSMS)
  • E-Commerce System (ECS)
  • RoomBoss For Agents
  • Links
    • RoomBoss Login
    • RoomBoss Website
    • Contact Us
    • Privacy
Powered by GitBook
On this page

Was this helpful?

  1. Website Configuration & Integration
  2. Website Booking Engine Configuration
  3. Other Website Configuration Options

Google Tag Manager

PreviousOther Website Configuration OptionsNextGoogle Analytics

Last updated 1 year ago

Was this helpful?

Google Tag Manager

It is possible to leverage RoomBoss conversions and widget usage metrics using Google Tag Manager.

Note that if you are using Google Analytics for monitoring web widget usage, or Google Ads for conversion tracking, these services can be used independently from GTM by entering their respective IDs under Website Configuration settings. (More information for these applications can be found on the page below.)

However, if you wish to create custom events or to leverage conversion tracking with Google Tag Manager linked resources, some setup, such as creation of tags and custom triggers may be required.

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