Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 735
user6236094 Avatar asked Jun 01 '16 13:06

user6236094


1 Answers

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
like image 165
user6236094 Avatar answered Nov 15 '22 03:11

user6236094