Pobiera metadane konfiguracji dotyczące określonej cyklicznej listy odbiorców. Dzięki tej metodzie możesz poznać stan cyklicznej listy odbiorców po jej utworzeniu. Na przykład cykliczny zasób listy odbiorców będzie generować wystąpienia listy odbiorców na każdy dzień. Tej metody można użyć do uzyskania nazwy zasobu najnowszego wystąpienia listy odbiorców.
Wprowadzamy tę metodę na poziomie stabilności alfa, aby zebrać opinie na temat jej składni i możliwości, zanim udostępnimy wersję beta. Aby przesłać opinię na temat tego interfejsu API, wypełnij formularz opinii o interfejsie Google Analytics Audience Export API.
Żądanie HTTP
GET https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/recurringAudienceLists/*}
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-05-02 UTC."],[[["Retrieves configuration metadata for a specific recurring audience list, providing insight into its state and recent activity."],["Enables users to understand the recurring audience list's state and access information about generated audience list instances."],["Uses a `GET` request to the specified URL with the recurring audience list's resource name as a path parameter."],["Returns a `RecurringAudienceList` object containing the requested metadata if the request is successful."],["Requires authorization with either `analytics.readonly` or `analytics` OAuth scopes."]]],["This document outlines the process of retrieving metadata for a specific recurring audience list using a `GET` request. The core action is to use the provided `name` path parameter, formatted as `properties/*/recurringAudienceLists/*`, within the URL. The request body must be empty. A successful request returns a `RecurringAudienceList` resource. The method requires authorization via either `analytics.readonly` or `analytics` OAuth scopes. It aims to provide insights into an audience list's state, including recent instances.\n"]]