facebook / facebook-java-business-sdk

Java SDK for Meta Marketing APIs
https://developers.facebook.com/docs/business-sdk
Other
393 stars 324 forks source link

API for audiences overlap #420

Open Gordon-x opened 1 year ago

Gordon-x commented 1 year ago

Is there a way to query the audiences overlap ?

stcheng commented 1 year ago

@Gordon-x could you provide more information about the request? e.g. what's the expected output and is there an existing API available for this but not achievable via SDK?

Gordon-x commented 1 year ago

https://stackoverflow.com/questions/46531722/facebook-audience-overlap-via-api?noredirect=1&lq=1

graph.facebook.com/v2.10/act_< acctid >/audienceoverlap?access_token=< access_token >&comparison_ids=["< audienceid >"]&pivot_id=< audienceid >

stcheng commented 1 year ago

Thanks for the information!