facebook / facebook-php-business-sdk

PHP SDK for Meta Marketing API
https://developers.facebook.com/docs/business-sdk
Other
833 stars 516 forks source link

(#100) social_impressions is not valid for fields param - When pulling ad insights. #469

Closed balatin closed 6 years ago

balatin commented 6 years ago

Hi there,

When trying to pull ad insights I get the following message. And below that is my implementation:

(#100) social_impressions is not valid for fields param

$fields = (new AdsInsights())->getFields(); $insights = $ad->getInsights($fields, array('time_increment' => $increment, 'time_range' => array('since' => $since, 'until' => $until)));

Locally I just removed that social_impressions from AdsInsightsFields.php file and that worked.

Hydroxi commented 6 years ago

Thanks for the fix!

jingping2015 commented 6 years ago

This issue will be fix in our next release. Thanks for reporting it.