Method: properties.dataStreams.eventEditRules.reorder
Zmiana kolejności przetwarzania reguł edycji zdarzeń w wybranym strumieniu.
Żądanie HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/eventEditRules:reorder
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
parent |
string
Wymagane. Przykładowy format: properties/123/dataStreams/456
|
Treść żądania
Treść żądania zawiera dane o następującej strukturze:
Zapis JSON |
{
"eventEditRules": [
string
]
} |
Pola |
eventEditRules[] |
string
Wymagane. Nazwy zasobów EventEditRule w wybranym strumieniu danych w wymaganej kolejności przetwarzania. Na liście muszą się znajdować wszystkie reguły edycji zdarzeń dla strumienia.
|
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi to pusty obiekt JSON.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/analytics.edit
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-01-14 UTC.
[null,null,["Ostatnia aktualizacja: 2025-01-14 UTC."],[[["Reorders the processing sequence of event edit rules for a specific data stream within a Google Analytics property."],["The request requires specifying the data stream and providing an array of all event edit rule names in the desired order."],["Requires authorization with the `https://www.googleapis.com/auth/analytics.edit` scope."],["A successful operation results in an empty response body, indicating the reordering was completed."]]],["This document outlines the process to reorder event edit rules for a specific data stream. It involves a `POST` request to a designated URL, using gRPC Transcoding syntax. The `parent` path parameter, specifying the stream, is required. The request body, in JSON format, contains an array (`eventEditRules`) listing the EventEditRule resource names in the desired order. A successful response is an empty JSON object. This action requires the `analytics.edit` authorization scope.\n"]]