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

Account Insights Breakdown By Country Brings Back Wrong Numbers #479

Closed gelinger777 closed 6 years ago

gelinger777 commented 6 years ago

I am trying to get our ad account spend by country for specific day(yesterday) . But from the API I am getting totally wrong numbers than in the ad acount dashboard. What could be the reason?

$fields = array(
                    'spend', 'account_currency'
            );
 $params = array(
                'breakdowns' => array('country'),
            );

                $params['date_preset'] = 'yesterday';

                $stats = (new AdAccount('act_'.$account_id))->getInsights(
                    $fields,
                    $params
                )->getResponse()->getContent();
jingping2015 commented 6 years ago

Hey, thanks for your comment! This is actually an api issue. Please report the issue on Devsite Bug Report channel: https://developers.facebook.com/support/bugs/ Thanks!