Questions tagged [facebook-custom-audience]

17 questions
0
votes
1 answer

How to filter Facebook custom audience GET request by data_source type and subtype via filtering parameter

I am trying to filter Facebook custom audience that we get via this endpoint: var url = $"{advertiserId}/customaudiences?limit={limit}&fields=name" + "&filtering=[{'field':'subtype','operator':'EQUAL', 'value':'CUSTOM'}]"; The…
0
votes
1 answer

Facebook Marketing API - lookalike audience creation - Can't create a duplicate lookalike

I'm making lookalike custom audiences via the Facebook API but I keep getting this error message when I try to make a second audience from the same seed: "(#2654) Can't create a duplicate lookalike: You've already created a Lookalike Audience with…
1
2