tophatter / facebook-ruby-ads-sdk

The Facebook Marketing API in Ruby.
https://developers.facebook.com/docs/marketing-apis
MIT License
62 stars 39 forks source link

Replaced deprecated `is_autobid` with new `bid_strategy` field #25

Closed adamwgriffin closed 6 years ago

adamwgriffin commented 6 years ago

This change is for v3.0 of the API. It replaces the deprecated is_autobid field with the new bid_strategy field. Here is a list of breaking changes in 3.0:

https://developers.facebook.com/docs/graph-api/changelog/version3.0#mapi-break

All 2.* versions will be deprecated on Aug 7, 2018. Here is the changelog where it shows the deprecation dates. https://developers.facebook.com/docs/graph-api/changelog

Not sure if you want to wait to merge this pull request until then but I thought it would be a good idea to send this pull request right away so you know that the work has already been done.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.08%) to 76.847% when pulling 30348c591098b730bdb7a03248ffc39dae3f1cbb on adamwgriffin:tophatter-master into d786e9c4150af782d8921cae76bffb43c81ea41c on tophatter:master.