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 displayVideo360AdvertiserLinkProposals.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to displayVideo360AdvertiserLinkProposals.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for displayVideo360AdvertiserLinkProposals.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 existing DisplayVideo360AdvertiserLinkProposals on a specified Google Analytics 4 property."],["The API request requires a `parent` parameter indicating the property ID and accepts optional pagination parameters (`pageSize`, `pageToken`)."],["A successful response includes a list of DisplayVideo360AdvertiserLinkProposals and a token for retrieving subsequent pages, if available."],["Appropriate authorization with either `analytics.readonly` or `analytics.edit` scope is necessary."]]],["This outlines how to list `DisplayVideo360AdvertiserLinkProposals` on a property using a `GET` request to the specified URL. The request uses path parameters, including a required `parent` parameter in the format of `properties/1234`. Optional query parameters, `pageSize` and `pageToken`, manage the returned data. The request body must be empty. The successful response contains an array of `DisplayVideo360AdvertiserLinkProposals` objects and a `nextPageToken` for pagination and requires specific OAuth scopes for authorization.\n"]]