Re: Adwords reports with Custome dates (Python)

2018-08-28 Thread Sergei S
Thanks, works perfectly! On Tuesday, August 28, 2018 at 8:38:12 AM UTC+3, Luis Xander Talag (AdWords API Team) wrote: > > Hi Sergei, > > Since you are using the Python client library, the implementation here is > quite different for setting up the date range. Could you try using the > below

Re: Adwords reports with Custome dates (Python)

2018-08-27 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sergei, Since you are using the Python client library, the implementation here is quite different for setting up the date range. Could you try using the below code snippet instead? .During(start_date='20180801', end_date='20180802') Let me know if it works. Thanks and regards, Luis

Adwords reports with Custome dates (Python)

2018-08-27 Thread Sergei S
Hi, I'm trying to get a report for custom dates with the following query: report_query = (adwords.ReportQueryBuilder() .Select( 'CampaignName', 'AdGroupName', 'Url', 'Impressions',