Method: properties.dataStreams.getEnhancedMeasurementSettings
Bu veri akışı için geliştirilmiş ölçüm ayarlarını döndürür. Bu ayarların geçerli olması için akışın geliştirilmiş ölçümü etkinleştirmesi gerektiğini unutmayın.
HTTP isteği
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*/enhancedMeasurementSettings}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
name |
string
Zorunlu. Aranacak ayarların adı. Biçim: mülkler/{property}/dataStreams/{dataStream}/enhancedMeasurementSettings Örnek: "properties/1000/dataStreams/2000/enhancedMeasurementSettings"
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, EnhancedMeasurementSettings
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamlarından birini gerektirir:
https://www.googleapis.com/auth/analytics.readonly
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: 2024-05-06 UTC.
[null,null,["Son güncelleme tarihi: 2024-05-06 UTC."],[[["Retrieves the enhanced measurement settings for a specified data stream, enabling detailed data collection and analysis."],["Utilizes an HTTP GET request with the resource name identifying the specific data stream's settings within Google Analytics."],["An empty request body is required, while the response provides the comprehensive EnhancedMeasurementSettings object containing configuration details."],["Authentication is necessary using OAuth scopes, granting either read-only or edit access to the analytics data."]]],["The core content describes retrieving enhanced measurement settings for a data stream. A `GET` request is sent to a specified URL, defined by the `name` path parameter, which indicates the property and data stream. The request body must be empty. The successful response contains the `EnhancedMeasurementSettings`. To access this information, one of two OAuth authorization scopes is required: `analytics.readonly` or `analytics.edit`. The settings can be modified if enhanced measurement is enabled.\n"]]