Re: Negative AdGroup Data pull

2015-11-04 Thread Anthony Madrigal
Hi, You should be able to add/get negative keywords for both AdGroups and Campaigns. For AdGroups, you will need to use the *AdGroupCriterionService *and add a NegativeAdGroupCriterion

Negative AdGroup Data pull

2015-11-04 Thread Senthil Palaniswami
Team, I am trying to get the "Negative AdGroup Data" like Negative keywords below. Is it possible on the Group Level or Only on the Campaign Level ? Thanks Keyword keyword = (Keyword) adGroupCriterion.criterion; string keywordType = isNegative ? "Negative keyword" : "Keyword"; Thanks Senth