Inputs
FilterItem
SelectableOption
Output
Type:List[Dict]
Returns list of accounts with label (account name), value (account ID), and managerId.
Fields: label, value, managerIdDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Select Google Ads accounts once and reuse them across multiple gads_get_report nodes—no repeated account selection
| App | Google Ads |
| Operation ID | gads_select_accounts |
| Type | Action |
| Connection | gads (required) |
| Credits per run | Free |
| Agent / MCP tool | Yes |
| Versions | 1, 2 (default: 2) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
selection_mode | string or SelectableOption | Yes | - | Selection mode for accounts. Available options: ‘manual’: User can pick accounts from a dropdown in the UI in the node settings. ‘all’: Select all available accounts the user has access to. ‘filter’: User can filter accounts by name or ID. |
accounts | array (also accepts a comma-separated string) | No | - | List of accounts to select from. If not provided, the user will be prompted to select accounts in the UI. Only use if ‘selection_mode’ is ‘manual’. The accounts should be in the format: |
filters | array of FilterItem | No | - | List of filters to apply to the accounts. Each filter must have a field, operator, and value. Only use if ‘selection_mode’ is ‘filter’. The only available fields to filter by are: - ‘accountName’ - ‘accountId’ Filters are combined using AND logic. If you want to use OR logic, use relevant operators like REGEXP_MATCH or IN_LIST. |
limit | integer | No | - | The maximum number of accounts to return. If not provided, all accounts will be returned. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
field | string or SelectableOption | Yes | - | The field to filter on, must be one of the current selected metrics or dimensions. |
operator | string | Yes | - | The operator to use for filtering. Must be one of the supported values. Use REGEXP_MATCH to search/filter by multiple OR values like ’.(summer|holiday).’ |
value | string | Yes | - | The value to filter by, always as a string: text, a number, or a regex. For IN_LIST and NOT_IN_LIST, pass the values as one comma-separated string such as ‘a,b,c’, not as an array. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
List[Dict]
Returns list of accounts with label (account name), value (account ID), and managerId.
Fields: label, value, managerId