Reputation: 151
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
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