The headline number on every Visibility tile in the Profound app, plus theDocumentation Index
Fetch the complete documentation index at: https://docs.tryprofound.com/llms.txt
Use this file to discover all available pages before exploring further.
+1.0 pp badge beside it. Same call twice — current window and
prior window of equal length — and diff the two scores.
How this example works
- Aggregate, not time-series. Omit
datefromdimensions; filter onasset_name. Response has one row with a single traffic-weighted score. - Run the same call twice — once for the current window, once for the prior window of equal length — then subtract.
- Read positions from
info.query.metrics. Don’t hardcode array indices.
Available metrics
Swapvisibility_score for any of these to get a different KPI tile:
| Metric | What it is | Format | Direction |
|---|---|---|---|
visibility_score | Fraction of answers the asset appeared in | Percent | Higher is better |
share_of_voice | Fraction of all mentions the asset accounts for | Percent | Higher is better |
average_position | Average rank when the asset is mentioned | Rank | Lower is better |
mentions_count | Raw count of mentions | Number | Higher is better |
executions | Number of prompts run | Number | Higher is better |
average_position, flip the delta’s color logic — a negative delta
is an improvement.
Common follow-ups
Plot the same metric over time
Add
date to dimensions to build a daily line chart.Headline + daily series, together
Why the headline call and the chart call return different numbers.