Closed vikramjo closed 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.
Fixed: https://github.com/tophatter/facebook-ruby-ads-sdk/blob/master/CHANGELOG.md#0610-2019-05-06
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.