Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 457 Bytes

AudienceAnalytics.md

File metadata and controls

19 lines (12 loc) · 457 Bytes

TalonOne::AudienceAnalytics

Properties

Name Type Description Notes
audience_id Integer The ID of the audience. [optional]
members_count Integer The member count of the audience. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::AudienceAnalytics.new(audience_id: 1,
                                 members_count: 1234)