Get Ad Set
Returns data for a specific ad set.
Request
- ad_account_idstring [uuid]Required
- ad_set_idstring [uuid]Required
- fieldsstring
Response
- idstring [uuid]
The Unique ID returned back when a new ad set is created.
- advertiser_idstring [uuid]
The Unique ID returned back when a new advertiser is created.
- budget_micro_amountinteger [int64]
Total budget for the ad set multiplied by x10 to the 6th power.
- created_atstring [date-time]
Date the ad set was created. Time should be in ISO 8601 format using Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ
- ad_idsarray of strings
The Unique ID returned back when a new ad is created.
- start_datestring [date-time]
Date the ad set will start on. Time should be in ISO 8601 format using Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ
- end_datestring [date-time]
Date the ad set will end on. Time should be in ISO 8601 format using Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ
- namestring
Name given to identify the ad set.
- statusstring [ad-set-status]Allowed values:
"ACTIVE"
,"APPROVED"
,"ARCHIVED"
,"COMPLETED"
,"PENDING_APPROVAL"
,"READY"
,"REJECTED"
Example:"ACTIVE"
- active_statusstring [ad-set-active-status]Allowed values:
"ACTIVE"
,"PAUSED"
,"ARCHIVED"
Example:"ACTIVE"
- idstring [uuid]
- ad_set_idstring [uuid]
- idstring [uuid]Required
- versioninteger [int64]RequiredExample:
1
- statusstring [ad-set-link-approval-status]Allowed values:
"ACTIVE"
,"APPROVED"
,"PENDING_APPROVAL"
,"REJECTED"
,"REQUIRES_REAPPROVAL"
,"ARCHIVED"
Example:"ACTIVE"
- active_statusstring [ad-set-link-active-status]Allowed values:
"ACTIVE"
,"PAUSED"
Example:"ACTIVE"
- reject_reasonstringExample:
"Reject reason"
- versioninteger [int64]Example:
1
- campaign_idstring [uuid]
ID associated with the campaign that will contain one to many ad sets within it.
- cost_modelstring [ad-set-cost-model]Allowed values:
"CPCL"
,"CPM"
,"CPC"
,"UNSET"
Example:"CPCL"
Can utilise the 3 parameters to set a Frequency cap by Day, Week and Month.
- frequency_unitstring [frequency-cap-frequency-unit]Allowed values:
"DAY"
,"MONTH"
,"WEEK"
Example:"DAY"
- frequency_periodinteger [int32]Example:
1
- max_impressionsinteger [int32]Example:
2
- country_codestring
- micro_amountinteger [int64]
- minintegerRange:
13
-65
- maxintegerRange:
13
-65
- country_codesarray of strings
- gender_namesarray of GenderAllowed values:
"MALE"
,"FEMALE"
,"NON_BINARY"
Example:"MALE"
- platform_namesarray of PlatformAllowed values:
"IOS"
,"DESKTOP"
,"ANDROID"
,"OTHER"
Example:"IOS"
- custom_audience_idsarray of strings
- namestringRequired
- artist_promotion_goalstring [artist-promotion-goal]RequiredAllowed values:
"ARTIST_BOOST"
,"ARTIST_CONTENT"
Example:"ARTIST_BOOST"
- artist_promotion_target_typestring [artist-promotion-target-type]RequiredAllowed values:
"ARTIST"
Example:"ARTIST"
- target_idstringRequired
- reject_reasonstringExample:
"Reject reason"
- serving_issuesarray of Ad Set Serving IssueAllowed values:
"AD_SET_STATUS"
,"AD_SET_INACTIVE"
,"AD_SET_LINK_ALL_STATUS"
,"AD_SET_LINK_ALL_INACTIVE"
,"AD_ALL_STATUS"
,"ASSET_ALL_STATUS"
,"COMPANION_ALL_STATUS"
,"CAMPAIGN_STATUS"
Example:"AD_SET_STATUS"
- versioninteger [int64]
When a campaign is created or updated, it is assigned a new version.
Example:1
- bid_optimization_goalstring [bid-optimization-goal]Allowed values:
"UNSET"
,"EVEN_IMPRESSION_DELIVERY"
,"REACH"
,"AD_COMPLETES"
Example:"AD_COMPLETES"
- bid_strategystring [bid-strategy]Allowed values:
"UNSET"
,"MAX_BID"
Example:"MAX_BID"
- bid_micro_amountinteger [int64]
Response sample
{ "id": "mk66a2eb-35cf-46a4-8d2e-0j95dfc133l8", "advertiser_id": "za66a2eb-35cf-46a4-8d2e-0j95dfc133r4", "budget_micro_amount": 5000000, "created_at": "2022-11-06T14:00:00Z", "ad_ids": ["mk66a2eb-35cf-46a4-8d2e-0j95dfc133l9"], "start_date": "2022-11-06T14:00:00Z", "end_date": "2022-12-06T14:00:00Z", "name": "New ad set", "status": "ACTIVE", "active_status": "ACTIVE", "ad_set_links": [ { "id": "mk66a2eb-35cf-46a4-8d2e-0j95dfc133l9", "ad_set_id": "mk66a2eb-35cf-46a4-8d2e-0j95dfc133l9", "ad": { "id": "mk66a2eb-35cf-46a4-8d2e-0j95dfc133l9", "version": 1 }, "status": "ACTIVE", "active_status": "ACTIVE", "reject_reason": "Reject reason", "version": 1 } ], "campaign_id": "2g5488b7-0a48-4751-b3b8-701df2d8cd91", "cost_model": "CPM", "frequency_caps": [ { "frequency_unit": "DAY", "frequency_period": 1, "max_impressions": 2 } ], "budget": { "country_code": "US", "micro_amount": 5000000 }, "targeting": { "age_range": { "min": 13, "max": 65 }, "artists": ["string"], "cities": [0], "country_codes": ["US"], "dmas": [0], "gender_names": ["MALE"], "genres": ["string"], "platform_names": ["IOS"], "playlists": ["string"], "regions": [0], "custom_audience_ids": ["string"] }, "artist_promotion": { "name": "Optimization", "artist_promotion_goal": "ARTIST_BOOST", "artist_promotion_target": { "artist_promotion_target_type": "ARTIST", "target_id": "string" }, "conversion_event": [ { "tracking_event_type": "IMPRESSION", "window_duration_ms": 14 } ] }, "reject_reason": "Rejected reason", "serving_issues": ["AD_SET_STATUS"], "version": 1, "bid_optimization_goal": "AD_COMPLETES", "bid_strategy": "MAX_BID", "bid_micro_amount": 12000000}