Validation rules for each row in your Import API file.
metadata
key, it will be automatically assigned an empty object ({}
).event_type
set to identify_company
, only the following keys are processed: company_id
, source
, inserted_at
, metadata
. Any additional keys will be ignored.url
key present, the hostname
and pathname
fields will be overridden based on the parsed values of the url
.browser
and operating_system
are automatically derived from the user_agent
property if included in your data.source
:
web-client
: Events come directly from a web client SDK, such as a browser or a front-end application. Must include hostname
, pathname
, and user_agent
. You can provide a url
field instead of hostname
and pathname
.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.