Hi google Ads support team. 

We use AdGroupAdService service to get some Responsive Ads previews. But it 
doesn't return any data with 
<v20:predicates>
<v20:field>AdType</v20:field>
<v20:operator>EQUALS</v20:operator>
<v20:values>RESPONSIVE_DISPLAY_AD</v20:values>
</v20:predicates>
in my case - while the account has responsive Display Ads.

Example request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:v20="https://adwords.google.com/api/adwords/cm/v201809";>
   <soapenv:Header>
      <v20:RequestHeader>
         <v20:clientCustomerId><my_secret-id></v20:clientCustomerId>
         <v20:developerToken><my_secret-token></v20:developerToken>
      </v20:RequestHeader>
   </soapenv:Header>
   <soapenv:Body>
      <v20:get>
         <v20:serviceSelector>
            <v20:fields>Id</v20:fields>
            <v20:fields>AdType</v20:fields>
            <v20:fields>ImageAdUrl</v20:fields>
      <v20:predicates>
<v20:field>AdType</v20:field>
<v20:operator>EQUALS</v20:operator>
        <v20:values>RESPONSIVE_DISPLAY_AD</v20:values>
 </v20:predicates> 
                       <v20:paging>
<v20:startIndex>0</v20:startIndex>
<v20:numberResults>10000</v20:numberResults>
</v20:paging> 
       </v20:serviceSelector>
      </v20:get>
   </soapenv:Body>
</soapenv:Envelope>

Response:
<soap:Envelope 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";><soap:Header><ResponseHeader
 
xmlns="https://adwords.google.com/api/adwords/cm/v201809";><requestId><my_secret_id></requestId><serviceName>AdGroupAdService</serviceName><methodName>get</methodName><operations>1</operations><responseTime>217</responseTime></ResponseHeader></soap:Header><soap:Body><getResponse
 
xmlns="https://adwords.google.com/api/adwords/cm/v201809";><rval><totalNumEntries>0</totalNumEntries><Page.Type>AdGroupAdPage</Page.Type></rval></getResponse></soap:Body></soap:Envelope>

Removing predicate I see 1226 ads including ones 
with MULTI_ASSET_RESPONSIVE_DISPLAY_AD type.

I can provide account details in private message. 

Basically my question is if there probably is a better way to get 
Responsive Ads previews from API. Or if not I need assistance on my request 
not returning responsive display ads data.
Thanks so much in advance!

On Monday, September 17, 2018 at 8:27:36 PM UTC+3 Bharani Cherukuri 
(AdWords API Team) wrote:

> Hello Oksana, 
>
> The Ad previews is currently not supported through the API. As an 
> alternative to reports, you may use the AdGroupAdService.get() 
> <https://developers.google.com/adwords/api/docs/reference/v201806/AdGroupAdService>
>  to 
> get the Asset Link 
> <https://developers.google.com/adwords/api/docs/reference/v201806/AdGroupAdService.MultiAssetResponsiveDisplayAd#logoimages>
>  for 
> asset data you're looking to get. Please check this guide 
> <https://developers.google.com/adwords/api/docs/guides/multi-asset-responsive-display-ads>
>  for 
> more information. 
>
> Let me know if you have any other questions. 
>
> Regards,
> Bharani, AdWords API Team
>
> On Monday, March 13, 2017 at 10:23:53 AM UTC-4, Oksana Sulyma wrote:
>
>> Hi guys!
>> Is there any way to pull Preview for Ads with type 'Responsive ad'?
>> Like ImageAdUrl for 'Image ad' Ad Type? 
>> Any in way to get 'Responsive ad' preview in Ad Performance Report?
>> Thanks!
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ee45fd49-25b3-400f-aaee-2df3f37e660bn%40googlegroups.com.

Reply via email to