- Default Metadata: If an event does not include the
metadatakey, it will be automatically assigned an empty object ({}). - Identify Company Event Rules: For events with
event_typeset toidentify_company, only the following keys are processed:company_id,source,inserted_at,metadata. Any additional keys will be ignored. - URL Parsing: If the entry has a
urlkey present, thehostnameandpathnamefields will be overridden based on the parsed values of theurl. - Auto Properties: Fields like
browserandoperating_systemare automatically derived from theuser_agentproperty if included in your data. - Allowed Values for
source:web-client: Events come directly from a web client SDK, such as a browser or a front-end application. Must includehostname,pathname, anduser_agent. You can provide aurlfield instead ofhostnameandpathname.backend-http: Events captured from backend systems via direct HTTP integration.backend-hubspot: Events imported from HubSpot integration.backend-salesforce: Events imported from Salesforce integration.backend-segment: Events forwarded through Segment integration.backend-http-import: Events imported through the HTTP Bulk Import API.