This article describes how excentos can track your Product Guide's usage data into your Google Analytics instance.


What is tracked

To avoid extensive configuration on your side, we aim to reuse existing recommended events in GA4, as well as their corresponding dimensions and metrics, as much as possible. Whenever a custom definition is used, it's marked with a warning symbol ((warning)).

The following events are tracked:

  • The product guide was loaded (warning)
    • event name: "load"
    • dimensions:
      • duration - the amount of time in milliseconds it took to load the product guide. This includes the time for downloading all the required resources and is therefore also dependent on the network connection of the end user.
  • A stage in the product guide was seen
  • An answer to a question in the product guide was selected
  • The user transitioned to the previous (/ the next / a selected) stage
    • event name: "select_content" (/ "navigate_to_next_stage" / "navigate_to_stage")
    • dimensions:
      • content_type - "navigation"
      • content_id - "previous" / "next" / "direct"
    • These events should help you better understand the user's journey through the guide. The corresponding stages are separately tracked as "page_view" events, so you can use the default analytics reports provided by Google. 
  • A list of recommendations was seen
    • event name: "view_item_list"
    • dimensions for each recommendation:
      • item_list_id - the internal id of the recommendation group the recommendation was contained in (top, recommendations, alternative, cross_selling)
      • item_list_name - the label of the recommendation group, as seen by the end users, e.g. "Your top recommendation"
      • item_id - the product id
      • item_name - the label of the product, as seen by the end users
      • item_brand (if available)
      • item_price
    • shown as "Items viewed in list" in GA4's reports
    • see https://support.google.com/analytics/answer/9143382#ecommerce-metrics&zippy=%2Cecommerce
  • The product details page was opened
    • event name: "select_item"
    • dimensions (as above)
      • item_id
      • item_name
      • item_brand
      • item_price
    • shown as "Items clicked in list" in GA4's reports
  • A lead generation form was submitted (if applicable)
    • event_name: "generate_lead"
  • The product guide was restarted
    • event name: "select_content"
    • dimensions:
      • content_type: "administration"
      • content_id: "restart"

The following user dimensions are set: 

These are all custom and need to be configured in your GA4 property to be visible (warning) See https://support.google.com/analytics/answer/12370404

What you need to provide to excentos

If you want excentos to track the Product Guide's usage data into your Google Analytics instance, please provide us with the following:

Tipps and tricks

You want to track to Google Analytics, but don't have an own GA instance?

If you want to track your Product Guide's usage data into Google Analytics (GA), but don't have an own GA instance (or don't want to use it for the Product Guide usage data for whatever reason), your usage data can be tracked into a GA instance provided by excentos. Please contact support to setup this feature.

FAQ

Do I need the Google Tag Manager (GTM) to track to Google Analytics?

No, you don't need the Google Tag Manager to track usage data of your Product Guides into Google Analytics. The excentos client takes care of tracking the usage data into your GA instance once you've provided us with the above-mentioned information.

  • No labels