skip to Main Content

i need some help please,
i can’t find any ENDPOINT to get list of all custom audiences

https://developers.facebook.com/docs/marketing-api/reference/custom-audience

thanks

2

Answers


  1. If you need all the custom audiences owned by an adaccounts you can use the Ad Account Customaudiences Endpoint:

    curl https://graph.facebook.com/v3.3/act_<AD_ACCOUNT_ID>/customaudiences?fields=id
    

    Hope this help

    Login or Signup to reply.
  2. Matteo’s answer is correct. To add the fields you’ll want to include:

    https://graph.facebook.com/v6.0/act_/customaudiences?fields=id,name,subtype,description,customer_file_source,is_value_based,pixel_id,retention_days

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search