Method: accounts.conversionSources.get
Bir dönüşüm kaynağı getirir.
HTTP isteği
GET https://merchantapi.googleapis.com/conversions/v1beta/{name=accounts/*/conversionSources/*}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
name |
string
Zorunlu. Getirilecek dönüşüm kaynağının adı. Biçim: accounts/{account}/conversionSources/{conversionSource}
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, ConversionSource
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/content
Daha fazla bilgi için OAuth 2.0 Overview sayfasına bakın.
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: 2025-01-23 UTC.
[null,null,["Son güncelleme tarihi: 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"]]