Minimum distance of GeoPoints in PolygonTarget

2010-11-03 Thread Juno Internet KaufDA
Hi everyone, my question is related to the CampaingTargetService. I want to add several PolygonTargets to our campaigns, a few work fine, but most of these polygons just throw "POLYGON_DUPLICATE_VERTICES"-error. On generating the mutate-request, each polygon is checked for duplicate vertices, so

InfoService: InfoSelector.operator not working

2010-10-03 Thread Juno Internet KaufDA
Hello everyone, we are using the PHP client library with v200909 and want to estimate our API usage for specific operations with the InfoService and get the UNIT_COUNT of the services we use (CampaignService, AdGroupService etc.). Everything with methodName 'get' works great, but 'mutate' isn't w

Re: Locking Level for concurrent api requests

2010-05-26 Thread Juno Internet KaufDA
Thank you for the quick reply. Is there any way to circumvent these restrictions (e.g. paying extra api-units or paying for an account upgrade)? If not, we will restrain using one thread per account instead of using multiple threads on one account, although it might work in some cases. We already

Locking Level for concurrent api requests

2010-05-25 Thread Juno Internet KaufDA
Hello everyone, we are developing a Java-based web-application for managing our adwords accounts, but we ran into some problems lately. Our main goal is to update many adgroups (change status / cpc) in short time, for this reason we use multiple threads, which works fine so far, but seems to have