Skip to main content
Alternative names and terms for a measure that help the AI query helper and AI Assistant match user queries to the correct field. When users ask questions using different terminology, synonyms help the AI understand which measure they mean. Refer to the Optimizing models for AI guide for more information on best practices.

Syntax

<measure_name>:
  synonyms: [<synonym_1>, <synonym_2>, ...]

Properties

measure_name
object[]
The name of the measure.

Examples

Revenue synonyms
total_revenue:
  synonyms: [sales, income, earnings, gross revenue, top line]
Customer count synonyms
customer_count:
  synonyms: [number of customers, customer total, client count, user count]
Average order value synonyms
avg_order_value:
  synonyms: [AOV, average basket size, average transaction value, mean order value]