Docs
Visit Flip.toManage your platform
  • About Flip.to Docs
  • Get Started
    • Quickstart
  • Platform
    • Discovery
      • Launchpad
      • Day-to-day
      • Experiences
        • Libraries and Management
        • Flip.to 🤝 OccasionGenius
      • Planner audiences
    • Advocacy
      • First campaign
      • Curation
        • Getting the most out of Curation
      • Stories
      • Promoting a campaign
      • Top storytellers
    • Collaboratives
      • Collaborative Insights
      • Campaign Tracking
      • Brand Resources
    • Mission Control
      • Branding
      • Point person
      • Seasonal photos
      • Booking engine URL
      • Custom domains
      • Languages
      • Team
  • Integrations
    • Websites
      • Set up your website
      • Cross-domain tracking
      • Member tracking
      • Website markup
      • Feature previews
    • Booking Engines
      • Set up your booking engine
      • Vendors
        • SynXis
        • iHotelier
        • RevRaise by AZDS
        • RezTrip
        • SiteMinder
        • Newbook
        • Cloudbeds
        • Campspot
    • Analytics
      • Signals & subscriptions
      • Consent management
    • CRMs
      • Zapier
        • Using Zapier with Mailchimp
      • Revinate
      • Salesforce
      • SFTP
    • Email
      • Confirmation email
      • Pre-arrival email
      • Post-stay email
      • Cancellation email
    • Marketing
      • Google Ads
      • Microsoft Advertising
      • Meta Ads
      • TikTok Ads
  • API
    • Introduction
    • Reference
      • Platform API
      • Collaborative API
  • Support
    • Customer Success
    • Policies
Powered by GitBook
On this page
  • Automatic tracking
  • Additional tracking settings
  • Identify member on external links
  1. Integrations
  2. Websites

Member tracking

Flip.to helps collaboratives understand how their website visitors convert into direct bookings for their accommodation providers, along with many other features.

The goal is to measure the revenue impact in real-time, and help everyone in the community level up.

Before you begin: your Flip.to snippets should already be added to your website


Automatic tracking

Flip.to automatically appends a parameter to each link in order to track visitor sessions across a collaborative. You can ensure that this works without any issues by:

  • Removing any intermediary pages that are used to count clicks before redirecting to external websites.

  • Removing any site redirects that are done server-side or via JavaScript and replace them with anchor tags (href=”hotel.com”).


Additional tracking settings

Identify member on external links

Some links may lead to a booking engine or a click-to-call that does not clearly indicate which member the link is for. In these cases, add the data-flipto-host attribute so it can be identified. Set the value to the member's website (generally the root link that exists in the CMS).

Example booking engine
<a href="https://synxis.com?hotelid=123456" data-flipto-host="https://www.overlookhotel.com">Overlook Hotel</a>
Example click-to-call
<a href="tel://8558331448" data-flipto-host="https://www.overlookhotel.com">Call (855) 833-1448</a>

PreviousCross-domain trackingNextWebsite markup

Last updated 2 months ago