Programmatic access to performance and usage metrics
VKRA provides comprehensive analytics to help you understand how your agent's recommendations are performing. You can access this data programmatically to build custom dashboards or optimize your integration.
Track your API consumption and rate limit status over time.
GET /usage
| Parameter | Type | Description |
|---|---|---|
start_date | string | ISO 8601 timestamp. Defaults to 30 days ago. |
end_date | string | ISO 8601 timestamp. Defaults to now. |
Retrieve click-through rates (CTR), conversion rates, and revenue data.
GET /analytics
| Parameter | Type | Description |
|---|---|---|
start_date | string | ISO 8601 timestamp. |
end_date | string | ISO 8601 timestamp. |
metric | string | ctr, conversion_rate, revenue, top_products, top_queries. |
Get high-level statistics for your entire account, typically used for the main dashboard view.
GET /dashboard/stats
| Property | Type | Description |
|---|---|---|
total_revenue | float | Total revenue from all conversions. |
active_api_keys | integer | Number of active keys in your account. |
ad_requests_24h | integer | Total search requests in the last 24 hours. |
Monitor the technical performance of your integration, including latency and status code breakdowns.
GET /analytics/performance
| Parameter | Type | Default | Description |
|---|---|---|---|
timeframe | string | 24h | 1h, 24h, 7d, 30d. |