Method: accounts.dataSources.create
Erstellt die neue Datenquellenkonfiguration für das angegebene Konto.
HTTP-Anfrage
POST https://merchantapi.googleapis.com/datasources/v1beta/{parent=accounts/*}/dataSources
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
parent |
string
Erforderlich. Das Konto, in dem diese Datenquelle erstellt wird. Format: accounts/{account}
|
Anfragetext
Der Anfragetext enthält eine Instanz von DataSource
.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von DataSource
.
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 data source configuration for a given account using an HTTP POST request."],["Requires specifying the account in the URL path and providing a `DataSource` object in the request body."],["If successful, the response contains the newly created `DataSource` object."],["Needs authorization with the `https://www.googleapis.com/auth/content` scope."]]],[]]