Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.29 KB

File metadata and controls

21 lines (13 loc) · 1.29 KB

WebhookPayloadAccountAdsInitialSyncCompletedAccount

Properties

Name Type Description Notes
accountId String The account's unique identifier (same as used in /v1/accounts/{accountId})
profileId String The profile's unique identifier this account belongs to
platform String
username String
displayName String [optional]
platformUserId String The platform-side account/ad-account ID (e.g. Meta ad account ID). [optional]
profilePicture URI URL of the account's profile picture, when available. [optional]
platformAdAccountId String When the consumer scoped the connect call to a single ad account, this echoes that ID back so the webhook can be correlated to the originating connect request without consulting the consumer's DB. Meta uses the `act_*` shape. [optional]
platformAdAccountIds List<String> Every ad-account ID that the connected token could see at discovery time. Useful for &quot;we synced ads from these accounts&quot; UX without a follow-up API call. Empty array when the token had no ad-account visibility. [optional]