get_referrers
Get Parse.ly referrer data to see traffic sources by type (social, search, other, internal) with customizable date ranges for comparison analysis.
Instructions
Get referrer data from Parse.ly. Shows where traffic is coming from by type: social, search, other, or internal. Supports specific date ranges for comparison analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to look back (default: 7). Ignored if period_start/period_end provided. | |
| type | No | Referrer type: "social", "search", "other", or "internal" (default: "social") | social |
| limit | No | Number of results to return (default: 10) | |
| domain | No | Filter by specific domain | |
| section | No | Filter by content section | |
| period_end | No | End date for traffic window (YYYY-MM-DD or YYYY-MM-DDThh:mm). Use same as period_start for single day. | |
| period_start | No | Start date for traffic window (YYYY-MM-DD or YYYY-MM-DDThh:mm). Use for specific date queries. | |
| pub_date_end | No | Filter by content published before this date (YYYY-MM-DD) | |
| pub_date_start | No | Filter by content published after this date (YYYY-MM-DD) |