Hi Thom, 

Could you provide more details on how you are adding this CampaignCriterion 
in question? It looks like the value sent in the radiusInUnits is being 
formatted incorrectly in your production environment. The API expects a 
double value for the radiusInUnits 
<https://developers.google.com/adwords/api/docs/reference/v201702/CampaignCriterionService.Proximity#radiusinunits>
 field. 
The following code snippet can be used to add a Proximity criterion using 
the PHP client library: 

    $proximity = new Proximity();
    $proximity->setAddress($address);
    $proximity->setRadiusDistanceUnits(ProximityDistanceUnits::KILOMETERS);
    $proximity->setRadiusInUnits(50);

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a42b8a1c-f709-417d-821d-11d087550abb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • getting unmarsh... thom hickey
    • Re: gettin... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
      • Re: ge... thom hickey
        • Re... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum

Reply via email to