Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 663 Bytes

AccountDashboardStatisticCampaigns.md

File metadata and controls

21 lines (14 loc) · 663 Bytes

TalonOne::AccountDashboardStatisticCampaigns

Properties

Name Type Description Notes
live Integer Number of campaigns that are active and live (across all Applications).
ending_soon Integer Campaigns scheduled to expire sometime in the next 7 days.
low_on_budget Integer Campaigns with less than 10% of budget left.

Code Sample

require 'TalonOne'

instance = TalonOne::AccountDashboardStatisticCampaigns.new(live: null,
                                 ending_soon: null,
                                 low_on_budget: null)