Appearance
Analytics Area
BETA
Agent Gateway is in BETA, and we're continuing to expand its capabilities. Your feedback helps shape what we build next—reach out to us through Relewise Support.
The Analytics Area provides read-only Search performance and attributed revenue insights. Use it to find popular searches, investigate searches with few clicks or no results, identify trends, and evaluate revenue.
Get Started covers connection and access setup. REST paths below are relative to the Dataset base URL.
Available Capabilities
| Capability | REST Endpoint | MCP Tool |
|---|---|---|
| Search overview | POST /analytics/search/overview | fetch_search_analytics_overview |
| Filter options | POST /analytics/search/filter-options | fetch_search_analytics_filter_options |
| Popular searches | POST /analytics/search/popular | fetch_popular_searches |
| Searches with a low click rate | POST /analytics/search/low-click-rate | fetch_low_click_rate_searches |
| Searches trending up | POST /analytics/search/trending-up | fetch_searches_trending_up |
| Searches trending down | POST /analytics/search/trending-down | fetch_searches_trending_down |
| Searches without results | POST /analytics/search/without-results | fetch_searches_without_results |
| Revenue analytics | GET /analytics/revenue | fetch_revenue_analytics |
Search Analytics
Start with the Search overview for a broad picture, or choose a focused Search Term list:
- Popular searches identifies the most frequently searched terms.
- Low-click-rate searches helps identify opportunities to improve engagement.
- Searches trending up or down compares the requested period with the preceding equivalent period.
- Searches without results identifies terms returning no results, ranked by search count.
Search Analytics covers Product Searches made by identified users; anonymous Product Searches are excluded.
Choose an inclusive date range and a language. Use Dataset metadata to discover languages and filter options to find valid currencies, channels, subchannels, and Classification Values. Available filters depend on current selections; for example, subchannels depend on the selected channel.
The five Search Term lists support page-number pagination through REST and MCP.
Revenue Analytics
Choose an inclusive date range and currency to inspect attributed revenue across the Dataset, request locations, and recommendation types.
Results include display-ready and numeric measurements, plus daily Revenue series for the Dataset and each recommendation type. Series contain available data and may have gaps within the requested period.
For complete inputs and response schemas, use the API reference or MCP tool discovery.