Method: properties.dataStreams.measurementProtocolSecrets.create

  • This API method creates a measurement protocol secret.

  • The HTTP request uses a POST method and includes parent as a required path parameter to specify where the secret will be created.

  • The request and response bodies both contain an instance of MeasurementProtocolSecret.

  • This method requires the https://www.googleapis.com/auth/analytics.edit authorization scope.

Creates a measurement protocol secret.

HTTP request

POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/measurementProtocolSecrets

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

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