Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 965 Bytes

File metadata and controls

30 lines (24 loc) · 965 Bytes

Zernio::InstagramDemographicsResponse

Properties

Name Type Description Notes
success Boolean [optional]
account_id String The Zernio SocialAccount ID [optional]
platform String [optional]
metric String [optional]
timeframe String The timeframe used for demographic data [optional]
demographics Hash<String, Array<InstagramDemographicsResponseDemographicsValueInner>> Object keyed by breakdown dimension (age, city, country, gender) [optional]
note String [optional]

Example

require 'zernio-sdk'

instance = Zernio::InstagramDemographicsResponse.new(
  success: true,
  account_id: null,
  platform: instagram,
  metric: null,
  timeframe: null,
  demographics: null,
  note: Demographics show top 45 entries per dimension. Requires 100+ followers.
)