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

Re: Doubt about CampaignStatus field in Campaign Performance Report

2017-01-13 Thread Pippo
am) 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/CustomerSyncService.CampaignChangeData> > t

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

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 > following data > > { 'CampaignStatus': 'enabled',

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

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

2016-09-20 Thread Pippo
t; 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'm not allowed to publish neither the adgro

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

2016-09-13 Thread Pippo
Id* 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 report > output on my side. > > Thanks, > Josh, AdWords API Team > &

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

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

2016-09-09 Thread Pippo
=True, skip_report_summary=True) return result and in the result list it returns aaa bbb when on adwords web page appears as [aaa bbb] . Are there maybe some options which remove brackets from report download? Thanks again! Il giorno venerdì 9 settembre 2016 10:17:11 UTC+2, Pippo ha

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