I'm having the same issue. If i ask for the url i don't get it in the 
response:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
    <soapenv:Header>
        <ns1:RequestHeader 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201605"; 
soapenv:mustUnderstand="0">
            <ns1:clientCustomerId>4476618128</ns1:clientCustomerId>
            <ns1:developerToken>REDACTED</ns1:developerToken>
            <ns1:userAgent>something (AwApi-Java, AdWords-Axis/2.15.0, 
Common-Java/2.15.0, Axis/1.4, Java/1.8.0_65, maven, SelectorBuilder, 
SelectorField)</ns1:userAgent>
            <ns1:validateOnly>false</ns1:validateOnly>
            <ns1:partialFailure>true</ns1:partialFailure>
        </ns1:RequestHeader>
    </soapenv:Header>
    <soapenv:Body>
        <get xmlns="https://adwords.google.com/api/adwords/cm/v201605";>
            <serviceSelector>
                <fields>Id</fields>
                <fields>Status</fields>
                <fields>HeadlinePart1</fields>
                <fields>HeadlinePart2</fields>
                <fields>Description</fields>
                <fields>Path1</fields>
                <fields>Path2</fields>
                <fields>Urls</fields>
                <fields>DevicePreference</fields>
                <fields>AdGroupId</fields>
                <predicates>
                    <field>CampaignId</field>
                    <operator>IN</operator>
                    <values>|| campaign number ||</values>
                </predicates>
                <predicates>
                    <field>AdType</field>
                    <operator>EQUALS</operator>
                    <values>EXPANDED_TEXT_AD</values>
                </predicates>
                <paging>
                    <numberResults>10000</numberResults>
                </paging>
            </serviceSelector>
        </get>
    </soapenv:Body>
</soapenv:Envelope>

2016/07/06 14:39:12 INFO logging.AdsServiceLoggers: SOAP Response:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
    <soap:Header>
        <ResponseHeader 
xmlns="https://adwords.google.com/api/adwords/cm/v201605";>
            <requestId>000536fb0c20fd080a379bcc2d017d1d</requestId>
            <serviceName>AdGroupAdService</serviceName>
            <methodName>get</methodName>
            <operations>1</operations>
            <responseTime>339</responseTime>
        </ResponseHeader>
    </soap:Header>
    <soap:Body>
        <getResponse 
xmlns="https://adwords.google.com/api/adwords/cm/v201605";>
            <rval>
                <totalNumEntries>1</totalNumEntries>
                <Page.Type>AdGroupAdPage</Page.Type>
                <entries>
                    <adGroupId>31098386962</adGroupId>
                    <ad 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="ExpandedTextAd">
                        <id>101250493282</id>
                        <type>EXPANDED_TEXT_AD</type>
                        <Ad.Type>ExpandedTextAd</Ad.Type>
                        <headlinePart1> || part 1 || </headlinePart1>
                        <headlinePart2> || part 2 || </headlinePart2>
                        <description> || description || </description>
                        <path1> || path 1 || </path1>
                        <path2> || part 2 || </path2>
                    </ad>
                    <status>ENABLED</status>
                    <approvalStatus>FAMILY_SAFE</approvalStatus>
                    <trademarkDisapproved>false</trademarkDisapproved>
                </entries>
            </rval>
        </getResponse>
    </soap:Body>
</soap:Envelope>


In the other hand if i ask for final url i get this:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
    <soapenv:Header>
        <ns1:RequestHeader 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201605"; 
soapenv:mustUnderstand="0">
            <ns1:clientCustomerId>4476618128</ns1:clientCustomerId>
            <ns1:developerToken>REDACTED</ns1:developerToken>
            <ns1:userAgent>despegar-bidding (AwApi-Java, 
AdWords-Axis/2.15.0, Common-Java/2.15.0, Axis/1.4, Java/1.8.0_65, maven, 
SelectorBuilder, SelectorField)</ns1:userAgent>
            <ns1:validateOnly>false</ns1:validateOnly>
            <ns1:partialFailure>true</ns1:partialFailure>
        </ns1:RequestHeader>
    </soapenv:Header>
    <soapenv:Body>
        <get xmlns="https://adwords.google.com/api/adwords/cm/v201605";>
            <serviceSelector>
                <fields>Id</fields>
                <fields>Status</fields>
                <fields>HeadlinePart1</fields>
                <fields>HeadlinePart2</fields>
                <fields>Description</fields>
                <fields>Path1</fields>
                <fields>Path2</fields>
                <fields>FinalUrl</fields>
                <fields>DevicePreference</fields>
                <fields>AdGroupId</fields>
                <predicates>
                    <field>CampaignId</field>
                    <operator>IN</operator>
                    <values>622217410</values>
                </predicates>
                <predicates>
                    <field>AdType</field>
                    <operator>EQUALS</operator>
                    <values>EXPANDED_TEXT_AD</values>
                </predicates>
                <paging>
                    <numberResults>10000</numberResults>
                </paging>
            </serviceSelector>
        </get>
    </soapenv:Body>
