- Reporting
- Signals
- Responses
- Prompts
- Configure
- Agent traffic
- Help & docs
- Utility
Everything for measuring and visualizing AI visibility — the core metrics, plus the Explorer charts and dashboards built on top of them.
Metrics
The four core analytics features. Each accepts the same set of filters: AI platform, country, persona, funnel stage, tags, topics, branded vs. non-branded prompts, and a date range.get_presence_metrics
get_presence_metrics
Returns brand mention rate (presence) over time — the percentage of AI responses where your brand is mentioned. Set
include_competitors=true to compare brands side by side.Example prompts- “How has our presence in ChatGPT trended over the last 90 days?”
- “Compare our mention rate vs. all tracked competitors over the past month.”
- “Show me weekly presence for our brand on Perplexity since January.”
get_position_metrics
get_position_metrics
Returns how often the brand appears in the top, middle, or bottom position within AI responses — relative to other brands mentioned in the same response.Example prompts
- “Are we showing up first or last when AI assistants list options in our category?”
- “What’s our average position on ChatGPT for consideration-stage prompts?”
get_sentiment_metrics
get_sentiment_metrics
Returns sentiment breakdown (positive, mixed, negative) for brand mentions in AI responses.Example prompts
- “What’s the sentiment trend for our brand on Perplexity in the last 30 days?”
- “Is sentiment improving or declining compared to last quarter?”
- “Compare our sentiment vs. our top competitor across all platforms.”
get_citations_metrics
get_citations_metrics
Returns how AI-cited URLs break down by ownership: brand-owned, competitor-owned, and third-party. Use
citation_owner to focus on one type, or brand_mentioned to filter by branded vs. non-branded prompts.Example prompts- “What share of citations come from third-party sites for our non-branded queries?”
- “Which competitor’s domains are getting cited the most in our category?”
- “How has our owned citation share changed over the last 60 days?”
Explorer
Turn a metric question into an interactive Scrunch Explorer chart or a saved dashboard. Both return a deep link that opens the Explorer pre-configured — great for exploring the data behind an answer or saving a view you’ll revisit.generate_explorer_chart
generate_explorer_chart
Builds an Explorer chart from a metric/breakdown/filter spec and returns a deep link that opens the Explorer with that chart already configured. Your assistant offers this after answering an analysis question so you can explore the chart behind the numbers. Supports line, bar, and pivot visualizations, breakdowns (e.g. by platform or competitor), custom date ranges, and comparison overlays.Example prompts
- “Chart our mention rate by AI platform over the last 30 days.”
- “Visualize our share of voice vs. our top 3 competitors, weekly.”
- “Show citations broken down by owner as a bar chart, and give me the link.”
create_explorer_dashboard
create_explorer_dashboard
Creates a saved dashboard of metric tiles for a brand and returns a deep link to it. Each tile uses the same spec as
generate_explorer_chart plus a title — mix a few headline “card” tiles with line/bar charts for trends and breakdowns.Example prompts- “Build a dashboard for Acme Coffee with presence, sentiment, and citation trends.”
- “Create a competitive dashboard comparing our share of voice against Blue Bottle and Stumptown.”
Custom queries
The four metrics features above cover the common questions. When a question needs a combination they don’t offer — an unusual grouping, a filter on a computed value, a period-over-period comparison — your assistant composes a query directly.query_metrics
query_metrics
Runs an aggregated metrics query against a defined vocabulary of dimensions and metrics. Composed like a SQL
GROUP BY: dimensions become group-by columns (date, AI platform, prompt topic, competitor) and metrics become the aggregates. Supports filters, filters on aggregate values, period-over-period comparison, and pagination. Defaults to the last 30 days, and every result reports the resolved date range it actually used.Example prompts- “Break down competitor mention rate by platform and month for Silk.”
- “Which prompt topics have a mention rate above 40%, and how many responses back each one?”
- “Compare our presence this quarter against last quarter, split by funnel stage.”
get_metric_glossary
get_metric_glossary
Returns exact definitions for every dimension and metric
query_metrics accepts — what each measures, its unit or scale, and how similar-sounding fields differ. This is the authoritative source for what a Scrunch metric means, so ask for it whenever a number needs interpreting.Example prompts- “What exactly does presence measure — does a citation of our domain count?”
- “What’s the difference between position and share of voice?”
- “List every metric I can group by platform.”
Saved patterns
Scrunch ships a curated catalog of query patterns — the same ones behind your dashboard tiles. Your assistant checks these before composing anything from scratch, so answers stay consistent with what the product shows you.list_query_patterns
list_query_patterns
Lists the curated query patterns available for a brand: the question each one answers, the metric fields it uses, and a product link that renders it. When a pattern already answers your question, your assistant points you at the product rather than recomputing the number.Example prompts
- “What standard reports can you run for this brand?”
- “Is there a saved view for citation ownership over time?”
get_query_pattern
get_query_pattern
Returns the full detail for one pattern: a ready-to-run query template, the product share link, and an Explorer deep link where the pattern maps to one. Used to adapt a pattern to different parameters — another topic, competitor, platform, or date range — instead of composing a new query.Example prompts
- “Run the citation-ownership pattern but for the last 7 days.”
- “Take the share-of-voice view and swap in our German competitors.”