System Event: GA4 - Page View
Description
Triggering Conditions
Default GA4 implementation in Google Tag Manager
Schema
Example Event
{
"event_params": {
"page_title": "PDQ - Deploy and Inventory",
"ga_session_id": 123,
"page_location": "https://www.pdq.com",
"session_engaged": true,
"ga_session_number": 1,
"mouseflow_session_id": 123445,
"client_timestamp_millis": 123456789,
"optimizely_experiment_id": 1234
},
"user_properties": {}
}
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