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

adSet/reach-estimate does not exist in SDK

NickKononovichU opened this issue · comments

Which SDK version are you using?

17.0.3 but it does not exist in 18.0.2

What's the issue?

https://developers.facebook.com/docs/marketing-api/audiences/guides/reach-estimate/
Endpoint is not available in SDK - Specify an existing ad or ad set

curl -G \
  -d 'access_token=<ACCESS_TOKEN>' \
  https://graph.facebook.com/v18.0/<AD_ID>/reachestimate

Expected Results:

  • Need a way to get expected reach for adSet.

@NickKononovichU could you paste a link to the endpoint on v17.0.3? I did not find the clue that this was supported.