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, your domain isacme.com.
- Acme is named in the text of 18 of the 40 answers.
acme.comis cited as a source in 8 answers — 6 of those also name Acme, 2 only link to it.- Acme is therefore visible in 20 answers (18 named + 2 cited-only).
- Across all 40 answers, AI models name brands 120 times in total (all brands combined).
Presence metrics
A brand can show up in an AI answer in two ways: the model names it in the answer text, or it cites one of the brand’s domains as a source. Finseo tracks both and reports them separately — and combines them into Visibility.Visibility
The share of AI answers in which your brand is visible at all — named in the text OR cited as a source.Mention Rate
The share of AI answers that name your brand in the answer text.Citation Rate
The share of AI answers that cite one of your domains as a source.acme.de, shop.acme.com).
Mention Rate and Citation Rate are not additive: 45% + 20% = 65%, but Visibility is 50%, because 6 answers count in both.
Visibility Mix
The dashboard’s Breakdown view splits Visibility into three non-overlapping segments that add up exactly to Visibility:
“Cited only” is the most actionable segment: the model already trusts your content but does not attribute it to you — usually a sign that brand and product names are missing from the cited pages.
Mentions
The number of AI answers that name your brand in the selected timeframe. Each answer counts once, no matter how often it repeats your name. Mentions is the absolute count behind Mention Rate: 18 mentions in our example, so Mention Rate = 18 ÷ 40 = 45%. Use Mentions when you need volumes (e.g. for reporting), Mention Rate when you compare periods or models with different answer counts.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 is the absolute count behind Citation Rate: 8 citations in our example → 8 ÷ 40 = 20%. 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). Both count toward Visibility.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(visibilityRate,mentionRate,citationRate, …),/metrics/timeseriesand/competitors - MCP server —
get_visibility_metrics,get_visibility_timeseries,get_competitor_ranking,get_competitor_h2h,get_sentiment_overviewand more; see the MCP overview