Skip to main content
Enumerates every field accepted by the filters parameter on query_ad_metrics, list_events, and list_contacts. For each field, returns the type and the operators that type allows.

When to use

  • Before authoring a filters object when you’re not certain of the slug or which operator is valid for the type.
  • Avoids the [validation_error] round-trip from ReportDataValidator.

Parameters

Output

Tip

Custom profile fields (profile_field_*) are typed by slot range:
  • profile_field_1profile_field_15 → text
  • profile_field_16profile_field_25 → number
  • profile_field_26profile_field_30 → date
The default scope hides profile-field slots without a configured label so the agent isn’t tempted to filter on slots that hold no data.