</soapenv:Envelope>

2016/07/06 14:47:14 WARN logging.AdsServiceLoggers: SOAP Response:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
    <soap:Header>
        <ResponseHeader 
xmlns="https://adwords.google.com/api/adwords/cm/v201605";>
            <requestId>000536fb28ddccc90a37c3cb380a8236</requestId>
            <serviceName>AdGroupAdService</serviceName>
            <methodName>get</methodName>
            <operations>1</operations>
            <responseTime>137</responseTime>
        </ResponseHeader>
    </soap:Header>
    <soap:Body>
        <soap:Fault>
            <faultcode>soap:Server</faultcode>
            <faultstring>[SelectorError.INVALID_FIELD_NAME @ 
serviceSelector; trigger:'FinalUrl']</faultstring>
            <detail>
                <ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/cm/v201605";>
                    <message>[SelectorError.INVALID_FIELD_NAME @ 
serviceSelector; trigger:'FinalUrl']</message>
                    
<ApplicationException.Type>ApiException</ApplicationException.Type>
                    <errors 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="SelectorError">
                        <fieldPath>serviceSelector</fieldPath>
                        <trigger>FinalUrl</trigger>
                        
<errorString>SelectorError.INVALID_FIELD_NAME</errorString>
                        <ApiError.Type>SelectorError</ApiError.Type>
                        <reason>INVALID_FIELD_NAME</reason>
                    </errors>
                </ApiExceptionFault>
            </detail>
        </soap:Fault>
    </soap:Body>
</soap:Envelope>

If you need it, this is the response for final urls

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
    <soap:Header>
        <ResponseHeader 
xmlns="https://adwords.google.com/api/adwords/cm/v201605";>
            <requestId>000536fb2904b5b80a37ccc73a026984</requestId>
            <serviceName>AdGroupAdService</serviceName>
            <methodName>get</methodName>
            <operations>1</operations>
            <responseTime>137</responseTime>
        </ResponseHeader>
    </soap:Header>
    <soap:Body>
        <soap:Fault>
            <faultcode>soap:Server</faultcode>
            <faultstring>[SelectorError.INVALID_FIELD_NAME @ 
serviceSelector; trigger:'FinalUrls']</faultstring>
            <detail>
                <ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/cm/v201605";>
                    <message>[SelectorError.INVALID_FIELD_NAME @ 
serviceSelector; trigger:'FinalUrls']</message>
                    
<ApplicationException.Type>ApiException</ApplicationException.Type>
                    <errors 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="SelectorError">
                        <fieldPath>serviceSelector</fieldPath>
                        <trigger>FinalUrls</trigger>
                        
<errorString>SelectorError.INVALID_FIELD_NAME</errorString>
                        <ApiError.Type>SelectorError</ApiError.Type>
                        <reason>INVALID_FIELD_NAME</reason>
                    </errors>
                </ApiExceptionFault>
            </detail>
        </soap:Fault>
    </soap:Body>
</soap:Envelope>

Thanks in advance

On Wednesday, July 6, 2016 at 1:04:11 PM UTC-3, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi Yaakov,
>
> Expanded text ads 
> <https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupAdService.ExpandedTextAd>
>  do 
> not use url, displayUrl or finalAppUrls fields. You need to use the 
> finalUrls 
> <https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupAdService.ExpandedTextAd#finalurls>
> , path1 
> <https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupAdService.ExpandedTextAd#path1>,
>  
> and path2 
> <https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupAdService.ExpandedTextAd#path2>
>  fields 
> to get the URLs associated with the Ad.
>
> 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 adwords-api@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
--- 
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 adwords-api+unsubscr...@googlegroups.com.
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/58a83872-10ef-4a94-8093-ef7766669813%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • AdGroupAdServic... Yaakov Gesher
    • Re: AdGrou... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
      • Re: Ad... Yaakov Gesher
      • Re: Ad... Gabriel Abadi
      • Re: Ad... Gabriel Abadi
        • Re... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
          • ... Yaakov Gesher
            • ... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum

Reply via email to