Skip to content

Get frequency vs engagement

Returns the correlation between posting frequency (posts per week) and engagement rate, broken down by platform. Helps find the optimal posting cadence for each platform. Each row represents a specific (platform, posts_per_week) combination with the average engagement rate observed across all weeks matching that frequency. Requires the Analytics add-on.

GET /v1/analytics/posting-frequency

Returns the correlation between posting frequency (posts per week) and engagement rate, broken down by platform. Helps find the optimal posting cadence for each platform. Each row represents a specific (platform, posts_per_week) combination with the average engagement rate observed across all weeks matching that frequency. Requires the Analytics add-on.

Parameters

  • platform (query, string) — Filter by platform (e.g. "instagram", "tiktok"). Omit for all platforms.

  • profileId (query, string) — Filter by profile ID. Omit for all profiles.

  • accountId (query, string) — Filter by social account ID. Omit for all accounts.

  • source (query, string) — Filter by post origin. "late" for posts published via Zernio, "external" for posts imported from platforms.

Responses

200 — Posting frequency data

  • frequency (array)

401

403 — Analytics access required. Legacy plans need the Analytics add-on; included by default on usage-based plans.

  • error (string)
  • requiresAddon (boolean)