AI-generated Key Takeaways
-
This API method creates a measurement protocol secret.
-
The HTTP request uses a POST method and specifies the parent property and data stream.
-
The request body contains an instance of
MeasurementProtocolSecret
. -
The response body returns the newly created
MeasurementProtocolSecret
. -
Authorization requires the
https://www.googleapis.com/auth/analytics.edit
scope.
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