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-03-27 UTC."],[],["This document details how to list Floodlight activities within a specified Floodlight group using the Display & Video 360 API v4. The `GET` request requires the `floodlightGroupId` and `partnerId` as mandatory parameters. Optional parameters include `pageSize`, `pageToken`, and `orderBy` for pagination and sorting. The response includes a list of `floodlightActivities` and a `nextPageToken` for subsequent page retrieval. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope. The request body must be empty.\n"]]