facebook / facebook-java-business-sdk

Java SDK for Meta Marketing APIs

Home Page:https://developers.facebook.com/docs/business-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API for audiences overlap

Gordon-x opened this issue · comments

Is there a way to query the audiences overlap ?

@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?

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 >

Thanks for the information!