Hi Jeff, An example of the process Rich outlined is available in our client libraries as well:
http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v200909/AddNegativeCampaignCriterion.java Best, - Eric Koleda, AdWords API Team On Jan 26, 3:08 pm, Rich Johns <[email protected]> wrote: > If you're working in java, here is a list of objects that you'll use. > Read up on these: > > CampaignCriterionServiceInterface ( > AdWordsService.V200909.CAMPAIGN_CRITERION_SERVICE ) > CampaignCriterionOperation > NegativeCampaignCriterion > > Basically, you cobble things together and call mutate. > > On Tue, Jan 26, 2010 at 1:25 PM, jeff <[email protected]> wrote: > > with v13, we use CriterionService.setCampaignNegativeCriteria to set > > negative keywords at campaign level. what is the mapping in v2009? > > > thanks! > > Jeff > > > -- > > 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 > > athttp://groups.google.com/group/adwords-api?hl=en. > > -- > rp johns -- 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.
