Required. The resource name of the parent stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets
Query parameters
Parameters
pageSize
integer
The maximum number of resources to return. If unspecified, at most 10 resources will be returned. The maximum value is 10. Higher values will be coerced to the maximum.
pageToken
string
A page token, received from a previous measurementProtocolSecrets.list call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to measurementProtocolSecrets.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for ListMeasurementProtocolSecret RPC
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-14 UTC."],[[["Returns a list of Measurement Protocol Secrets for a specified Google Analytics 4 property data stream."],["Allows specification of the maximum number of secrets returned and provides pagination for retrieving large datasets."],["Requires authorization with specific Google Analytics scopes for data access."],["The API uses a standard HTTP GET request and provides structured JSON responses containing secret details and pagination information."]]],["This describes the `measurementProtocolSecrets.list` method for retrieving child MeasurementProtocolSecrets. The HTTP request uses `GET` with a URL containing the parent stream's resource name via a path parameter `parent`. Optional query parameters, `pageSize` and `pageToken`, control pagination. The request body must be empty. The response body returns an array of `measurementProtocolSecrets` and `nextPageToken`. Authorization requires either `analytics.readonly` or `analytics.edit` scopes.\n"]]