API V201809 Adgroup_perfomance_report : Daily task not returning the same number of Adgroup

16 views
Skip to first unread message

Alexandre GOURDEL

unread,
May 10, 2019, 5:08:28 PM5/10/19
to AdWords API and Google Ads API Forum
Hi Team,

Every day, we use the Adwords API to get an adgroup performance report about the day before.

The Issue is we are not receiving the same number of Adgroup from one report to another one. (Sometimes we got 145 adgroups, Other times we got only 100, or 22)

Here is the request we make :

->from(ReportDefinitionReportType::ADGROUP_PERFORMANCE_REPORT)
          //  ->where('Status')->in(['ENABLED', 'PAUSED'])
            ->duringDateRange(ReportDefinitionDateRangeType::YESTERDAY)
            ->build();

And, here is the columns we ask for :

   $query = (new ReportQueryBuilder())
            ->select([
                'CampaignId',
                'AdGroupId',
                'Impressions',
                'AllConversions',
                'Clicks',
                'Cost',
            ])

What could be the cause of the difference of the number of adgroups between reports ?

Thanks

googleadsapi...@google.com

unread,
May 13, 2019, 12:09:00 PM5/13/19
to AdWords API and Google Ads API Forum
Hello Alex, 

Could you please share the specific dates where you're seeing the difference in the ad group counts along with the customer Id to check this further? You can share the details privately via Reply privately to author option.

Regards,
Bharani, Google Ads API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
    https://ads-developers.googleblog.com/search/label/google_ads_api
    https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Was your question answered? Please rate your experience with us by taking a short survey.
If not -- reply to this email and tell us what else we can do to help.

Take Survey

Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/

Reply all
Reply to author
Forward
0 new messages