Report Type: floodlightActivity

  • Floodlight activity configuration attributes can be retrieved through an asynchronous report using the Reports.request() method.

  • The report type must be specified as "reportType": "floodlightActivity" in the request body.

  • The report allows you to request and filter data using attributes like status, creationTimestamp, floodlightActivity, and more.

  • A comprehensive table outlines all available column names, their descriptions, data types, and whether they can be used for filtering.

  • You can customize the report by specifying headerText, startDate, and endDate for each column.

Configuration attributes for Floodlight activities.

This report can only be returned by an asynchronous request (that is, via the Reports.request() method).

Request excerpt

Send a regular Reports.request() request body, but specify "reportType": "floodlightActivity".

{
...
  "reportType": "floodlightActivity",
  "columns": [
    {
      "columnName": string,
      "headerText": string,
      "startDate": string,
      "endDate": string
    }
  ],
  "filters": [
    {
      "column": {
        "columnName": string,
      },
      ...
    },
    ...
  ],
...
}

For each column that you want returned or filtered in the report, specify the columnName listed in the table below. You can also optionally specify headerText, startDate, and endDate. Note that some columns cannot be filtered; refer to "Filterable" in the table below.

columnNameDescriptionBehaviorTypeFilterable
status The status of the Floodlight activity: Active or Removed. attribute Status Yes
creationTimestamp Timestamp of the Floodlight activity's creation, formatted in ISO 8601. attribute Timestamp Yes
lastModifiedTimestamp Timestamp of the Floodlight activity's most recent modification, formatted in ISO 8601. attribute Timestamp Yes
floodlightGroup Floodlight group name. attribute String Yes
floodlightGroupConversionType The type of conversions generated by Floodlight activities in this group: Action or Transaction. attribute Conversion type Yes
floodlightGroupId DS Floodlight group ID. attribute ID Yes
floodlightGroupTag Floodlight group tag. attribute String Yes
floodlightConfigurationId Campaign manager Floodlight configuration ID. attribute ID Yes
floodlightActivity Floodlight activity name. attribute String Yes
floodlightActivityId DS Floodlight activity ID. attribute ID Yes
floodlightActivityTag Floodlight activity tag. attribute String Yes
agency Agency name. attribute String Yes
agencyId DS agency ID. attribute ID Yes
advertiser Advertiser name. attribute String Yes
advertiserId DS advertiser ID. attribute ID Yes