Avoid the download of 'removed' keywords from Keyword Performance Report

2017-01-13 Thread Pippo
Is there a sort of filter for the Keyword Performance Report such that the only downloaded keywords are the ones with Status 'enabled' or 'paused'? I'm not interested to download 'removed' keywords info, and it can happen that the number of 'removed' keywords is huge w.r.t. the others, and the r

Re: Doubt about CampaignStatus field in Campaign Performance Report

2017-01-13 Thread Pippo
:16 UTC+1, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Pippo, > > Although it is not possible to get the historical data via reporting, you > could use CustomerSyncService.CampaignChangeData > <https://developers.google.com/adwords/api/docs/reference/v201609/

Re: Doubt about CampaignStatus field in Campaign Performance Report

2017-01-11 Thread Pippo
Thank you for your answer! Just two clarifications: 1. So, if I haven't saved CampaignStatus 10 days ago for a campaign, today I'm not able at all to know which was its status on that day? 2. In the web page, since "*Status changed from paused to active*" is printed at a certain date

Re: Doubt about CampaignStatus field in Campaign Performance Report

2017-01-11 Thread Pippo
(of course 'Day' corresponds to 'Date', 'Name' to 'CampaignName' and 'Id' to 'CampaignId') On Wednesday, 11 January 2017 17:07:47 UTC+1, Pippo wrote: > > From Campaign Performance Report I download today, 11 Jan 2017, the > fo

Doubt about CampaignStatus field in Campaign Performance Report

2017-01-11 Thread Pippo
>From Campaign Performance Report I download today, 11 Jan 2017, the following data { 'CampaignStatus': 'enabled', 'Cost': 0.0, 'Day': '2016-12-31', 'Id': 'x', 'Impressions': 0, 'Name': 'y'}, { 'CampaignStatus': 'enabled',

Re: Download PAUSED keywords with keywords-performance-report

2016-11-18 Thread Pippo
Thanks, that was a necessary setting. However I still have some issues with the report download. For a keyword created e.g. one month ago I'd expect - if I set dateRangeType='LAST_7_DAYS' - to retrieve 7 entries, one for each day, about a tuple (CampaignId, AdGroupId, Id), while I get at most 2

Download PAUSED keywords with keywords-performance-report

2016-11-14 Thread Pippo
It looks like by default only 'enabled' keywords are retrieved by the keywords-performance-report (it's the only 'Status' value I can find in the downloaded file). Is there a way to download data about 'paused' keywords? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: Getting the Change History via the API

2016-10-27 Thread Pippo
I'd like to have the change history API feature too, It would be definitely a really useful feature! I've been trying to replicate the change history page through the CustomerSyncService response, but it doesn't look possible to me... Is it? In that case, can you provide a demo script? On Thur

Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-20 Thread Pippo
Team) ha scritto: > > Hi, > > Could you send the IDs *only to me* by clicking *Reply privately to > author* on this message? > > Thanks, > Josh, AdWords API Team > > On Tuesday, September 13, 2016 at 5:39:28 AM UTC-4, Pippo wrote: >> >> Unfortunately I&#x

Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-13 Thread Pippo
ords API Team) ha scritto: > > Hi, > > Could you share the *AdGroupId* and (criterion) Id > <https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report#id> > where > you are seeing this issue? I'd like to try to reproduce your exact

Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-09 Thread Pippo
I use the Keywords Performance Report and the following code ... report_downloader = self.adwords_client.GetReportDownloader(version= 'v201607') report = { 'reportName': 'KEYWORDS_PERFORMANCE_REPORT', 'dateRangeType': self.dateRangeType, # set as t

Re: Python API - KeywordText is not downloaded exactly as it is

2016-09-09 Thread Pippo
7;, 'Ctr', 'AverageTimeOnSite', 'BounceRate', 'Cost', 'CostPerConversion', 'QualityScore'], } } result = report_downloader.DownloadReportAsString( report, skip_column_header=True, skip_report_header=

Python API - KeywordText is not downloaded exactly as it is

2016-09-09 Thread Pippo
Sorry in advance fot this probably-naive question but I haven't been able to find any discussion on internet about this issue (if it's an issue)... I'm using the v201607 API for Python and I've noticed that KeywordText which on adwords web page appear as [aaa bbb] are downloaded by the API as