System Event: GA4 - Trial Started
Description
Description
A successful registration for a trial.
Technical Triggering Conditions
Data Layer Event from application code.
Schema
Example Event
{
"customer": {
"status": "Chargebee Cx status (e.g. in_trial) or JS undefined",
"auth0_id": "ID or JS undefined",
"chargebee_id": "ID or JS undefined",
"hubspot_canonical_vid": "ID or JS undefined"
},
"industry": "Education",
"current_role": "IT Manager",
"number_admins": 2,
"number_machines": 20,
"trial_start_timestamp": 1634191200
}
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