get_top_performing_content
Retrieve your website's top-performing content by metrics like clicks, impressions, CTR, or position for any date range.
Instructions
Get the top performing content based on a specific metric.
Args:
site_url: Full URL of your website (e.g., https://www.example.com/ or sc-domain:example.com)
start_date: Start date in YYYY-MM-DD format
end_date: End date in YYYY-MM-DD format
metric: Metric to sort by (clicks, impressions, ctr, position)
limit: Number of results to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes | ||
| start_date | Yes | ||
| end_date | Yes | ||
| metric | No | clicks | |
| limit | No |