Examples
These examples show realistic prompts, the kind of tools the agent may call, and representative output. The exact tools and sequence will vary between runs — agents choose their own approach based on the question. All data shown is illustrative.
1. Market Share Overview
What you ask:
Show me my market share in the UK for the last 30 days. Who are my top competitors and how do we compare?
Tools the agent may use:
list_accessible_accounts(location="United Kingdom")to find the right accountget_market_share(report_type="summary")for the high-level overviewget_market_share(report_type="detail", page_size=10)for competitor-level detail
What you get:
Here's your UK market share for the last 30 days:
Your Position:
- Share of Clicks: 18.5% (3rd in market)
- Share of Spend: 22.1%
- Average Position: 2.3
- Average CPC: $1.45
Market Overview: 87 active competitors. Market leader: competitor-a.com at 24.3% share of clicks.
Top 5 Competitors:
Competitor Share of Clicks Share of Spend Avg Position Search Terms competitor-a.com 24.3% 28.1% 1.8 2,450 competitor-b.co.uk 19.2% 17.5% 2.1 1,890 yourdomain.com 18.5% 22.1% 2.3 2,100 competitor-c.com 12.7% 10.3% 2.8 1,540 competitor-d.co.uk 8.4% 9.2% 3.1 980 You're spending more relative to your click share (22.1% spend vs 18.5% clicks), suggesting a higher CPC than average. competitor-b.co.uk achieves a similar share with lower relative spend — it could be worth analyzing their strategy.
2. Competitor Deep Dive
What you ask:
I want to understand what competitor-a.com is doing differently. Show me our search term overlap, their top ads, and how their share has trended over the last 3 months.
Tools the agent may use:
get_competitor_overlap(competitor=["competitor-a.com"])to analyze shared search termsget_ads(competitor=["competitor-a.com"], ad_format="text")to see their ad copiesget_market_trends(competitor=["competitor-a.com"])for their share over time
What you get:
Here's the deep dive on competitor-a.com over the last 3 months:
Search Term Overlap:
- Your search terms: 2,100
- Their search terms: 2,450
- Shared terms: 1,680 (overlap ratio: 80%)
- Terms only they bid on: 770
- Estimated clicks on shared terms: 45,200
They cover 80% of your terms plus 770 you're not present on — a significant gap.
Their Top Ads (most frequent):
- "Best Deals on [Category] | Free Shipping | competitor-a.com" — 340 search terms, avg position 1.8
- "Official [Category] Store | Price Match Guarantee" — 280 search terms, avg position 2.1
- "Save Up to 40% | [Category] Sale Now On" — 195 search terms, avg position 1.5
They lead with price/value messaging and frequently hold positions 1-2.
Share of Clicks Trend (weekly):
Period competitor-a.com You January 22.1% 19.8% February 23.5% 18.9% March 24.3% 18.5% Their share has grown +2.2pp over 3 months while yours declined -1.3pp. The gap is widening.
3. Brand Protection with SERP Tracker
SERP Tracker (formerly Infringement Tracker) returns rule matches — ads on the SERP that triggered a configured rule. A match is not a legal infringement. For trademark-specific cases use get_auto_takedown; for Google's enforcement outcomes on those cases use get_trademark_takedowns.
What you ask:
Check if any competitors are using our brand name in their ads. Show me SERP Tracker matches from the past two weeks.
Tools the agent may use:
get_serp_tracker(report_type="summary")for an overviewget_serp_tracker(report_type="matches", page_size=20)for specific matches
What you get:
SERP Tracker Summary (last 2 weeks):
- Total rule matches: 23
- Unique competitors matching rules: 5
- Unique search terms affected: 12
- Desktop: 15 matches | Mobile: 8 matches
Top Matching Competitors:
Competitor Matches shadydealer.com 9 bargain-outlet.co.uk 6 deals-compare.com 4 reseller-xyz.com 3 affiliate-site.net 1 Recent Matches (sample):
shadydealer.com on "yourbrand shoes sale" (Apr 11, desktop)
- Ad: "Official YourBrand Shoes - 50% Off Today Only"
- Display URL: shadydealer.com/yourbrand
bargain-outlet.co.uk on "buy yourbrand online" (Apr 10, mobile)
- Ad: "YourBrand Products - Lowest Prices Guaranteed"
- Display URL: bargain-outlet.co.uk
shadydealer.com is the most active match source with 9 matches, specifically targeting brand + product terms with misleading "Official" claims. If you want to pursue trademark enforcement against them, check
get_auto_takedownfor trademark-specific detections that Google will action.
4. Search Term Opportunities
What you ask:
Find search term opportunities — terms my competitors are bidding on that I'm missing. Focus on high-traffic terms.
Tools the agent may use:
get_search_terms(report_type="opportunities_summary")for an overviewget_search_terms(report_type="opportunities", order_by="estimated_clicks", page_size=20)for the top gaps
What you get:
Search Term Opportunities Overview:
There are terms your competitors actively bid on where you have no presence. Here are the highest-traffic gaps:
Search Term Est. Clicks Competitors Top Competitor Avg Position best [category] deals 2026 1,240 8 competitor-a.com 1.5 [category] comparison tool 890 6 competitor-b.co.uk 2.0 cheap [category] uk delivery 720 5 competitor-c.com 1.8 [category] reviews and prices 680 7 competitor-a.com 2.3 buy [category] online discount 550 4 competitor-d.co.uk 1.9 The top 5 opportunities alone represent ~4,080 clicks you're currently missing. "best [category] deals 2026" is particularly notable — 8 competitors are active there.
These are all high-intent commercial terms. Adding them to your campaigns could capture significant additional traffic.
Note
Search term opportunities are limited to the last 30 days of data.
5. AI Overview Tracking
What you ask:
How often are AI Overviews appearing for our search terms? Which terms trigger them most?
Tools the agent may use:
get_ai_overview(report_type="overview")for frequency trendsget_ai_overview(report_type="search_terms", order_by="frequency", page_size=10)for the most affected terms
What you get:
AI Overview Appearances (last 6 weeks):
AI Overviews are appearing on approximately 34% of your tracked search terms, up from 28% at the start of March.
Weekly Trend:
Week AI Overview Frequency Mar 2 28.3% Mar 9 29.1% Mar 16 30.5% Mar 23 31.8% Mar 30 33.2% Apr 6 34.1% Top Terms with AI Overviews:
Search Term AI Overview Frequency Est. Impressions what is [category] 92% 15,400 [category] vs [alternative] 88% 8,900 best [category] for [use case] 85% 12,200 how to choose [category] 82% 6,700 [category] buying guide 79% 5,100 Informational and comparison queries are most heavily affected. These are the terms where your paid ads may be pushed below the fold by AI-generated answers. Consider adjusting your strategy — they may require different creative approaches or bid adjustments to maintain visibility.
Note
AI Overview data requires start_date on or after 2025-07-31.
6. AI Overview Deep Dive (Premium)
What you ask:
How is our brand being cited in AI Overviews? What's the sentiment, and how does it affect our CTR?
Tools the agent may use:
get_ai_overview_content(report_type="content")for citation frequency, sentiment, and themesget_ai_overview_content(report_type="competitors")for top cited domainsget_ai_overview_impact(report_type="impact")for CTR/CPC with vs without AI Overviewget_ai_overview_impact(report_type="search_terms", bucket_label=["100"])to drill into fully-affected terms
What you get:
AI Overview Content Analysis (last 30 days):
Your brand is cited in 41% of AI Overviews across your tracked search terms.
Sentiment Breakdown:
Sentiment Share Favourable 38% Neutral 29% Comparative Balanced 18% Unfavourable 10% Inconclusive 5% Top Themes in AI Overviews:
Theme Share Comparison 32% Review 25% How-to 19% FAQ 14% Problem Solving 10% Top Cited Domains:
Domain Citation Share yourdomain.com 41% competitor-a.com 28% competitor-b.co.uk 15% review-site.com 9% news-outlet.com 7% CTR/CPC Impact:
Metric With AI Overview Without AI Overview CTR 2.8% 4.1% CPC $1.20 - $1.85 $0.95 - $1.40 AI Overviews reduce your CTR by approximately 1.3 percentage points and increase CPC. The 412 search terms with 100% AI Overview frequency are most affected — consider adjusting bids or creative for those terms.
Note
AI Overview Content and Impact are premium features. They default to a rolling 30-day window when no dates are provided, but you can pass start_date and end_date to narrow the range (must be within the last 30 days).
7. LLM Performance Analysis
What you ask:
How is our brand performing in ChatGPT and Perplexity? Which domains are cited most, and how healthy are our prompts?
Tools the agent may use:
get_llm_prompts(report_type="prompt_groups")to discover available prompt groupsget_llm_performance(report_type="domain_trends", segment_by=["engine"])for citation trends by engineget_llm_performance(report_type="domain_performance")for per-domain scoresget_llm_prompt_metrics(report_type="prompts", page_size=10)for per-prompt health status
What you get:
LLM Domain Performance (last 30 days):
Your domain is cited in LLM responses across both ChatGPT and Perplexity. Here are the top-performing domains:
Domain Performance Score Citation Frequency Avg Position competitor-a.com 87.3 32.1% 2.1 yourdomain.com 72.5 24.8% 2.8 competitor-b.co.uk 58.9 18.3% 3.4 review-site.com 41.2 12.5% 4.1 news-outlet.com 23.8 7.2% 5.3 ChatGPT vs Perplexity:
Engine Your Citation Frequency Your Avg Position ChatGPT 28.4% 2.5 Perplexity 19.1% 3.2 You're cited more frequently in ChatGPT, with better positioning.
Prompt Health Status:
Prompt Group Engine Health Brand Mentioned Competitors best [category] brands Brand chatgpt STRONG Yes competitor-a.com [category] comparison Generic chatgpt ATTENTION Yes competitor-a.com, competitor-b.co.uk cheapest [category] Price perplexity AT_RISK No competitor-c.com [category] reviews Reviews chatgpt STRONG Yes review-site.com 3 out of 4 prompts show your brand is mentioned, but the "cheapest [category]" prompt on Perplexity is AT_RISK — your brand isn't mentioned at all. Consider strengthening your price-competitive content to improve visibility on that prompt.
Note
LLM Performance data requires start_date within the last 30 days. The prompt metrics endpoint always segments by engine — you get separate results for ChatGPT and Perplexity automatically.
8. AI Ads Intelligence Visibility
What you ask:
How are we performing in paid LLM ad placements? Show me overall ad presence, the top competitors, and where we have gaps or greenfield prompts.
Tools the agent may use:
get_llm_prompts(report_type="prompt_groups")to confirm the "Adthena LLM Ads" group is configuredget_ai_ads_intelligence(report_type="performance_trends", segment_by=["engine"])for ad presence trends per engineget_ai_ads_intelligence(report_type="advertiser_share_trends", max_number_of_domains=5)for share of adsget_ai_ads_intelligence(report_type="prompts_analysis", prompt_status="gap")for gap promptsget_ai_ads_intelligence(report_type="prompts_analysis")then filter foris_greenfield=truefor uncontested wins
What you get:
AI Ads Intelligence Presence (last 14 days, by engine):
Engine Ad Presence Rate Prompts With Ads Total Prompts Competitors Detected Top Competitor chatgpt 41.2% 38 / 92 92 12 competitor-a.com (24.1%) googleai 28.7% 26 / 92 92 9 competitor-a.com (19.4%) The brand appears in 41% of ChatGPT scrapes but only 29% of Google AI — a 12pp gap. ChatGPT has more competitor noise (12 distinct competitors) but the brand also wins more often there.
Share of Ads — Top 5 Competitors (last 14 days, aggregated engines):
Advertiser Domain Share of Ads Your Brand yourdomain.com 22.8% Competitor A competitor-a.com 21.7% Competitor B competitor-b.co.uk 14.2% Competitor C competitor-c.com 9.5% Competitor D competitor-d.com 6.1% The brand row is always included alongside the top 5 competitors. The brand and competitor-a.com are neck-and-neck.
Gap Prompts (
prompt_status="gap", ordered by top_competitor_rate):
Prompt Your Detection Top Competitor Their Rate Competitors "cheapest [category] uk" — competitor-c.com 78% 4 "[category] discount code" — competitor-d.com 65% 3 "best [category] under £100" — competitor-a.com 54% 5 On these prompts the
your_ads_detection_ratefield is omitted from the response (the key is absent) — the brand had zero detections. The dash above represents that omission, not a zero value. In context the practical meaning is the same: the brand is invisible on these prompts.Greenfield Prompts (
is_greenfield=true):
Prompt Your Detection Rate "yourbrand outlet store" 92% "yourbrand member discount" 87% "yourbrand return policy" 81% These prompts have no
top_competitorfield in the response — no competitors were detected at all (is_greenfield: trueis set explicitly). The brand wins these uncontested. Defend these positions; competitor-a.com is the most likely future entrant based on its activity elsewhere.
Note
AI Ads Intelligence requires start_date within the last 30 days. Engines are chatgpt and googleai. See Tool Reference → How to read AI Ads Intelligence responses for the field-omission and zero-fill rules.