Google Analytics · Schema

GoogleAnalyticsAdminV1betaListMeasurementProtocolSecretsResponse

Response message for ListMeasurementProtocolSecret RPC

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
measurementProtocolSecrets array A list of secrets for the parent stream specified in the request.
nextPageToken string A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
View JSON Schema on GitHub

JSON Schema

google-analytics-googleanalyticsadminv1betalistmeasurementprotocolsecretsresp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GoogleAnalyticsAdminV1betaListMeasurementProtocolSecretsResponse",
  "title": "GoogleAnalyticsAdminV1betaListMeasurementProtocolSecretsResponse",
  "description": "Response message for ListMeasurementProtocolSecret RPC",
  "properties": {
    "measurementProtocolSecrets": {
      "description": "A list of secrets for the parent stream specified in the request.",
      "items": {
        "$ref": "#/components/schemas/GoogleAnalyticsAdminV1betaMeasurementProtocolSecret"
      },
      "type": "array"
    },
    "nextPageToken": {
      "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
      "type": "string"
    }
  },
  "type": "object"
}