Der Anfragetext enthält Daten mit folgender Struktur:
JSON-Darstellung
{"eventEditRules": [string]}
Felder
eventEditRules[]
string
Erforderlich. Die Namen der EventEditRule-Ressourcen für den angegebenen Datenstream in der erforderlichen Verarbeitungsreihenfolge. Alle EventEditRules für den Stream müssen in der Liste enthalten sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, ist der Antworttext ein leeres JSON-Objekt.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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`"]]