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: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:
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!