Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 859 Bytes

File metadata and controls

36 lines (30 loc) · 859 Bytes

Late::PostAnalytics

Properties

Name Type Description Notes
impressions Integer [optional]
reach Integer [optional]
likes Integer [optional]
comments Integer [optional]
shares Integer [optional]
saves Integer Number of saves/bookmarks (Instagram, Pinterest) [optional]
clicks Integer [optional]
views Integer [optional]
engagement_rate Float [optional]
last_updated Time [optional]

Example

require 'late-sdk'

instance = Late::PostAnalytics.new(
  impressions: 0,
  reach: 0,
  likes: 0,
  comments: 0,
  shares: 0,
  saves: 0,
  clicks: 0,
  views: 0,
  engagement_rate: 0,
  last_updated: null
)