get_pages_performance
Retrieve page performance metrics like views and entry pages from Sealmetrics analytics. Filter by content groups, date ranges, traffic sources, and countries to analyze specific website sections.
Instructions
Get page performance metrics including views and entry pages. Can filter by content groups to analyze specific sections of your site (e.g., 'Blog Content', 'Product Catalog', 'Support Pages')
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Sealmetrics account ID (optional if SEALMETRICS_ACCOUNT_ID is set) | |
| date_range | Yes | Date range: 'yesterday', 'today', 'last_7_days', 'last_30_days', 'this_month', 'last_month', or 'YYYYMMDD,YYYYMMDD' | |
| content_grouping | No | Filter by content group name (e.g., 'Blog Content', 'Product Catalog', 'Support Pages', 'Purchase Flow') | |
| utm_source | No | Filter by traffic source (e.g., 'google', 'facebook') | |
| utm_medium | No | Filter by medium (e.g., 'organic', 'cpc') | |
| country | No | Filter by country code (e.g., 'us', 'es') | |
| show_utms | No | Include UTM breakdown in results | |
| limit | No | Maximum number of results to return (default: 100, max: 1000) | |
| skip | No | Number of results to skip for pagination (default: 0) | |
| auto_paginate | No | Automatically fetch all results across multiple pages (default: false) |