Analyze LinkedIn posts
linkedin_analyticsThe user's LinkedIn post analytics from LinkedIn's own API (their connected account) — impressions, unique members reached, reactions, comments, and reshares. Use for questions like 'how many impressions did I get last month?' or 'how are my posts performing?'. Omit dates for lifetime totals; pass start_date/end_date for a window; set daily=true (with one specific metric) for a per-day series to describe trends. Numbers are live from LinkedIn, unlike get_my_linkedin_posts whose per-post counts come from a periodic sync.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| daily | No | Per-day time series instead of one total. Requires start_date and a specific metric (not 'all'). | |
| metric | No | Which metric ('all' fetches every metric — the default). LinkedIn's API takes one metric per call, so 'all' costs five calls. | |
| end_date | No | Window end, YYYY-MM-DD (defaults to today). | |
| start_date | No | Window start, YYYY-MM-DD. Omit for lifetime. |