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

adSet/reach-estimate does not exist in SDK #439

Closed NickKononovichU closed 5 months ago

NickKononovichU commented 9 months ago

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:

stcheng commented 7 months ago

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