Experience the difference of "Elite".

Getting Started

Core Concepts

Channel Management

Integrations

Messaging

Overview

Communication History

OwnerRez APIs

Payment Processing

Property Management

Reporting

Websites

Changelog

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 the domains listed on the OwnerRez Domain Names support article.

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.