Method: properties.audienceExports.get
Mendapatkan metadata konfigurasi tentang ekspor audiens tertentu. Metode ini dapat digunakan untuk memahami ekspor audiens yang telah dibuat.
Lihat Membuat Ekspor Audiens untuk pengantar Ekspor Audiens yang disertai contohnya.
API Ekspor Audiens memiliki beberapa metode dalam versi alfa dan metode lainnya dalam versi beta. Tujuannya adalah untuk memajukan metode ke stabilitas beta setelah mendapatkan beberapa masukan dan adopsi. Untuk memberikan masukan tentang API ini, lengkapi formulir Masukan Google Analytics Audience Export API.
Permintaan HTTP
GET https://analyticsdata.googleapis.com/v1beta/{name=properties/*/audienceExports/*}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
name |
string
Wajib. Nama resource ekspor audiens. Format: properties/{property}/audienceExports/{audienceExport}
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons akan berisi instance AudienceExport
.
Cakupan otorisasi
Memerlukan salah satu cakupan OAuth berikut:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-05-02 UTC.
[null,null,["Terakhir diperbarui pada 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"]]