Get all-time analytics totals
pushengage_get_analytics_summaryGet all-time site-wide totals for push notification analytics: active subscribers, notifications sent, views, clicks, and goal conversions. Use this for a quick performance snapshot, not for time-based trends.
Instructions
Returns the current site's all-time, site-wide totals: subscribers (current active count), notifications sent, views, clicks, and goal conversions/value. Not bounded by any date range — for trends over a period use pushengage_get_analytics_timeseries instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_id | No | Override the currently selected site. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total_views | No | ||
| total_clicks | No | ||
| total_goal_count | No | ||
| total_goal_value | No | ||
| total_subscribers | No | ||
| total_notifications_sent | No |