How do I access Saved Audiences using the Facebook Ads API?

I’m trying to access the "Saved Audiences" that are created using the Power editor through the Ads API.

I tried

https://graph.facebook.com/<API_VERSION>/act_<AD_ACCOUNT_ID>/?fields=customaudiences"

but returns nothing.

What am I doing wrong?

+4
source share
1 answer

Evan Chen, a Facebook solution developer, told me to use:

GET act_<AD_ACCOUNT_ID>/saved_audiences

or

GET act_<AD_ACCOUNT_ID>?fields=saved_audiences
+7
source

All Articles