Re: how to only get NEGATIVE Keywords?

2013-07-05 Thread Jason Stedman
Tony, The criterionUse https://developers.google.com/adwords/api/docs/reference/v201302/AdGroupCriterionService.AdGroupCriterion#criterionUsefield is filterable and can be used to select only NegativeAdGroupCriterion objects: Add it to your list of Predicates

how to only get NEGATIVE Keywords?

2013-07-03 Thread Tony Day
hello, I want to get all Negative Keywords in an account. We could get all keywords by use *AdGroupCriterionService*, and if the items is *NegativeAdGroupCriterion*, then the keyword is Negative. but, there'r so many keywords, system is hard to do it. so, if I could only get Negative Keywords by