facebook / facebook-java-business-sdk

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

AdSet - delivery _estimate => fields estimate_mau_lower_bound, estimate_mau_upper_bound does not exist as per latest FB API changes. #362

Closed joshinam closed 2 years ago

joshinam commented 2 years ago

Which SDK version are you using? 11.0.0

What's the issue? AdSet - delivery _estimate => fields estimate_mau_lower_bound, estimate_mau_upper_bound does not exist as per latest FB API changes.

https://developers.facebook.com/blog/post/2021/09/30/updates-potential-reach-pre-campaign-estimates

Steps/Sample code to reproduce the issue

Observed Results:

Expected Results: AdCampaignDeliveryEstimate should have new fields estimate_mau_lower_bound, estimate_mau_upper_bound

joshinam commented 2 years ago

Fields are now available in the SDK version. Marking this closed.