Good Evening,

I am trying to retrieve an extension feed item, but when I make the call I 
get an internal error encountered response. Other calls to retrieve items 
with different ids work fine, the only thing I can see being different is 
the status of his item is Approved Limited due to trademarks in the text.

Request information:
[2021-04-28T17:42:55.568049+01:00] google-ads.WARNING: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v6.services.GoogleAdsService/SearchStream", 
CustomerId: 6314793635, RequestId: "jYM2aA-YlLeWX7Q357mNEA", IsFault: 1, 
FaultMessage: "None"
[2021-04-28T17:42:55.568369+01:00] google-ads.NOTICE: Request
-------
Method Name: /google.ads.googleads.v6.services.GoogleAdsService/SearchStream
Host: googleads.googleapis.com
Headers: {
    "x-goog-api-client": "gl-php\/8.0.3 gapic\/ gax\/1.7.1 grpc\/1.37.0",
    "x-goog-request-params": "customer_id=6314793635",
    "developer-token": "REDACTED",
    "login-customer-id": "1726790148"
}
Request:
{"customerId":"6314793635","query":"SELECT\n\textension_feed_item.extension_type,\n\textension_feed_item.sitelink_feed_item.link_text,\n\textension_feed_item.sitelink_feed_item.final_urls,\n\textension_feed_item.sitelink_feed_item.line1,\n\textension_feed_item.sitelink_feed_item.line2,\n\textension_feed_item.callout_feed_item.callout_text,\n\textension_feed_item.structured_snippet_feed_item.header,\n\textension_feed_item.structured_snippet_feed_item.values\nFROM\n\textension_feed_item\nWHERE\n\textension_feed_item.resource_name
 
= \"customers\/6314793635\/extensionFeedItems\/126402229776\""}

Response
-------
Headers: {
    "request-id": "jYM2aA-YlLeWX7Q357mNEA",
    "date": "Wed, 28 Apr 2021 16:42:55 GMT",
    "alt-svc": "h3-29=\":443\"; ma=2592000,h3-T051=\":443\"; 
ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; 
ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; 
v=\"46,43\""
}

Fault
-------
Status code: 13
Details: Internal error encountered.
Failure: {}
PHP Fatal error:  Uncaught Google\ApiCore\ApiException: {
    "message": "Internal error encountered.",
    "code": 13,
    "status": "INTERNAL",
    "details": [
        {
            "@type": "google.ads.googleads.v6.errors.googleadsfailure-bin",
            "data": "<Unknown Binary Data>"
        },
        {
            "@type": "grpc-status-details-bin",
            "data": "<Unknown Binary Data>"
        },
        {
            "@type": "request-id",
            "data": "jYM2aA-YlLeWX7Q357mNEA"
        }
    ]
}

  thrown in 
/home/crons/vendor/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V6/GoogleAdsExceptionTrait.php
 
on line 75

I am using the PHP SDK (googleads/google-ads-php v8.1.0). If you need any 
more information please let me know.

Thanks,
Robert

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/74910a55-1804-489e-9b14-a0d394dcb59en%40googlegroups.com.

Reply via email to