get_query_traffic_stats
Get detailed traffic statistics for a specific search query on a site, returning rank and traffic data to analyze search performance.
Instructions
Get detailed traffic statistics for a specific query.
Args: site_url: The URL of the site query: The search query to get statistics for
Returns: List[RankAndTrafficStats]: List of traffic statistics for the query
Raises: BingWebmasterError: If statistics cannot be retrieved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| site_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |