Hi Anthony,

Thanks for getting back to me. I can verify that Sitelink fields give no 
issue (see attached request and response). Also, when I look at callouts 
and structured snippets in the "Business Data" view of the UI then the Text 
shows and the callouts and snippets also show fine when they actually serve 
with ads. It's just the association view in the UI and the API calls above 
where they don't work. Any idea what's going on?

Thanks,
Akil

On Tuesday, January 28, 2020 at 11:30:13 AM UTC-5, adsapiforumadvisor wrote:
>
> Hi Akil,
>
> I was able to see values for these fields when I tried on my account. When 
> I looked at your account, I saw these values as blank. You can try to query 
> for sitelink fields to verify that there is no issue. I've attached a 
> screenshot of your UI.
>
> Regards,
> 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/68d87d83-6dad-4658-8167-edfb9c7f6d8c%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: c5d2646a-bf2c-46b5-8d90-b116856fe34b
Host: googleads.googleapis.com
Accept-Encoding: gzip, deflate
Content-Length: 367
Connection: close

{
    "query": "SELECT extension_feed_item.sitelink_feed_item.link_text, 
extension_feed_item.sitelink_feed_item.line1, 
extension_feed_item.sitelink_feed_item.line2, 
extension_feed_item.extension_type, extension_feed_item.targeted_campaign, 
extension_feed_item.targeted_ad_group FROM extension_feed_item WHERE 
extension_feed_item.extension_type = 'SITELINK' LIMIT 2"
}
HTTP/1.1 200 OK
Request-Id: PDrBNiZvPDE9E_kF-MxSTQ
Content-Type: application/json; charset=UTF-8
Vary: Origin
Vary: X-Origin
Vary: Referer
Content-Encoding: gzip
Date: Tue, 28 Jan 2020 17:15:35 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/75005433864",
        "sitelinkFeedItem": {
          "linkText": "Guns N Roses Austin",
          "line1": "Tickets Para Guns N Roses, Austin",
          "line2": "Compra Secilla, Fácil Y Segura"
        },
        "extensionType": "SITELINK"
      }
    },
    {
      "extensionFeedItem": {
        "resourceName": "customers/1156653752/extensionFeedItems/75005433867",
        "sitelinkFeedItem": {
          "linkText": "Reserva hoy",
          "line1": "Entradas Para Guns N Roses, Austin",
          "line2": "Cómpralas Ahora No Lo Lamentarás"
        },
        "extensionType": "SITELINK"
      }
    }
  ],
  "totalResultsCount": "27327",
  "fieldMask": 
"extensionFeedItem.sitelinkFeedItem.linkText,extensionFeedItem.sitelinkFeedItem.line1,extensionFeedItem.sitelinkFeedItem.line2,extensionFeedItem.extensionType,extensionFeedItem.targetedCampaign,extensionFeedItem.targetedAdGroup"
}

Reply via email to