System Event: GA4 - Engagement Timer

Last updated: July 30, 2024 3:39 PM MDT

Description

Triggering Conditions

An event fires every 15 seconds with an updated value for non-idle time. Event should be a non-interaction event in Google Analytics. For GA4, it should include a non-interaction parameter with each update.

Schema

Example Event

{
  "event_params": [
    {
      "name": "engagement_time_msec",
      "value": 11000
    },
    {
      "name": "client_timestamp_millis",
      "value": 123456789
    }
  ]
}

Validation Schema

The event payload, everything under the data property, will be validated against this schema. For more see JSONSchema standard.

{
  "TBD": "TBD"
}

Previous Versions

NOT YET AVAILABLE