2024-01-26
▼ ▲ displayvideo.floodlightGroups.floodlightActivities.get
Path : v2/floodlightGroups/{+floodlightGroupId}/floodlightActivities/{+floodlightActivityId}
Flat Path : v2/floodlightGroups/{floodlightGroupsId}/floodlightActivities/{floodlightActivitiesId}
HTTP Method : GET
Parameters :
floodlightGroupId
Description : Required. The ID of the parent Floodlight group to which the requested Floodlight activity belongs.
Pattern : ^[^/]+$
Location : path
Required : Yes
Type : string
Format : int64
floodlightActivityId
Description : Required. The ID of the Floodlight activity to fetch.
Pattern : ^[^/]+$
Location : path
Required : Yes
Type : string
Format : int64
partnerId
Description : Required. The ID of the partner through which the Floodlight activity is being accessed.
Location : query
Type : string
Format : int64
Parameter Order :
Scopes : https://www.googleapis.com/auth/display-video
Description : Gets a Floodlight activity.
▼ ▲ displayvideo.floodlightGroups.floodlightActivities.list
Path : v2/floodlightGroups/{+floodlightGroupId}/floodlightActivities
Flat Path : v2/floodlightGroups/{floodlightGroupsId}/floodlightActivities
HTTP Method : GET
Parameters :
floodlightGroupId
Description : Required. The ID of the parent Floodlight group to which the requested Floodlight activities belong.
Pattern : ^[^/]+$
Location : path
Required : Yes
Type : string
Format : int64
partnerId
Description : Required. The ID of the partner through which the Floodlight activities are being accessed.
Location : query
Type : string
Format : int64
pageSize
Description : 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.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListFloodlightActivities` method. If not specified, the first page of results will be returned.
Location : query
Type : string
orderBy
Description : 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`.
Location : query
Type : string
Parameter Order : floodlightGroupId
Scopes : https://www.googleapis.com/auth/display-video
Description : Lists Floodlight activities in a Floodlight group.