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
-~----------~----~----~----~------~----~------~--~---

Reply via email to