Method: properties.dataStreams.eventEditRules.reorder
Belirtilen akıştaki etkinlik düzenleme kurallarının işleme sırasını değiştirir.
HTTP isteği
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/eventEditRules:reorder
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
parent |
string
Zorunlu. Örnek biçim: properties/123/dataStreams/456
|
İstek içeriği
İstek metni aşağıdaki yapıyla birlikte verileri içerir:
JSON gösterimi |
{
"eventEditRules": [
string
]
} |
Alanlar |
eventEditRules[] |
string
Zorunlu. Belirtilen veri akışı için gerekli işlem sırasına göre EventEditRule kaynak adları. Akış için tüm EventEditRules listeye eklenmelidir.
|
Yanıt gövdesi
Başarılı olursa yanıt metni boş bir JSON nesnesi olur.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/analytics.edit
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-01-14 UTC.
[null,null,["Son güncelleme tarihi: 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"]]