Re: excluding placements via API

2013-12-01 Thread Berry Tsakala
solution: { 'operator': 'ADD', 'operand': { 'type': 'NegativeCampaignCriterion', 'campaignId': campaign_id, 'criterion': { 'xsi_type': 'Placement', 'id': '987654321', 'url': placement_url, }, } On Monday, November 25, 20

Re: excluding placements via API

2013-12-01 Thread Berry Tsakala
solution: { 'operator': 'ADD', 'operand': { 'type': 'NegativeCampaignCriterion', 'campaignId': campaign_id, 'criterion': { 'xsi_type': 'Placement', 'id': '987654321', 'url': placement_url, }, } On Monday, November 25, 2013

Re: excluding placements via API

2013-11-27 Thread Berry Tsakala
solution: { 'operator': 'ADD', 'operand': { 'type': 'NegativeCampaignCriterion', 'campaignId': campaign_id, 'criterion': { 'xsi_type': 'Placement', 'id': '987654321', 'url': placement_url, }, } }, On Monday, November 25, 2013 2:36:22 PM UT

Re: excluding placements via API

2013-11-27 Thread Paul Matthews (AdWords API Team)
Hi Berry, For an example of how to configure the an operation with the AdGroupCriterionService, please take a look at this add_campaign_targeting_criteria.rb

Re: excluding placements via API

2013-11-26 Thread Berry Tsakala
I tried today to follow this direction. (I'd like to exclude the placement for all adGroups, so I use NegativeCampaignCriterion) here: https://developers.google.com/adwords/api/docs/reference/v201306/CampaignCriterionService.NegativeCampaignCriterion and: https://developers.google.com/adwords

Re: excluding placements via API

2013-11-26 Thread Paul Matthews (AdWords API Team)
Hi Barry, It seems that you're looking to create a negative ad group criterion. In the particular instance, it looks like you're looking for a placement criterion

Re: excluding placements via API

2013-11-25 Thread Berry Tsakala
*So far I found this discussionhttps://groups.google.com/forum/#!topic/adwords-api/lzqA8W1w7F0which points to this page in the documentation:http://code.google.com/apis/adwords/docs/developer/CriterionService.html#setCampaignNegativeCriteria - but it doesn't exist (404)There

excluding placements via API

2013-11-25 Thread Berry Tsakala
I want to exclude specific placements by URLs or other means. I receive the placements and all metadata from an AWQL query. I'm looking for documentation or example. I know how to edit a campaign, but i don't know which object need to be altered for placement exclusion, and which documentation t