Method: accounts.conversionSources.create
Erstellt eine neue Conversion-Quelle.
HTTP-Anfrage
POST https://merchantapi.googleapis.com/conversions/v1beta/{parent=accounts/*}/conversionSources
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
parent |
string
Erforderlich. Das Händlerkonto, dem die neue Conversion-Quelle zugewiesen werden soll. Format: accounts/{account}
|
Anfragetext
Der Anfragetext enthält eine Instanz von ConversionSource
.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von ConversionSource
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/content
Weitere Informationen finden Sie unter OAuth 2.0 Overview.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-01-23 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]