get_url_traffic_info
Get traffic data for any page on your site. Submit the site URL and the page URL to receive detailed traffic information from Bing Webmaster Tools.
Instructions
Get traffic details for a single page.
Args: site_url: The URL of the site url: The specific URL to get traffic info for
Returns: UrlTrafficInfo: Traffic information for the URL
Raises: BingWebmasterError: If traffic information cannot be retrieved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self | Yes | ||
| site_url | Yes | ||
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| __type | Yes | ||
| Clicks | Yes | ||
| Impressions | Yes | ||
| IsPage | Yes | ||
| Url | Yes |