Hi,
We are seeing a persistent failures due to internal error when calling
search stream for responsive display ad. Retries with exponential backoff
(30 seconds interval) don't seem to help.
{
"StatusCode": 13,
"Details": "Internal error encountered.",
"RequestId": "XEnwXi-F75JzC0RrNXT4Ow",
"Failure": {
"errors": [
{
"errorCode": {
"internalError": "INTERNAL_ERROR"
},
"message": "An internal error has occurred."
}
],
"requestId": "XEnwXi-F75JzC0RrNXT4Ow"
}
},
Here is the query used:
SELECT ad_group_ad.ad.final_mobile_urls, ad_group_ad.ad.final_urls,
ad_group_ad.ad.final_url_suffix, ad_group_ad.ad.id,
ad_group_ad.ad.responsive_display_ad.business_name,
ad_group_ad.ad.responsive_display_ad.call_to_action_text,
ad_group_ad.ad.responsive_display_ad.descriptions,
ad_group_ad.ad.responsive_display_ad.headlines,
ad_group_ad.ad.responsive_display_ad.logo_images,
ad_group_ad.ad.responsive_display_ad.long_headline,
ad_group_ad.ad.responsive_display_ad.marketing_images,
ad_group_ad.ad.responsive_display_ad.square_logo_images,
ad_group_ad.ad.responsive_display_ad.square_marketing_images,
ad_group_ad.ad.tracking_url_template, ad_group_ad.ad.type,
ad_group_ad.ad.url_custom_parameters, ad_group_ad.status, ad_group.id,
ad_group.name, campaign.name
FROM ad_group_ad
WHERE campaign.id IN (<Redacted>)
AND ad_group_ad.ad.type = 'RESPONSIVE_DISPLAY_AD'
AND campaign.status != 'REMOVED'
AND ad_group.status != 'REMOVED'
AND ad_group.status IN ('ENABLED', 'PAUSED')
AND ad_group_ad.status IN ('ENABLED', 'PAUSED')
ORDER BY ad_group_ad.ad.id ASC
API version: v11
Dotnet library version: v12.1.0
Thanks,
Anand
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/23dec4be-d699-4b92-9bc0-98584785100an%40googlegroups.com.