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_ERROR—account.account_iddoes not match the path, emptyevent_sources, or more than 50 sources.404 NOT_FOUND—advertiserIddoes not exist or is not visible to the authenticated account.
Related
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