xdevplatform/twitter-ruby-ads-sdk

Default bid_type to AUTO on Reach Estimates

brndnblck opened this issue · 1 comments

A change was made to the API in December that caused count=0 on all reach estimate responses that don't include bid information. In effect, count is "bid sensitive" and infinite_bid_count is not.

The SDKs could help developers out by restoring expected behavior and defaulting to bid_type=AUTO if no other bid information is included in the request.

Related Documentation
https://dev.twitter.com/ads/reference/get/accounts/%3Aaccount_id/reach_estimate

Related Source:
https://github.com/twitterdev/twitter-ruby-ads-sdk/blob/master/lib/twitter-ads/campaign/reach_estimate.rb

resolved in #78