user6236094
user6236094

Reputation: 151

How to access "Saved Audiences" with the Facebook Ad API?

I'm trying to access "Saved Audiences" that were created with the Power Editor via the Ad API.

I've tried

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

but that returns nothing.

What am I doing wrong?

Upvotes: 5

Views: 1505

Answers (1)

user6236094
user6236094

Reputation: 151

Evan Chen, Solutions Engineer at Facebook told me to use:

GET act_<AD_ACCOUNT_ID>/saved_audiences

or

GET act_<AD_ACCOUNT_ID>?fields=saved_audiences

Upvotes: 10

Related Questions