Sorry, have replied privately 4-6 hours ago.
On Wednesday, January 15, 2020 at 10:06:05 PM UTC+2, adsapiforumadvisor
wrote:
>
> Hi,
>
> Can you please *reply privately to author *your full report query, a copy
> of the results and campaign IDs/names that you expect to see from this
> report?
>
I have already tried with such filter, but it doesn't work as expected.
I have tried with this code snippet
report = adwords.ReportQueryBuilder() \
.Select(
'AccountCurrencyCode',
'CampaignId',
'CampaignName',
'Date',
'Impressions',
'Clicks',
'Cost',
'CountryCriteriaId') \
.From('GEO_
Hi,
I can't get data about paused campaigns when I make such query in python
report_query = adwords.ReportQueryBuilder() \ .Select(
'AccountCurrencyCode',
'CampaignId',
'CampaignName',
'Date',
'Impressions',
'Clicks',
'Cost',
'CountryCriteriaId') \
.From('GEO_PERFORMANCE_REPORT') \
.Du