Method: properties.audienceExports.get
Ruft Konfigurationsmetadaten zu einem bestimmten Zielgruppenexport ab. Mit dieser Methode können Sie sich einen Zielgruppenexport ansehen, nachdem er erstellt wurde.
Unter Zielgruppenexport erstellen finden Sie eine Einführung in Zielgruppenexporte mit Beispielen.
Bei den Audience Export APIs gibt es einige Methoden in der Alphaphase, andere in der Betaversion. Nach Feedback und Einführung ist geplant, die Methoden zur Beta-Stabilität weiter auszubauen. Wenn Sie uns Feedback zu dieser API geben möchten, füllen Sie bitte das Feedback-Formular zur Google Analytics Audience Export API aus.
HTTP-Anfrage
GET https://analyticsdata.googleapis.com/v1beta/{name=properties/*/audienceExports/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name der Zielgruppenexport-Ressource. Format: properties/{property}/audienceExports/{audienceExport}
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von AudienceExport
.
Autorisierungsbereiche
Erfordert einen der folgenden OAuth-Bereiche:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics
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: 2024-05-02 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-05-02 (UTC)."],[[["This API endpoint retrieves configuration metadata for a specific audience export, allowing users to understand its details after creation."],["The request requires the `name` path parameter specifying the audience export resource in the format `properties/{property}/audienceExports/{audienceExport}`."],["Successful responses provide an `AudienceExport` object containing the export's metadata."],["Authorization requires either the `https://www.googleapis.com/auth/analytics.readonly` or `https://www.googleapis.com/auth/analytics` OAuth scope."],["Refer to the \"Creating an Audience Export\" guide for introductory information and examples related to Audience Exports."]]],["This document outlines the process of retrieving configuration metadata for a specific audience export via the Google Analytics Audience Export API. Key actions include sending a `GET` request to a specific URL, structured using gRPC Transcoding syntax. The request requires a `name` parameter specifying the audience export resource. The request body must be empty. A successful response contains an instance of `AudienceExport`. Authorization requires either `analytics.readonly` or `analytics` OAuth scopes. The user can give feedback using the provided form.\n"]]