For the following python query:

    report_query = (adwords.ReportQueryBuilder()
                      
.Select('Date','CampaignName','AdGroupName','Impressions','InteractionRate','TargetCpa','Cost','TrackingUrlTemplate')
                      .From('ADGROUP_PERFORMANCE_REPORT')
                      .Where('CampaignId').In('68060187', '124390347')
                      
.Where('AdGroupStatus').In('ENABLED','PAUSED','REMOVED')
                      .During(end_date+ ','+start_date) 
                      .Build())

I receive a report for campaignID 68060187 as expected but in addition for 
ID 1674059168 instead of 124390347.
In the account I can see that traffic was definitely present in 124390347 
during the requested period.

Any help is really appreciated.

Kind regards
Christoph

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/16b6d5fe-1b1c-4c67-8cb6-7bc8ba6fbdce%40googlegroups.com.

Reply via email to