The maximum number of resources to return. 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 searchAds360Links.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to searchAds360Links.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for searchAds360Links.list 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."],[[["Lists all SearchAds360Links associated with a Google Analytics 4 property."],["Allows filtering by `pageSize` and `pageToken` for pagination."],["Returns a list of SearchAds360Links and a `nextPageToken` for accessing subsequent pages."],["Requires specific OAuth scopes for authorization: `analytics.readonly` or `analytics.edit`."]]],["This describes how to list Search Ads 360 Links associated with a property using a GET request. The HTTP request URL requires a `parent` path parameter specifying the property. Optional query parameters `pageSize` and `pageToken` enable pagination. The request body must be empty. The response body contains a list of `searchAds360Links` and a `nextPageToken` for retrieving further results, represented in JSON. Authorization requires specific OAuth scopes: `analytics.readonly` or `analytics.edit`.\n"]]