Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 819 Bytes

File metadata and controls

26 lines (20 loc) · 819 Bytes

Late::GetPostingFrequency200ResponseFrequencyInner

Properties

Name Type Description Notes
platform String [optional]
posts_per_week Integer Number of posts published that week [optional]
avg_engagement_rate Float Average engagement rate as percentage (0-100) [optional]
avg_engagement Float Average raw engagement (likes+comments+shares+saves) [optional]
weeks_count Integer Number of calendar weeks observed at this frequency [optional]

Example

require 'late-sdk'

instance = Late::GetPostingFrequency200ResponseFrequencyInner.new(
  platform: instagram,
  posts_per_week: null,
  avg_engagement_rate: null,
  avg_engagement: null,
  weeks_count: null
)