Method: properties.audienceExports.get
Belirli bir kitle dışa aktarma işlemiyle ilgili yapılandırma meta verilerini alır. Bu yöntem, oluşturulduktan sonra kitle dışa aktarımını anlamak için kullanılabilir.
Örnekler içeren kitle dışa aktarma işlemlerine giriş için Kitle Dışa Aktarma Oluşturma bölümüne bakın.
Kitle Dışa Aktarma API'lerinin alfa sürümünde bazı yöntemleri ve beta kararlılığında başka yöntemleri vardır. Amaç, biraz geri bildirim ve benimseme sürecinden sonra beta kararlılığına yönelik yöntemleri geliştirmektir. Bu API ile ilgili geri bildirimde bulunmak için Google Analytics Audience Export API Geri Bildirimi formunu doldurun.
HTTP isteği
GET https://analyticsdata.googleapis.com/v1beta/{name=properties/*/audienceExports/*}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
name |
string
Zorunlu. Kitle dışa aktarma kaynağının adı. Biçim: properties/{property}/audienceExports/{audienceExport}
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, AudienceExport
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamlarından birini gerektirir:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-05-02 UTC.
[null,null,["Son güncelleme tarihi: 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"]]