Hello, Campaign Negative Keywords Performance Report <https://developers.google.com/adwords/api/docs/appendix/reports#campaign-negative-keywords> is for negative criterion or structure report and do not hold any statistics for negative keywords. Filtering the report by date range wouldn't be of much help. You could use the CustomerSyncService <https://developers.google.com/adwords/api/docs/reference/v201708/CustomerSyncService> to retrieve the changed entities for a customer account or campaign based on the given date range. CustomerSyncService.get() <https://developers.google.com/adwords/api/docs/reference/v201708/CustomerSyncService#get> returns all the changed entities in a customer account. CustomerChangeData <https://developers.google.com/adwords/api/docs/reference/v201708/CustomerSyncService.CustomerChangeData> contains information about the changed information, both at Campaign level and AdGroup level. At the Campaign level, CampaignChangeData <https://developers.google.com/adwords/api/docs/reference/v201708/CustomerSyncService.CampaignChangeData> holds information about a changed campaign and underlying groups that have been changed. At the AdGroup level, AdGroupChangeData <https://developers.google.com/adwords/api/docs/reference/v201708/CustomerSyncService.AdGroupChangeData> holds information about a changed AdGroup.
Thanks, Bharani, AdWords API Team. On Thursday, August 31, 2017 at 1:43:03 PM UTC-4, vj wrote: > > I want to get negative keywords added in past dates using adwords api. > > Is there any way to get negative keywords by date range? > > I have tried using *Campaign Negative Keywords Performance Report* but > that is not supporting date range. > > Could you please help? > > Thanks, > VJ. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 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/cbf112f8-d844-48ac-ba93-73233165194d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
