Method: accounts.conversionSources.get
Pobiera źródło konwersji.
Żądanie HTTP
GET https://merchantapi.googleapis.com/conversions/v1beta/{name=accounts/*/conversionSources/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagane. Nazwa źródła konwersji do pobrania. Format: konta/{konto}/conversionSources/{conversionSource}
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu ConversionSource
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/content
Więcej informacji znajdziesz w OAuth 2.0 Overview.
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: 2025-01-23 UTC.
[null,null,["Ostatnia aktualizacja: 2025-01-23 UTC."],[[["Fetches an existing conversion source using a GET request."],["Requires the `name` path parameter to specify the conversion source to retrieve."],["An empty request body is necessary, and the response provides a `ConversionSource` object if successful."],["Authorization is required with the `https://www.googleapis.com/auth/content` scope."]]],["This document outlines how to fetch a conversion source using a GET request. The core action is to send a GET request to the specified URL: `https://merchantapi.googleapis.com/conversions/v1beta/{name=accounts/*/conversionSources/*}`. The `name` parameter, in the format `accounts/{account}/conversionSources/{conversionSource}`, is required in the URL path. The request body must be empty. A successful response will include a `ConversionSource` object. The request also requires the OAuth scope `https://www.googleapis.com/auth/content`.\n"]]