KPIs & metrics
Finseo measures how visible your brand is in AI answers from ChatGPT, Perplexity, Gemini, Claude and other models. This page defines every metric precisely — what it counts, how it is calculated, and what a good number looks like. All metrics are available in the dashboard, the REST API and the MCP server, and every metric shows a change indicator comparing the selected timeframe to the previous period of the same length.The running example
The formulas below all use this example: you track 20 prompts across 2 models, so one day produces 40 AI answers. Your brand is Acme.- Acme appears in 18 of the 40 answers.
- Across all 40 answers, AI models name brands 120 times in total (all brands combined).
- Acme is named 24 times (a single answer can mention you more than once).
Presence metrics
Visibility
The share of AI answers in which your brand appears at all.Mentions
The total number of times your brand is named in the selected timeframe. Unlike Visibility, Mentions counts every occurrence — if one answer names Acme three times, that is 1 toward Visibility but 3 Mentions. Example: 24 mentions across 18 answers. Use Mentions to gauge how prominently you feature inside answers; use Visibility to gauge how often you feature at all.Model Visibility
Visibility broken down per AI model (ChatGPT, Perplexity, Gemini, Claude, Grok, Mistral, DeepSeek, Copilot, Google AI Overview, Google AI Mode). Models draw on different sources and training data, so it is normal to be strong on one model and invisible on another. A gap between models usually points to which sources each model relies on — check Top Sources per model to find out where to invest.Competitive metrics
Share of Voice (SoV)
Your slice of the total brand conversation — your answers as a percentage of all brand appearances across every brand.Average Position
The average order in which your brand is named among the brands in an answer. Displayed as an absolute value, e.g.#2.6. Lower is better.
If an answer recommends “1. Acme, 2. Beta, 3. Gamma”, Acme has position #1 in that answer. Averaged across all answers where you appear:
#1 Share
The percentage of your answers in which you are the FIRST brand named.Top-3 Share
The percentage of your answers in which you are among the first three brands named.Head-to-Head (H2H)
Against one specific competitor: the percentage of answers naming BOTH brands where yours is named first. Ties are excluded.Placement metrics
Mention Depth
How deep in the answer text your mention appears, on average. 0% = the very top of the answer, 100% = the very end. Lower is better.Source metrics
Citations
The number of AI answers that cited one of your domains as a source. Each answer counts once, even if it links your domain several times. Citations measure something different from Mentions: a mention is the AI talking about you, a citation is the AI sourcing from you. You can be mentioned without being cited (the model knows you from training data) and cited without being mentioned (your content informs an answer about someone else).Citation Share
Your citations as a percentage of all brands’ citations in the project.Quality metrics
Sentiment
How positively AI models describe your brand, scored 0–100. Finseo analyzes the language around each mention — words like “reliable”, “market leader” or “excellent support” score positive; “expensive”, “complicated” or “mixed reviews” score negative. Scores roughly read as:
Sentiment is tracked per aspect (price, quality, support, …) and per competitor, so you can see not just that perception dipped but which aspect drove it.
Reading the metrics together
The metrics form a funnel — each answers a different question:Accessing metrics programmatically
- REST API —
GET /v1/projects/{projectId}/metrics/dailyand/metrics/timeseries - MCP server —
get_visibility_metrics,get_visibility_timeseries,get_competitor_ranking,get_competitor_h2h,get_sentiment_overviewand more; see the MCP overview