보고서에서 반환하거나 필터링하려는 각 열에 대해
아래 표에 나열된 columnName를 지정해야 합니다.
원하는 경우
headerText,
startDate,
및 endDate를 선택합니다.
일부 열은 필터링할 수 없습니다. 자세한 내용은 '필터링 가능' 를 참조하세요.
columnName
설명
동작
유형
필터링 가능
status
플러드라이트 활동의 상태입니다(Active 또는 Removed).
속성
Status
예
creationTimestamp
ISO 8601 형식의 플러드라이트 활동 생성의 타임스탬프입니다.
속성
Timestamp
예
lastModifiedTimestamp
플러드라이트 활동의 가장 최근 수정사항의 타임스탬프로, ISO 8601 형식으로 지정됩니다.
속성
Timestamp
예
floodlightGroup
플러드라이트 그룹 이름
속성
String
예
floodlightGroupConversionType
Action 또는 Transaction 그룹의 플러드라이트 활동에 의해 생성된 전환 유형입니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-05-08(UTC)"],[[["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."]]],["To generate a report on Floodlight activity attributes, use an asynchronous `Reports.request()` method and specify `\"reportType\": \"floodlightActivity\"`. Define the report's structure using `\"columns\"` and `\"filters\"`, listing `columnName` for each desired attribute. Additional `headerText`, `startDate`, and `endDate` fields can also be specified in the column. The report details Floodlight attributes such as `status`, `creationTimestamp`, `floodlightGroup`, and associated IDs, and if they are `filterable`.\n"]]