Greetings!

I have an answer. Criteria are immutable, so you can't do a SET. I've just
never tried this for this situation before, so I didn't realize this is how
the system would react. Otherwise, I would have been able to tell you right
way. Your request is just silently being ignored rather than throwing an
error. To change the radius of a proximity, you need to delete the current
one and add a new one with the updated radius. Please give this a try.

Thanks,
Nadine, Google Ads API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
    https://ads-developers.googleblog.com/search/label/google_ads_api
    https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 05/06/19 22:42:59 [email protected] wrote:

Hello,

I've filed an issue since this does seem unexpected. I'll get back to you
when I've heard back on the issue. Thanks for providing such great detail!

Best,
Nadine Sundquist, Google Ads API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
    https://ads-developers.googleblog.com/search/label/google_ads_api
    https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 05/02/19 03:18:21 [email protected] wrote:

Hi, as I am using the SDK and this is anyway going over as SOAP, the type
that I had set should not matter. But just to be sure, I sent another
request with radius = 25.1. Same result - no change. See below for request
and response:

POST /api/adwords/cm/v201809/CampaignCriterionService?wsdl HTTP/1.1
Host: adwords.google.com
Connection: close
User-Agent: PHP-SOAP/7.1.25
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 1212
Authorization: REDACTED


<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809";
                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
    <SOAP-ENV:Header>
        <ns1:RequestHeader>
            <ns1:clientCustomerId>779-948-7703</ns1:clientCustomerId>
            <ns1:developerToken>REDACTED</ns1:developerToken>
<ns1:userAgent>unknown (AwApi-PHP, googleads-php-lib/40.0.0, PHP/7.1.25)</ns1:userAgent>
            <ns1:validateOnly>false</ns1:validateOnly>
            <ns1:partialFailure>false</ns1:partialFailure>
        </ns1:RequestHeader>
    </SOAP-ENV:Header>
    <SOAP-ENV:Body>
        <ns1:mutate>
            <ns1:operations>
                <ns1:operator>SET</ns1:operator>
                <ns1:operand>
                    <ns1:campaignId>1848079589</ns1:campaignId>
                    <ns1:criterion xsi:type="ns1:Proximity">
                        <ns1:id>725320367931</ns1:id>
<ns1:radiusDistanceUnits>MILES</ns1:radiusDistanceUnits>
                        <ns1:radiusInUnits>25.1</ns1:radiusInUnits>
                        <ns1:address>
<ns1:streetAddress>633 NE 12th Ave, Portland, OR 97232</ns1:streetAddress>
                            <ns1:cityName>Portland</ns1:cityName>
                            <ns1:postalCode>97232</ns1:postalCode>
                            <ns1:countryCode>US</ns1:countryCode>
                        </ns1:address>
                    </ns1:criterion>
                </ns1:operand>
            </ns1:operations>
        </ns1:mutate>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>



HTTP/1.1 200 OK
Content-Type: text/xml; charset=UTF-8
Date: Thu, 02 May 2019 07:11:32 GMT
Expires: Thu, 02 May 2019 07:11:32 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Alt-Svc: quic=":443"; ma=2592000; v="46,44,43,39"
Accept-Ranges: none
Vary: Accept-Encoding
Connection: close


<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
    <soap:Header>
<ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201809";>
            <requestId>000587e257fbe7150a37e1064c0e42a9</requestId>
            <serviceName

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/1a0j54g0000000018f99se000fi4dsy6smj2dho6co30c1g68r32d1h%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • set pro... moshe
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
      • ... moshe
        • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
          • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to