Re: Adding ipAddress Exclusions in Bulk

2015-07-22 Thread Michael Cloonan (AdWords API Team)
Hello, The 10,000 operation daily limit is for basic access only. Users with standard access do not have a limit on daily operations. Please see our Rate Sheet for more details, including instructions on how to apply for standard access

Re: Adding ipAddress Exclusions in Bulk

2015-07-22 Thread uvsuperDev
Hello Mike, Wouldn't this approach ("you can add multiple NegativeCampaignCriterions in a single request. You can make an array of operations to pass to the CampaignCriterionService in one request.") cause Jake to exceed his 10,000 operations limit? (let's say he has 600 campaigns. 600 * 20 IPs

Re: Adding ipAddress Exclusions in Bulk

2014-10-16 Thread Michael Cloonan (AdWords API Team)
Hello, Yes, it should be possible to add these criteria to the Campaign in bulk, but not quite the way you're doing. Each NegativeCampaignCriterion can only take one criterion, but you can add multiple NegativeCampaignCriterions in a single request. You can make an array of operations to pass t

Adding ipAddress Exclusions in Bulk

2014-10-14 Thread Jake Ellark
I need to add 20 ipAddresses to a campaign IpBlock using Google Adwords API. I need to conserve my API calls and potentially improve speed, so is it possible to NegativeCampaignCriterion using an ipAddressArray instead of one ipAddress at a time. Appreciate pointers if it is possible to add an