Method: accounts.conversionSources.create
Yeni bir dönüşüm kaynağı oluşturur.
HTTP isteği
POST https://merchantapi.googleapis.com/conversions/v1beta/{parent=accounts/*}/conversionSources
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
parent |
string
Zorunlu. Yeni dönüşüm kaynağının sahibi olacak satıcı hesabı. Biçim: accounts/{account}
|
İstek içeriği
İstek metni, ConversionSource
öğesinin bir örneğini içerir.
Yanıt gövdesi
Başarılı olursa yanıt metni, yeni oluşturulmuş bir ConversionSource
örneği 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."],[[["Creates a new conversion source via `POST` request to the specified endpoint."],["Requires `parent` as a path parameter specifying the merchant account."],["Request body should contain a `ConversionSource` object defining the new source."],["Successful response returns the newly created `ConversionSource` object."],["Needs authorization with the `https://www.googleapis.com/auth/content` scope."]]],["This document details creating a new conversion source via a `POST` HTTP request to `https://merchantapi.googleapis.com/conversions/v1beta/{parent=accounts/*}/conversionSources`. The `parent` path parameter, representing the merchant account, is required. The request body must contain a `ConversionSource` instance, and upon success, the response body returns the newly created `ConversionSource`. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope. The API utilizes gRPC Transcoding syntax.\n"]]