Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where do I find my Facebook Audience ID?

I need to get the audience ID from the audiences I created in Power Editor but I can find no way to retrieve the Audience ID. I've read https://developers.facebook.com/docs/reference/ads-api/custom-audience-targeting/ but still it does not explain where to get these Audience IDs from.

like image 642
Michaeljwjr Avatar asked Feb 21 '14 18:02

Michaeljwjr


2 Answers

I'm assuming your app has access to the Ads API; if not, you can't retrieve the Audience IDs via the API, but the IDs probably aren't useful unless you're creating ads via the API anyway

To retrieve audiences you've created in an account via power editor or the API, you can make an API call to https://graph.facebook.com/act_<ACCOUNT ID>/customaudiences which returns the audiences in the account

You'll need a user access token for an admin of the ad account, whcih has the ads_management extended permission

like image 156
Igy Avatar answered Nov 08 '22 01:11

Igy


It's possible to get the audience IDs via web interface. Here are the steps:

  • select an ad set with the audience you need
  • press Export & Import button

see attachment 1

  • choose Selected

Facebook will generate a .csv file. In this file, you'll find all ad set's parameters, including Included Custom Audiences and Excluded Custom Audiences with IDs.

see attachment 2

like image 43
Maria Atamanova Avatar answered Nov 08 '22 01:11

Maria Atamanova