AI-generated Key Takeaways
-
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.
Creates a measurement protocol secret.
HTTP request
POST https://analyticsadmin.googleapis.com/v1beta/{parent=properties/*/dataStreams/*}/measurementProtocolSecrets
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource where this secret will be created. Format: properties/{property}/dataStreams/{dataStream} |
Request body
The request body contains an instance of MeasurementProtocolSecret
.
Response body
If successful, the response body contains a newly created instance of MeasurementProtocolSecret
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/analytics.edit