Due to Apple’s new policy requiring the AppTrackingTransparency prompt, the following breaking changes to the SDKAdNetwork and Ad Campaigns are now in effect.
The following changes affect all ad campaigns that target iOS 14.5+; excludes website applications.
is_skadnetwork_attribution
field must be set to true
for all ad campaigns that target iOS 14.5+.POST /{ad-id}
endpoint.POST /{ad-account-id}/adsets
endpoint.GET /{ad-account-id}/insights
GET /{ad-id}/insights
GET /{ad-set-id}/insights
GET /{campaign-id}/insights
POST /{ad-account-id}/insights
POST /{ad-id}/insights
POST /{ad-set-id}/insights
POST /{campaign-id}/insights
Note: Because iOS 14.5+ campaigns rely on SKAdNetwork data and associated attribution logic, results for those campaigns can only be queried using the default or new unified attribution setting.
The following changes affect all ad campaigns regardless of computing platform.
conversion_domain
field has been added to the POST /{ad-account-id}/ads
and POST /{ad-id}
endpoints.POST /adaccount?fields=attribution_spec
endpoint has been deprecated.POST /{ad-account-id}/adsets
- Mobile App Install CPA Billing is no longer supported. The billing event cannot be App Install if the Optimization goal is App Install.action_attribution_windows
when pulling results we will use 7d_click
by default.28d_click
and 28d_view
are no longer supported values for the action_attribution_windows
field and will return an empty dataset.use_account_attribution_setting
field will be ignored.We have introduced two new attribution fields, use_unified_attribution_setting
and attribution_setting
, that can be used in GET
and POST
requests for the following endpoints:
/adaccount/insights
/adcampaign/insights
/adcampaigngroup/insights
/adgroup/insights
You can use your existing ad accounts to advertise to iOS 14.5+ users, but you’ll need to create separate iOS 14.15+ app install campaigns due to reporting limitations from Apple’s SKAdNetwork API.
New statuses are available in the Delivery column of Ads Manager to help you understand the impact of ad creation limitations.
To learn more about how Apple’s iOS 14.5+ requirements will impact Facebook advertising, see:
Business Help Center
Developer Docs