System Event: GA4 - Quote Submitted
Description
Schema
Example Event
{
"tax": 4.9,
"items": [
{
"coupon": [
"DISCOUNTCODE"
],
"item_id": "PDD",
"discount": 10,
"quantity": 4,
"item_name": "PDQ Deploy",
"item_brand": "PDQ",
"list_price": 500,
"unit_price": 490,
"item_category": "software-license"
}
],
"value": 2004.9,
"currency": "USD",
"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"
},
"shipping": 0,
"discountAmount": 200,
"isEducationGovernmentDiscount": true
}
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