Hello Mihai, 

Through the API, it is currently not possible to pull the negative keywords 
list for last 90 days. Please note that Date is a segment field and 
segmenting the API reports by Date 
<https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report#date>,
 
will automatically segment the rows by day on which statistics such as 
impressions and clicks were generated. It is not possible to identify the 
keywords that were added during a date range using the reports. As negative 
keywords do not have any stats, checking for impressions > 0 also will not 
be helpful. 

On the other hand, you will be able to use CampaignCriterionService.get() 
<https://developers.google.com/adwords/api/docs/reference/v201806/CampaignCriterionService#get>
 to 
pull the NegativeCampaignCriterion 
<https://developers.google.com/adwords/api/docs/reference/v201806/CampaignCriterionService.NegativeCampaignCriterion>
 attributes 
for the negative keywords. Please note that service does not let you filter 
the keywords added during a date range or within specified days. You could 
try to log the creation date at your end when you create a new keyword. 
That way, you will be able to get the list of keywords which were added in 
a given duration. To get additional details or stats for those keywords, 
you could later use the AdWords API reports or services. 

We will not be able to comment on how Wordstream is pulling this data. You 
will have to check with their support team regarding this.

Thanks,
Bharani, AdWords API Team

On Friday, August 3, 2018 at 7:27:46 AM UTC-4, Mihai Iliescu wrote:
>
> Hello
>
> I'm trying to get the negative keywords that were added in the last 90 
> days at campaign/adgroup level. 
> This is what I tried :
>
> 1. Tried with CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT but it's not 
> possible (no daterange segment is available).
> 2. Downloaded the KEYWORDS_PERFORMANCE_REPORT with IsNegative->true 
> condition on the last 90 days, but it shows all negative keywords, not 
> taking the date range into account..
> 3. Also tried to look at the account change history 
> via CustomerSyncSelector but there is no info on negative keywords (only 
> removed keywords).
>
> Does anyone know a solution for this ?
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/445635e5-66ab-4d94-a54c-48ceaaa64d21%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... Mihai Iliescu
    • ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
      • ... Mihai Iliescu
    • ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
      • ... Mihai Iliescu
    • ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to