Skip to main content

Analytics events

This page lists the events that Tourseta sends to Google Analytics (GA4), Meta Pixel, and Google Tag Manager (GTM).

Event

Parameters

Description

Page view

-

This is an automatically collected event.

Select tour date

tour_id

date_selected (format: YYYY-MM-DD)

Triggered when a tour date is selected or has been pre-selected via a query parameter.

Select travelers count

tour_id

travelers_count

Triggered once users have selected the number of travelers.

Begin checkout

GA4/GTM

currency

value - total value of the tour

items (array)

  • item_id - tour ID

  • item_name - tour name

  • item_category (e.g. “Tour”, “Extra”)

  • price

  • quantity

Meta

content_ids - ID of the tour

contents - (array)

  • id - tour ID

  • quantity

currency

num_items - how many items (always 1)

value - total tour value

Triggered when users click the Continue button on the first step to proceed to the traveler information step.

Login

method (e.g. “Email”)

Triggered when user logs in.

Sign up

method (e.g. “Email”)

Triggered when a user creates an account from the login page, outside of the booking flow.

Proceed to payment

tour_id

Triggered when users click the Continue button on the traveler information/extras step to proceed to payment.

Payment success

tour_id

payment_amount

currency

transaction_id (Tourseta internal)

Triggered when the system returns a successful payment status.

Payment failed

tour_id

error_code (Tourseta internal)

Triggered when the system returns an error indicating that the payment has failed.

Purchase

GA4/GTM

currency

value - total value of the tour

transaction_id - our booking ID

items (array)

  • item_id - tour ID

  • item_name - tour name

  • item_category (e.g. “Tour”, “Extra”)

  • price

  • quantity

Meta

content_ids - ID of the tour

contents - (array)

  • id - tour ID

  • quantity

currency

num_items - how many items (always 1)

value - total tour value

Triggered when the booking is successfully completed and registered, whether with or without a deposit payment.

Did this answer your question?