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

Modified FIELDS to exclude now invalid fields #39

Closed vikramjo closed 5 years ago

vikramjo commented 5 years ago

Seems like facebook has changed the fields list [ https://developers.facebook.com/docs/marketing-api/reference/ads-insights/ ] and relevance_score is no more there. Hence, fb returns a 400 error when we request ad_insights for an ad level. Removing relevance_score from the list fixes the issue.

cte commented 5 years ago

Fixed: https://github.com/tophatter/facebook-ruby-ads-sdk/blob/master/CHANGELOG.md#0610-2019-05-06