Hi Anthony,

It looks like it's some issue with the callouts and snippets created via 
the API. Callouts created directly from the UI display fine in the UI and 
have their text value populated in API responses (see request and response 
attached).

Thanks,
Akil

On Tuesday, January 28, 2020 at 5:11:47 PM UTC-5, adsapiforumadvisor wrote:
>
> Hi Akil,
>
> Because it is appearing as blank in the UI as well, it may be a product 
> level issue. Can you try creating a new snippet or callout, directly from 
> the Extensions tab and see if that works?
>
> Thanks,
> Anthony
> Google Ads API Team
>
>
> ref:_00D1U1174p._5001USwyp4: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/5b7725a8-b002-466e-89a1-453d46ffe214%40googlegroups.com.
POST https://googleads.googleapis.com/v2/customers/1156653752/googleAds:search 
HTTP/1.1
developer-token: ************
login-customer-id: ************
Content-Type: application/json
Authorization: Bearer ************
User-Agent: PostmanRuntime/7.21.0
Accept: */*
Cache-Control: no-cache
Postman-Token: dc7c3434-7727-4187-910f-9cbdcf1bd9f3
Host: googleads.googleapis.com
Accept-Encoding: gzip, deflate
Content-Length: 212
Connection: close

{
    "query": "SELECT extension_feed_item.callout_feed_item.callout_text FROM 
extension_feed_item WHERE extension_feed_item.extension_type = 'CALLOUT' AND 
extension_feed_item.id IN (106218788618,105346328150)"
}
HTTP/1.1 200 OK
Request-Id: 4TG0uHEDkQP4Sn50FN4BzA
Content-Type: application/json; charset=UTF-8
Vary: Origin
Vary: X-Origin
Vary: Referer
Content-Encoding: gzip
Date: Wed, 29 Jan 2020 14:00:20 GMT
Server: ESF
Cache-Control: private
X-XSS-Protection: 0
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Alt-Svc: quic=":443"; ma=2592000; v="46,43",h3-Q050=":443"; 
ma=2592000,h3-Q049=":443"; ma=2592000,h3-Q048=":443"; 
ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000
Connection: close
Transfer-Encoding: chunked



{
  "results": [
    {
      "extensionFeedItem": {
        "resourceName": "customers/1156653752/extensionFeedItems/105346328150"
      }
    },
    {
      "extensionFeedItem": {
        "resourceName": "customers/1156653752/extensionFeedItems/106218788618",
        "calloutFeedItem": {
          "calloutText": "Created from the UI"
        }
      }
    }
  ],
  "totalResultsCount": "2",
  "fieldMask": "extensionFeedItem.calloutFeedItem.calloutText"
}

Reply via email to