The Select Accounts node lets you define which TikTok Ads accounts to use in downstream nodes. You can select them manually, fetch all available, or use filters. This is an AI-powered node that can understand natural language instructions.

This node simplifies workflows with multiple TikTok Ads steps by centralizing account selection.


When to Use It

Use this node when:

  • You want to avoid selecting the same TikTok Ads accounts in every report node
  • You’re building larger workflows and want to manage account selection dynamically
  • You need to reuse a filtered group of accounts based on naming or ID
  • Building an AI agent that needs to list accounts before running reports

Inputs

FieldTypeRequiredDescription
Selection ModeSelect dropdownYesChoose how to define your accounts: manual, all, or filtered
AccountsMulti-selectYes (manual)Manually select TikTok Ads accounts to use in later nodes
FiltersText filterYes (if filter mode)Filter accounts by name or ID using text conditions
LimitNumberNoMax number of accounts to return in filter or all mode

Selection Modes

  • Manual Selection: Pick specific accounts one by one
  • Select All Available: Automatically includes all TikTok Ads accounts tied to the authenticated connection
  • Filter by Name/ID: Define rules (e.g., “Name contains ‘brand’”) to select accounts dynamically

The Accounts, Filters, and Limit fields will appear or hide automatically based on your selection mode.


Output

The node returns the selected account IDs and account information under a data key. You can reference this in any downstream TikTok Ads node.

Account Selection Output:

  • Account IDs: Unique identifiers for selected accounts
  • Account Names: Human-readable names for each account
  • Account Status: Active/inactive status information
  • Permissions: Available operations for each account

Credit Cost

  • Cost per run: Free to use (0 credits)

Example Use Case

Let’s say you run daily reports for multiple TikTok Ads accounts:

[Recurring Schedule] → [Select Accounts] → [Get Report A]
                                        → [Get Report B]
                                        → [Analyze Data]

Now you only have to define the account list once. Each report node can reference it via:

Insert Dynamic Data → Select Accounts → Accounts

Configuration Tips

  • Authentication: Ensure your TikTok Ads connection is properly configured and has necessary permissions
  • Account Access: Verify you have access to all accounts you want to select
  • Naming Conventions: Use consistent account naming for easier filtering
  • Error Handling: Configure retry policies for reliable automation
  • Testing: Use test mode to validate your configuration before going live

FAQs