Floodlight 活動的設定屬性。
這份報表只能由非同步要求 (也就是透過 Reports.request() 方法)。
要求摘錄
      定期傳送
      Reports.request()
      但指定 "reportType": "floodlightActivity"
    
{
...
  "reportType": "floodlightActivity",
  "columns": [
    {
      "columnName": string,
      "headerText": string,
      "startDate": string,
      "endDate": string
    }
  ],
  "filters": [
    {
      "column": {
        "columnName": string,
      },
      ...
    },
    ...
  ],
...
}
        對於要在報表中傳回或篩選的資料欄中,
        指定下表所列的 columnName。
        您也可以選擇指定
        headerText、
        startDate,
        和 endDate。
        請注意,部分資料欄無法篩選;請參閱「可篩選」。
      
| columnName | 說明 | 行為 | 類型 | 是否可篩選 | 
|---|---|---|---|---|
| status | Floodlight 活動的狀態: Active或Removed。 | 屬性 | Status | 是 | 
| creationTimestamp | Floodlight 活動的建立時間戳記,以 ISO 8601 格式表示。 | 屬性 | Timestamp | 是 | 
| lastModifiedTimestamp | Floodlight 活動最近一次修改的時間戳記,以 ISO 8601 格式表示。 | 屬性 | Timestamp | 是 | 
| floodlightGroup | Floodlight 群組名稱。 | 屬性 | String | 是 | 
| floodlightGroupConversionType | 這個群組中的 Floodlight 活動產生的轉換類型: Action或Transaction。 | 屬性 | Conversion type | 是 | 
| floodlightGroupId | DS Floodlight 群組 ID。 | 屬性 | ID | 是 | 
| floodlightGroupTag | Floodlight 群組代碼。 | 屬性 | String | 是 | 
| floodlightConfigurationId | Campaign Manager Floodlight 設定 ID。 | 屬性 | ID | 是 | 
| floodlightActivity | Floodlight 活動名稱。 | 屬性 | String | 是 | 
| floodlightActivityId | DS Floodlight 活動 ID。 | 屬性 | ID | 是 | 
| floodlightActivityTag | Floodlight 活動代碼。 | 屬性 | String | 是 | 
| agency | 代理商名稱。 | 屬性 | String | 是 | 
| agencyId | DS 代理商 ID。 | 屬性 | ID | 是 | 
| advertiser | 廣告客戶名稱。 | 屬性 | String | 是 | 
| advertiserId | DS 廣告主 ID。 | 屬性 | ID | 是 | 
