Method: accounts.conversionSources.create
สร้างแหล่งที่มาของ Conversion ใหม่
คำขอ HTTP
POST https://merchantapi.googleapis.com/conversions/v1beta/{parent=accounts/*}/conversionSources
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
parent |
string
ต้องระบุ บัญชีผู้ขายที่จะเป็นเจ้าของแหล่งที่มาของ Conversion ใหม่ รูปแบบ: accounts/{account}
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ ConversionSource
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ ConversionSource
ที่สร้างขึ้นใหม่
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/content
ดูข้อมูลเพิ่มเติมได้ที่ OAuth 2.0 Overview
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-01-23 UTC
[null,null,["อัปเดตล่าสุด 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"]]