Method: properties.searchAds360Links.get
Tek bir Search Ads360Linki arayın
HTTP isteği
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/searchAds360Links/*}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
name |
string
Zorunlu. Alılacak Search Ads360Link'in adı. Örnek biçim: mülkler/1234/SearchAds360Link/5678
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, SearchAds360Link
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamlarından birini gerektirir:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-05-06 UTC.
[null,null,["Son güncelleme tarihi: 2024-05-06 UTC."],[[["Retrieves a specific SearchAds360Link resource using an HTTP GET request."],["Requires specifying the SearchAds360Link's resource name in the URL path."],["Request body should be empty, while the response contains a SearchAds360Link object if successful."],["Needs appropriate authorization with either `analytics.readonly` or `analytics.edit` scope."]]],["This document outlines how to retrieve a specific SearchAds360Link using a GET request. The core action is to send a GET request to a designated URL, structured as `https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/searchAds360Links/*}`. The `name` parameter, representing the SearchAds360Link's name, is mandatory within the URL. The request body must be empty. A successful request returns an instance of SearchAds360Link, and it requires either read-only or edit authorization scopes.\n"]]