The Select Properties node lets you define which GA4 properties to use in downstream analytics nodes like Get Report. You can select them manually, fetch all available, or use filters.

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


When to Use It

Use this node when:

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

Inputs

FieldTypeRequiredDescription
Selection ModeSelect dropdownYesChoose how to define your properties: manual, all, or filtered
PropertiesMulti-selectYes (manual)Manually select up to 5 properties to use in later nodes
FiltersText filterYes (if filter mode)Filter properties by name or ID using text conditions
LimitNumberNoMax number of properties to return (1–10,000) in filter or all mode

Selection Modes

  • Manual Selection: Pick specific properties one by one (max 5).
  • Select All Available: Automatically includes all GA4 properties tied to the authenticated account.
  • Filter by Name/ID: Define rules (e.g., “Name contains ‘store’”) to select properties dynamically.

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


Output

The node returns the selected property IDs under a data key. You can reference this in any downstream node like Get Report.


Example Use Case

Let’s say you run daily reports for 10 GA4 properties:

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

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

Insert Dynamic Data → Select Properties → Properties

Credit Cost

  • Cost per run: Free (does not consume credits)

FAQs