Wypróbuj serwer MCP w Google Analytics. Zainstaluj go z
GitHub. Więcej informacji znajdziesz w
ogłoszeniu.
REST Resource: properties.dataStreams.measurementProtocolSecrets
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób: MeasurementProtocolSecret
Tajna wartość używana do wysyłania danych do Measurement Protocol.
Zapis JSON |
{
"name": string,
"displayName": string,
"secretValue": string
} |
Pola |
name |
string
Tylko dane wyjściowe. Nazwa zasobu obiektu tajnego. Ten obiekt tajny może być elementem podrzędnym dowolnego typu strumienia. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}
|
displayName |
string
Wymagane. Zrozumiała dla człowieka nazwa wyświetlana tego obiektu tajnego.
|
secretValue |
string
Tylko dane wyjściowe. Wartość tajnego klucza platformy Measurement Protocol. Przekaż tę wartość do pola api_secret interfejsu Measurement Protocol API podczas wysyłania danych do usługi nadrzędnej tego tajnego klucza.
|
Metody |
|
Tworzy obiekt tajny Measurement Protocol. |
|
Usuwa docelową wartość MeasurementProtocolSecret. |
|
Wyszukiwanie pojedynczego klucza MeasurementProtocolSecret. |
|
Zwraca obiekty MeasurementProtocolSecrets podrzędne w określonej usłudze nadrzędnej. |
|
Aktualizuje tajny klucz Measurement Protocol. |
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-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003e\u003ccode\u003eCalculatedMetric\u003c/code\u003e resource defines custom metrics with a formula, display name, and unit of measurement.\u003c/p\u003e\n"],["\u003cp\u003eMetrics can be based on standard or restricted data, such as cost or revenue, with access controlled by user roles.\u003c/p\u003e\n"],["\u003cp\u003eFormulas can incorporate basic arithmetic operations and reference other metrics, supporting customization.\u003c/p\u003e\n"],["\u003cp\u003eAPIs are available to manage calculated metrics, including creation, retrieval, updates, and deletion.\u003c/p\u003e\n"],["\u003cp\u003eEach metric has a unique ID (\u003ccode\u003ecalculatedMetricId\u003c/code\u003e) used for referencing in external APIs and integrations.\u003c/p\u003e\n"]]],["MeasurementProtocolSecret is a resource for sending hits to the Measurement Protocol. It contains a `name`, `displayName`, and `secretValue`. The secret value is used in the `api_secret` field when sending hits. Key actions include creating, deleting, retrieving (get), listing, and updating (patch) MeasurementProtocolSecrets. Each secret belongs to a parent property and can be managed using specified methods under `properties.dataStreams.measurementProtocolSecrets`. The json representation shows its fields and types.\n"],null,["# REST Resource: properties.dataStreams.measurementProtocolSecrets\n\n- [Resource: MeasurementProtocolSecret](#MeasurementProtocolSecret)\n - [JSON representation](#MeasurementProtocolSecret.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: MeasurementProtocolSecret\n-----------------------------------\n\nA secret value used for sending hits to Measurement Protocol.\n\n| JSON representation |\n|--------------------------------------------------------------------------|\n| ``` { \"name\": string, \"displayName\": string, \"secretValue\": string } ``` |\n\n| Fields ||\n|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret} |\n| `displayName` | `string` Required. Human-readable display name for this secret. |\n| `secretValue` | `string` Output only. The measurement protocol secret value. Pass this value to the api_secret field of the Measurement Protocol API when sending hits to this secret's parent property. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|\n| ### [create](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.dataStreams.measurementProtocolSecrets/create) | Creates a measurement protocol secret. |\n| ### [delete](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.dataStreams.measurementProtocolSecrets/delete) | Deletes target MeasurementProtocolSecret. |\n| ### [get](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.dataStreams.measurementProtocolSecrets/get) | Lookup for a single MeasurementProtocolSecret. |\n| ### [list](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.dataStreams.measurementProtocolSecrets/list) | Returns child MeasurementProtocolSecrets under the specified parent Property. |\n| ### [patch](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.dataStreams.measurementProtocolSecrets/patch) | Updates a measurement protocol secret. |"]]