AdAccountCreate
Request body for creating a new ad account under an organization.
Declaration
object AdAccountCreateProperties
| Name | Type | Description |
|---|---|---|
name Required | string | The display name of the ad account. |
delegations | [DelegationCreate] | Advertiser resource delegations to associate with the ad account, matching the account’s |
productFeatures Required | [ProductFeatures] | Product features enabled for this ad account. Set to |
Discussion
The AdAccountCreate object is the request body for Create Ad Accounts.
Example
{
"name": "AwayFinder Ad Account",
"productFeatures": [
"APPSTORE_APP_MANUAL"
],
"delegations": [
{
"resourceId": "12345678",
"resourceType": "CONTENT_PROVIDER"
}
]
}