Push AI Referrals Events
Push a batch of pre-aggregated daily AI-referral events for a registered connection.
Accepts application/json (a JSON array of events) or application/x-ndjson (one event per line). The upsert key is (date, raw_referrer_value, raw_page_value) — re-sending the same tuple replaces the prior values, so backfills and corrections are safe to retry.
Limits:
- Maximum 10,000 events per batch.
- Maximum 5 MB request body.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier for the brand.
The ULID of the AI Referrals connection.
Body
UTC calendar day the metrics cover.
"2026-05-20"
Raw referrer value as emitted by the source analytics tool (e.g. 'chatgpt.com'). Normalized server-side against the AI platform allow-list.
1 - 512"chatgpt.com"
Raw page identifier from the source tool (URL path for GA4-shape tools; page name for Adobe unless a URL eVar is configured).
1 - 2048"/blog/launch-notes"
x >= 0x >= 0x >= 0x >= 0Optional client-supplied batch identifier for traceability.
128