Bir mülk için tüm kitle listelerini listeler. Bu yöntem, gereksiz yeni kitle listeleri oluşturmak yerine mevcut kitle listelerini bulup yeniden kullanmak için kullanılabilir. Aynı kitlenin, farklı günlerde bir kitledeki kullanıcıların listesini temsil eden birden fazla kitle listesi olabilir.
Kitle listelerine örneklerle giriş için Kitle listesi oluşturma başlıklı makaleyi inceleyin.
Zorunlu. Bu mülk için tüm kitle listeleri yanıtta listelenir. Biçim: properties/{property}
Sorgu parametreleri
Parametreler
pageSize
integer
İsteğe bağlı. Döndürülecek maksimum kitle listesi sayısı. Hizmet bu değerden daha az sonuç döndürebilir. Belirtilmemesi durumunda en fazla 200 kitle listesi döndürülür. Maksimum değer 1.000'dür (daha yüksek değerler maksimum değere zorlanacaktır).
pageToken
string
İsteğe bağlı. Önceki bir audienceLists.list çağrısından alınan sayfa jetonu. Sonraki sayfayı almak için bunu sağlayın.
Sayfalandırma yaparken audienceLists.list parametresine sağlanan diğer tüm parametreler, sayfa jetonunu sağlayan çağrıyla eşleşmelidir.
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
Bir mülk için tüm kitle listelerinin listesi.
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-11-22 UTC."],[[["Lists all audience lists for a given Google Analytics property, allowing for reuse of existing lists."],["Provides pagination to handle large numbers of audience lists, with customizable page size."],["Requires specific authorization scopes for access, either read-only or full Analytics access."],["Uses a standard HTTP GET request with path and query parameters to specify the property and retrieval options."],["Returns a JSON response containing an array of audience lists and a token for retrieving subsequent pages."]]],["This document outlines how to retrieve a list of audience lists for a specific property using the Google Analytics Data API. It utilizes a `GET` HTTP request to the `audienceLists` endpoint, specifying the property in the `parent` path parameter. Optional query parameters include `pageSize` to limit results and `pageToken` for pagination. The request body must be empty. Successful responses include an array of `audienceLists` and a `nextPageToken` for subsequent pages. This operation requires `analytics.readonly` or `analytics` authorization scopes.\n"]]