Method: properties.audienceLists.get
HTTP-Anfrage
GET https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/audienceLists/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Ressourcenname der Zielgruppenliste. Format: properties/{property}/audienceLists/{audienceList}
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von AudienceList
.
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)."],[[["Retrieves configuration metadata for a specific audience list, allowing users to understand its details after creation."],["Uses the `audienceExports.get` method to access audience list information, offering beta stability and a feedback form for API improvements."],["Requires the `name` path parameter, specifying the audience list resource name in the format `properties/{property}/audienceLists/{audienceList}`."],["Employs an empty request body and returns an `AudienceList` instance in the response upon successful execution."],["Needs authorization with either `https://www.googleapis.com/auth/analytics.readonly` or `https://www.googleapis.com/auth/analytics` OAuth scopes."]]],["This document outlines the process of retrieving configuration metadata for a specific audience list via the `audienceExports.get` method, available in beta. The HTTP request uses a GET method with a URL structure including path parameters, specifically the `name` of the audience list. The request body must be empty, and a successful response returns an `AudienceList` instance. Access requires either `analytics.readonly` or `analytics` OAuth scopes. This function is for understanding audience lists after their creation.\n"]]