[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-05-06。"],[[["Creates a new measurement protocol secret within a specified Google Analytics 4 property and data stream."],["Uses an HTTP POST request to `https://analyticsadmin.googleapis.com/v1beta/{parent=properties/*/dataStreams/*}/measurementProtocolSecrets`, with the parent resource defining the property and data stream location."],["Requires `https://www.googleapis.com/auth/analytics.edit` authorization scope for successful execution."],["Includes path parameters and request/response bodies structured according to the MeasurementProtocolSecret object definition."]]],["This document details creating a measurement protocol secret via a `POST` HTTP request to a specific URL using gRPC Transcoding. The URL requires a `parent` path parameter, specifying the data stream within a property. The request body needs a `MeasurementProtocolSecret` instance. A successful response returns a newly created `MeasurementProtocolSecret` instance. Authorization for this action requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. Users can interact using a \"Try it!\" feature.\n"]]