Inputs
SelectItem
Output
Type:List[Dict]
Returns the list of floodlight activities with full details.
Fields: dynamic (depend on the inputs)Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists DV360 floodlight activities (conversion tracking) in a floodlight group
| App | DV360 |
| Operation ID | dv360_list_floodlight_activities |
| Type | Action |
| Connection | dv360 (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| 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. |
| 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. |
List[Dict]
Returns the list of floodlight activities with full details.
Fields: dynamic (depend on the inputs)