System Event: GA4 - Demo Scheduled

Last updated: November 23, 2022 3:12 PM MST

Description

Description

Successful scheduling of a demo.

Triggering Conditions

The Hubspot Meeting Scheduler is used for scheduling demos. We can't get JS tracking on that iframe. The only way to trigger a conversion is on the confirmation page after a successful scheduling. There is no contact information forwarded to the confirmation page. So we have no way of deduping conversions other than "unique pageviews"

Hence the event count is the first instance of this pageview of landing.pdq.com/demo-confirmation per user.

Schema

Example Event

{
  "event_params": {
    "page_title": "PDQ - Request a demo",
    "ga_session_id": 123,
    "page_location": "https://landing.pdq.com/demo-confirmation",
    "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