Hello Lars, I don't know of any specific limitation regarding proximity targets and Germany.
What I'd suggest doing is using the AdWords web interface to check to make sure that your campaign geo-targeting options are set up as you intend them to be. If you create a geo-target via the AdWords API and then visit the geo-targeting options page in the AdWords web interface you should see your geo-target reflected on the Google Maps display. If you're seeing something other than what you expect then you know that you're not setting things up properly using the AdWords API. Conversely, if you're not sure about which options to pass in using the AdWords API you can try setting up your targeting initially using the AdWords web interface and then fetching the campaign using the AdWords API and taking a look at how those targeting options translate into AdWords API GeoTargets. The caveat is that I believe there are still geo-targeting options available via the web interface (like arbitrary polygons) that do no translate into AdWords API GeoTargets. A simple center/radius proximity target should translate, though. Cheers, -Jeff Posnick, AdWords API Team On Nov 10, 8:46 am, Lars Bürger <[EMAIL PROTECTED]> wrote: > Hi there, > > I have a little problem with the geo targeting of the adwords api. It > seems, that the proximity for my target city gives the same results as > without this geo target. I don't think, that this makes sense. If I > put the geo target to the city itself I get different results, but I > need a city with an area of 25km. > > My code looks like this: > > int latitude = (int) 50584007; > int longitude = (int) 8678247; > Circle[] proximityTargets = > { new Circle(latitude, longitude, 25000) }; > > GeoTarget g_target = new GeoTarget(); > > g_target.setProximityTargets(proximityTargets); > > newCampaign.setGeoTargeting(g_target); > > Is it possible, that geo targeting with proximity targets doesn't work > for germany? > > Best regards > Lars --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---