Hi Tang,

Your last example looks correct.  Can you post the SOAP XML request
and response this is generating?

Best,
- Eric

On Feb 24, 5:40 am, Tang <guillaumedeneuv...@gmail.com> wrote:
> I also tried this :
>
> $geoTargetProx = new ProximityTarget();
>
>                 $legeopoint= new GeoPoint();
>                 $legeopoint->latitudeInMicroDegrees=100;
>                 $legeopoint->longitudeInMicroDegrees=100;
>
>                 $geoTargetProx->geoPoint = $legeopoint;
>                 $geoTargetProx->radiusDistanceUnits = 'KILOMETERS';
>                 $geoTargetProx->radiusInUnits = '150';
>
> but it's not working :(
>
> i really need help
>
> thanks
>
> On 29 jan, 15:53, AdWords API Advisor <adwordsapiadvi...@google.com>
> wrote:
>
>
>
> > HiTang,
>
> > You'll want to use the CampaignTargetService to add a ProximityTarget:
>
> >  http://code.google.com/apis/adwords/v2009/docs/reference/CampaignTarg...
> >  http://code.google.com/apis/adwords/v2009/docs/reference/CampaignTarg...
>
> > To get the GeoPoint (latitude and longitude) you can use the
> > GeoLocationService:
>
> >  http://code.google.com/apis/adwords/v2009/docs/reference/GeoLocationS...
>
> > Best,
> > - Eric Koleda, AdWords API Team
>
> > On Jan 28, 11:52 am,Tang<guillaumedeneuv...@gmail.com> wrote:
>
> > > Hi,
>
> > > i succeed in creating a local campain, but i don't know how i can
> > > define the target zone of the campain.
>
> > > For example if i wan my campain to be displayed only at 20 km around
> > > Paris town ?
>
> > > thanks for your help
>
> > >Tang

-- 
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-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.

Reply via email to