> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Floodlight Activities

> Lists DV360 floodlight activities (conversion tracking) in a floodlight group

Lists DV360 floodlight activities (conversion tracking) in a floodlight group. Use the returned activity IDs for line item conversion counting. The floodlight group ID comes from the DV360 UI.

|                      |                                    |
| -------------------- | ---------------------------------- |
| **App**              | DV360                              |
| **Operation ID**     | `dv360_list_floodlight_activities` |
| **Type**             | Action                             |
| **Connection**       | `dv360` (required)                 |
| **Credits per run**  | 1                                  |
| **Agent / MCP tool** | Yes                                |

## Inputs

| Field                 | Type                 | Required | Default | Description                                                                                                                                                             |
| --------------------- | -------------------- | -------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`             | DynamicAccount       | Yes      | -       | Select the DV360 advertiser. Its partner ID is resolved automatically for the floodlight lookup.                                                                        |
| `floodlight_group_id` | string or SelectItem | Yes      | -       | ID of the Floodlight group the activities belong to. Find it in the DV360 UI under the partner's Floodlight settings; there is no API method to list Floodlight groups. |
| `search_query`        | string               | No       | -       | Optional text filter applied to activity display names (case-insensitive substring match).                                                                              |
| `limit`               | integer              | No       | `100`   | Maximum number of floodlight activities to return. Default: 100.                                                                                                        |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

## Output

**Type**: `List[Dict]`

Returns the list of floodlight activities with full details.

**Fields**: dynamic (depend on the inputs)
