Method: floodlightActivities.list

Retrieves a list of floodlight activities, possibly filtered. This method supports paging.

HTTP request

GET https://dfareporting.googleapis.com/dfareporting/v3.5/userprofiles/{profileId}/floodlightActivities

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

Query parameters

Parameters
ids[]

string (int64 format)

Select only floodlight activities with the specified IDs. Must specify either

ids

,

advertiserId

, or

floodlightConfigurationId

for a non-empty result.

floodlightActivityGroupIds[]

string (int64 format)

Select only floodlight activities with the specified floodlight activity group IDs.

floodlightConfigurationId

string (int64 format)

Select only floodlight activities for the specified floodlight configuration ID. Must specify either

ids

,

advertiserId

, or

floodlightConfigurationId

for a non-empty result.

advertiserId

string (int64 format)

Select only floodlight activities for the specified advertiser ID. Must specify either

ids

,

advertiserId

, or

floodlightConfigurationId

for a non-empty result.

tagString

string

Select only floodlight activities with the specified tag string.

floodlightActivityGroupType

enum (FloodlightActivityGroupType)

Select only floodlight activities with the specified floodlight activity group type.

floodlightActivityGroupTagString

string

Select only floodlight activities with the specified floodlight activity group tag string.

floodlightActivityGroupName

string

Select only floodlight activities with the specified floodlight activity group name.

maxResults

integer

Maximum number of results to return.

pageToken

string

Value of the

nextPageToken

from the previous result page.

searchString

string

Allows searching for objects by name or ID. Wildcards (

*

) are allowed. For example,

"floodlightactivity*2015"

will return objects with names like

"floodlightactivity June 2015"

,

"floodlightactivity April 2015"

, or simply

"floodlightactivity 2015"

. Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of

"floodlightactivity"

will match objects with name

"my floodlightactivity activity"

,

"floodlightactivity 2015"

, or simply

"floodlightactivity"

.

sortField

enum (SortField)

Field by which to sort the list.

sortOrder

enum (SortOrder)

Order of sorted results.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

Floodlight Activity accountPermissionGroups.list Response

JSON representation
{
  "kind": string,
  "nextPageToken": string,
  "floodlightActivities": [
    {
      object (FloodlightActivity)
    }
  ]
}
Fields
kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#floodlightActivitiesListResponse"

.

nextPageToken

string

Pagination token to be used for the next list operation.

floodlightActivities[]

object (FloodlightActivity)

Floodlight activity collection.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking

FloodlightActivityGroupType

Enums
COUNTER
SALE

SortField

Enums
ID
NAME

SortOrder

Enums
ASCENDING
DESCENDING