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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7963bb5a-3c04-4371-867b-c3a02df3b051%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • API V20... Alexandre GOURDEL
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to