Treść żądania zawiera dane o następującej strukturze:
Zapis JSON
{"eventEditRules": [string]}
Pola
eventEditRules[]
string
Wymagane. Nazwy zasobów EventEditRule w określonym porządku przetwarzania w wybranym strumieniu danych. Na liście muszą się znajdować wszystkie reguły edycji zdarzeń dotyczące strumienia.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi to pusty obiekt JSON.
[[["Ł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: 2025-07-26 UTC."],[[["\u003cp\u003eReorders the processing sequence of event edit rules for a specific data stream within a Google Analytics property.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires specifying the data stream and providing an array of all event edit rule names in the desired order.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/analytics.edit\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eA successful operation results in an empty response body, indicating the reordering was completed.\u003c/p\u003e\n"]]],["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"],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nChanges the processing order of event edit rules on the specified stream.\n\nHTTP request\n\n`POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/eventEditRules:reorder`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|----------|-------------------------------------------------------------------|\n| `parent` | `string` Required. Example format: properties/123/dataStreams/456 |\n\nRequest body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|------------------------------------------|\n| ``` { \"eventEditRules\": [ string ] } ``` |\n\n| Fields ||\n|--------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `eventEditRules[]` | `string` Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list. |\n\nResponse body\n\nIf successful, the response body is an empty JSON object.\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/analytics.edit`"]]