Experience the difference of "Elite".

Getting Started

Core Concepts

Overview

Bookings & Quotes

Damage Protection

Data Management

Deposits

Email Template Library

Fields

Guests

Integrations

Listing Site Integration

Messaging

My Account

Payment Processing

Privacy & Security

Properties

Property Management

Quotes

Rates

Renter Agreements

Reporting

Reviews

Rules

Security Deposits

Suppressed Email Addresses

Tags

Taxes

Team Access

Technical Stuff

Travel Insurance

Triggers

Verified Email Domains

Channel Management

Channel Management

API Integrations

Calendar Import/Export

Channel Bridge

Integrations

OwnerRez APIs

Payment Processing

Testing

Websites

Change Log

2024

2023

2022

2021

2020

2019

Staff Reference

Widgets - Cross-Domain Analytics

If you've entered your Google Analytics or Facebook Tracking Pixel in your account settings, widgets will be tracked in addition to other events like quotes and bookings.

You can find more details on connecting Google Analytics and what is tracked in our Tracking guest interactions through Google Analytics and Facebook Pixel article.

The widget embed code will automatically match Google Analytics clients on the parent page if possible, to track the sessions across page domains. However, note that if third party cookies are blocked by the guest in their browser configurations, sessions will not be able to be tracked across page domain. Instead, there will be three separate sessions -- one on the containing page, one in the widget, and one on the quote reservation page.

Allowing OwnerRez traffic into your GA

To signal to Google that traffic will be coming from OwnerRez, follow the instructions in Google's [GA4] Set up cross-domain measurement article and add ownerreservations.com and secure.ownerrez.com as included domains.

For example, if your domain is acmevactions.com you should end up with a configuration like:

Allowing cross-site cookies on your GA

If you are embedding GA on your own site, make sure to set the SameSite=None flag on the GA cookie so that the cookie from your site can be used by the widgets and reservation form as well: 

gtag('set', {
 
'cookie_flags': 'SameSite=None;Secure'
});

The OwnerRez hosted website and widgets will set this flag automatically.