The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum)
pageToken
string
A page token, received from a previous firebaseLinks.list call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to firebaseLinks.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for firebaseLinks.list RPC
If successful, the response body contains data with the following structure:
List of FirebaseLinks. This will have at most one value.
nextPageToken
string
A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages. Currently, Google Analytics supports only one FirebaseLink per property, so this will never be populated.
[[["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."],[[["Lists FirebaseLinks on a Google Analytics 4 property, with properties having at most one FirebaseLink."],["Allows you to retrieve and paginate through FirebaseLinks using the `GET` method and query parameters like `pageSize` and `pageToken`."],["The API response includes a list of FirebaseLinks (maximum one) and a `nextPageToken` for pagination, although currently only one FirebaseLink is supported per property."],["Requires authorization with either `analytics.readonly` or `analytics.edit` scope."]]],["This document details how to retrieve FirebaseLinks associated with a property using a `GET` request. The request URL uses `properties/{property_id}/firebaseLinks`, where `property_id` is a required path parameter. Optional query parameters include `pageSize` (max 200) and `pageToken` for pagination. The request body is empty. The response includes a list named `firebaseLinks`, which is expected to have at most one link. Also it returns an empty string `nextPageToken`. Authentication requires `analytics.readonly` or `analytics.edit` OAuth scopes.\n"]]