Method: properties.searchAds360Links.get
Wyszukiwanie pojedynczego połączenia z SearchAds360
Żądanie HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/searchAds360Links/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagane. Nazwa połączenia z SearchAds360, które chcesz uzyskać. Przykładowy format: properties/1234/SearchAds360Link/5678
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu SearchAds360Link
.
Zakresy autoryzacji
Wymaga jednego z tych zakresów OAuth:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-05-06 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]