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
: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/
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
(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
>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',
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
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
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
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
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
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
7;,
'Ctr', 'AverageTimeOnSite', 'BounceRate', 'Cost', 'CostPerConversion',
'QualityScore'],
}
}
result = report_downloader.DownloadReportAsString(
report, skip_column_header=True, skip_report_header=
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
13 matches
Mail list logo