Hi, Unfortunately, still haven't. I tried just a few minutes ago using the oauth playground. These are the steps: 1. I followed the instruction here: https://developers.google.com/google-ads/api/docs/oauth/playground 2. Then I use the searchStream query on the last section of this page: https://developers.google.com/google-ads/api/docs/rest/common/search
This is the request: POST /v4/customers/5287347420/googleAds:searchStream HTTP/1.1 Host: googleads.googleapis.com Developer-token: (removed) Content-length: 193 Content-type: application/json Authorization: Bearer (removed) { "query": "SELECT ad_group_criterion.keyword.text, ad_group_criterion.status FROM ad_group_criterion WHERE ad_group_criterion.type = 'KEYWORD' AND ad_group_criterion.status = 'ENABLED'" } This is the response: HTTP/1.1 401 Unauthorized Content-length: 653 X-xss-protection: 0 X-content-type-options: nosniff Transfer-encoding: chunked Request-id: L_p_e7V2HwauFB2TGytHnA Vary: Origin, X-Origin, Referer Server: ESF -content-encoding: gzip Cache-control: private Date: Fri, 31 Jul 2020 13:42:29 GMT X-frame-options: SAMEORIGIN Alt-svc: h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-T050=":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" Content-type: application/json; charset=UTF-8 [ { "error": { "status": "UNAUTHENTICATED", "message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.", "code": 401, "details": [ { "errors": [ { "errorCode": { "authenticationError": "AUTHENTICATION_ERROR" }, "message": "Authentication of the request failed." } ], "@type": "type.googleapis.com/google.ads.googleads.v4.errors.GoogleAdsFailure" } ] } } ] Best, Mario On Thursday, July 30, 2020 at 8:36:47 AM UTC-7 adsapiforumadvisor wrote: > Hi Mario, > > Thank you for the update. Were you able to perform the call successfully? > > > Thank you, > Bryan, Google Ads API Team > > ref:_00D1U1174p._5004Q22ZQeA:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/016d107b-f0eb-43f8-9fb1-d763bf453809n%40googlegroups.com.