get_query_page_detail_stats
Retrieve detailed statistics for a specific search query and page combination to evaluate search performance, including impressions, clicks, and other metrics from Bing Webmaster Tools.
Instructions
Get detailed statistics for a specific query and page combination.
Args: site_url: The URL of the site query: The search query page: The specific page URL
Returns: List[DetailedQueryStats]: List of detailed statistics
Raises: BingWebmasterError: If statistics cannot be retrieved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self | Yes | ||
| site_url | Yes | ||
| query | Yes | ||
| page | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |