Required. The ID of the partner through which the Floodlight activities are being accessed.
pageSize
integer
Optional. Requested page size. Must be between 1 and 100. If unspecified will default to 100. Returns error code INVALID_ARGUMENT if an invalid value is specified.
pageToken
string
Optional. A token identifying a page of results the server should return. Typically, this is the value of nextPageToken returned from the previous call to floodlightActivities.list method. If not specified, the first page of results will be returned.
orderBy
string
Optional. Field by which to sort the list. Acceptable values are:
displayName (default)
floodlightActivityId
The default sorting order is ascending. To specify descending order for a field, a suffix "desc" should be added to the field name. Example: displayName desc.
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
A token to retrieve the next page of results. Pass this value in the pageToken field in the subsequent call to floodlightActivities.list method to retrieve the next page of results.
[[["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-09 UTC."],[[["Lists Floodlight activities within a specified Floodlight group using the `floodlightActivities.list` method."],["Requires specifying the `floodlightGroupId` and `partnerId` as path and query parameters, respectively."],["Allows for pagination using `pageSize` and `pageToken` query parameters, and sorting results by `displayName` or `floodlightActivityId`."],["Returns a list of Floodlight activities with details and a token for retrieving subsequent pages if available."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This API endpoint retrieves a list of Floodlight activities within a specified Floodlight group. Key actions include sending a `GET` request to the provided URL, including the required `floodlightGroupId` and `partnerId`. Optional `pageSize`, `pageToken`, and `orderBy` query parameters allow for result pagination and sorting. The request body must be empty, and the response contains a list of `floodlightActivities` and a `nextPageToken` for further pagination.\n"]]