get_children_url_traffic_info
Retrieve traffic details for child URLs under a specific directory on your site. Provide site URL, directory URL, and page number to get paginated traffic information for analysis.
Instructions
Get traffic details for child URLs of a directory.
Args: site_url: The URL of the site url: The URL of the directory page: The page number of results to retrieve
Returns: List[UrlTrafficInfo]: List of traffic information for child URLs
Raises: BingWebmasterError: If child traffic information cannot be retrieved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self | Yes | ||
| site_url | Yes | ||
| url | Yes | ||
| page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |