Skip to main content
POST /api/v2/buyer/advertisers/{advertiserId}/event-sources/sync Syncs your event source configurations onto an advertiser. Each source gets an event_source_id you pass on every log-event call. Sync is idempotent — re-sending the same config returns unchanged. Events sent to an unregistered source are rejected, so sync before you log.

Request

Parameters

Response

action is one of created, updated, unchanged, failed, or deleted. A failed result carries an error message; the rest of the batch still applies.

Errors

  • 400 VALIDATION_ERRORaccount.account_id does not match the path, empty event_sources, or more than 50 sources.
  • 404 NOT_FOUNDadvertiserId does not exist or is not visible to the authenticated account.
See Errors for the full error contract.

Event source tasks

All event source operations

Log Events guide

How event sources and log-event fit together

Log event

Send events through a registered source

Conversion API

Identity-hashing rules and event payloads