Switch to Google Analytics 4
Google announced that on 1st of July 2023, universal analytics properties will stop processing data. Starting in March 2023, for continued website measurement, you should create a new Google Analytics 4 (GA4) property, or one will be created for you based on your original property and reusing existing site tags.
For existing sites that already use Google analytics, the creation of Google Analytics 4 property will not have impact on your current setting. Please refer to Google guidelines on how to configure the property for GA4.
To leverage full reporting capabilities from Google analytics 4 SECUTIX adapted the data layer being used on the ticket shop following official Google data layer guidelines.
You can enable the Google Analytics 4 data layer on your point of sale characteristics setting as seen on the image under "How to use Google Analytics 4 Enhanced E-commerce" section below.
Make sure to adapt and test your Google tag management settings. The list of events being provided by the new data layer if specified in the summary chapter below.
For more details on migration to GA4 please refer to official Google developer migration center.
Other useful links:
Former Secutix guidelines on SecuTix ticket shop - Universal analytics data layer documentation
Developer migration center for E-commerce - Ecommerce event compatibility and translation reference (gtag.js)
Youtube video tutorials - Getting Started with Google Analytics 4 properties
Data layer Google Analytics 4 Events - Summary
Google Analytics 4 Events - Guidelines | SecuTix Ticket shop events available | Description |
|---|---|---|
event: "view_item_list", | view_item_list | a user sees a list of items/offerings on Landing page |
event: "select_item", | select_item | a user selects an item from a list on Landing page |
event: "view_item", | view_item | a user views an item after selecting it from Landing page |
event: "add_to_cart", | add_to_cart | a user adds items to cart |
event: "add_to_wishlist", | - | a user adds items to wishlist |
event: "view_cart", | view_cart | a user views their cart |
event: "remove_from_cart", | remove_from_cart | a user removes items from a cart |
event: "begin_checkout", | begin_checkout | a user begins checkout |
event: "add_shipping_info", | add_shipping_info | a user adds shipping info |
event: "add_payment_info", | add_payment_info | a user adds payment info |
event: "purchase", | purchase | a user completes a purchase |
event: "refund", | - | a user receives a refund |
event: "view_promotion", | view_promotion | a user sees a promotion item on Landing page |
event: "select_promotion", | select_promotion | a user clicked a promotion item on Landing page |
How to activate Google Analytics 4 Enhanced E-commerce
Note: Added promoter_id (if available) to the eCommerce object for all events, enabling segmentation and identifying the promoter for viewed or purchased products.
GA Set Up - Not Supported |
We only provide documentation and guidelines for setting up Google Analytics (GA). We do not offer direct support for GA implementation. |
Data Layer |
We provide documentation and guidelines, however, we do not support third-party tools outside of SecuTix control, such as Meta, Matomo, or other Tag Analytics tools. Support for data layer implementation is available in specific cases: |
a) Events triggered incorrectly with the cor |
b) Experiencing sudden errors without changing configurations (following our guidelines). |
| Expand |
|---|
1. Activate GA4 Enhanced E-commerce for the Point of SalesLogin to your SecuTix back-office, and activate enhanced e-commerce for the corresponding Internet point of sales via the screen Organisation > Initialisation > Organisation Parameters > Sales Channels > Point of Sale > Internet Parameters. Wait for a few minutes for the corresponding PoS to be updated with the latest parameters. |
Go
Product impression and action data
| Expand | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Impressions and clicks
1. Product impressionPush product impression data to datalayer. Product impression DataLayer Example
2. Promotion impression (Advantage)Push Promotion impression data to datalayer on the same pages and sections mentionned above. Promotion (advantage) impression DataLayer Example
3. Product details impressionData pushed when :
Product details impression DataLayer Example
4. Product clickPush Product details' data when user clicks a product, includes the additional data Product click DataLayer Example
5. Promotion clickPush Product details' data when user clicks a product Promotion click DataLayer Example
|
Cart and Check-out
| Expand | |||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1. Add or Remove products from CartPush data when a product is added to cart, or remove from cart Add to Cart DataLayer Example
Remove from Cart DataLayer Example
2. View CartPush data when user views cart content View Cart DataLayer Example
3. Check outData are sent to datalayer in check out process with 3 steps: Begin the Checkout, Delivery and Order confirmation (after the payment page)
When user start the Check-out process (event 'begin_checkout') Begin Checkout DataLayer Example
When user choose a delivery mode and click on Continue (event 'add_shipping_info') Delivery step DataLayer Example
When user input a voucher, select a payment method, then click on Continue to Payment (event 'add_payment_info') Order summary step DataLayer Example
When user completes an order (event 'purchase') Purchase DataLayer Example
|