get_profile_analytics
Retrieve owned profile analytics, including impressions and engagements, for specified profiles within a date range up to one year.
Instructions
Get owned profile-level analytics (impressions, engagements, etc.) for one or more profiles over a reporting period. Requires a reporting_period filter in the format 'YYYY-MM-DD...YYYY-MM-DD' (max 1 year span).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_ids | Yes | Array of customer_profile_id values to query. Use get_profiles to discover available IDs. | |
| metrics | Yes | Metrics to retrieve, e.g. ['impressions', 'engagements', 'reactions', 'post_link_clicks']. Available metrics depend on profile type. | |
| reporting_period_start | Yes | Start date in YYYY-MM-DD format. | |
| reporting_period_end | Yes | End date in YYYY-MM-DD format. | |
| page | No | Page number for paginated results (default: 1). |