v5.21.0
API Changelog (5.20.0 → 5.21.0)
Ad Accounts
GET /ad_accounts
⚠️ Response body type changed from ''/'' to 'object'/''.- Removed '#/components/schemas/Paginated, subschema 2' from response body 'allOf' list.
- Added error responses: 400, 401, 403, 404, 429.
- Added optional bookmark and required items properties.
POST /ad_accounts
⚠️ Owner response property type changed from 'object'/'' to ''/'' for status 200.⚠️ Removed optional properties: owner/id, owner/username.⚠️ Added new enum values to permissions/items: FINANCE_EDIT, FINANCE_VIEW.- Added error responses: 400, 401, 403, 404, 429.
- Properties now read-only: created_time, owner, permissions, updated_time.
- Added '#/components/schemas/AdAccountOwner' to owner property 'allOf' list.
- Property 'id' is now required with pattern '^\d+$'.
- Added success response with status 201.
GET /ad_accounts/{ad_account_id}
⚠️ Owner response property type changed from 'object'/'' to ''/'' for status 200.⚠️ Removed optional properties: owner/id, owner/username.⚠️ Added new enum values to permissions/items: FINANCE_EDIT, FINANCE_VIEW.- Added error responses: 400, 401, 403, 404, 429.
- Properties now read-only: created_time, owner, permissions, updated_time.
- Added '#/components/schemas/AdAccountOwner' to owner property 'allOf' list.
- Property 'id' is now required with pattern '^\d+$'.
Ad Groups
GET /ad_accounts/{ad_account_id}/ad_groups
PATCH /ad_accounts/{ad_account_id}/ad_groups
POST /ad_accounts/{ad_account_id}/ad_groups
GET /ad_accounts/{ad_account_id}/ad_groups/{ad_group_id}
- Added optional targeting_spec properties: MAXIMUM_AGE, MINIMUM_AGE.
POST /ad_accounts/{ad_account_id}/ad_groups/audience_sizing
- Added optional request properties: targeting_spec/MAXIMUM_AGE, targeting_spec/MINIMUM_AGE.
Bulk Operations
POST /ad_accounts/{ad_account_id}/bulk/upsert
- Added optional request properties for create/update ad_groups: targeting_spec/MAXIMUM_AGE, targeting_spec/MINIMUM_AGE.
Bid Floor
POST /ad_accounts/{ad_account_id}/bid_floor
- Added optional request properties: targeting_spec/MAXIMUM_AGE, targeting_spec/MINIMUM_AGE.
Targeting Templates
GET /ad_accounts/{ad_account_id}/targeting_templates
POST /ad_accounts/{ad_account_id}/targeting_templates
- Added optional targeting_attributes properties: MAXIMUM_AGE, MINIMUM_AGE.