I'm having issues with expanded ads. No matter i ask for url, urls, final url, final urls i can not retrieve it Here i have some example:
<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>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 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/f843f631-0221-4847-a5c5-1b26ac14e84f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
