Sha256: 583305090a347d5dfc4d5a87a8df7241930e6081489e4926c197054d6f658b84
Contents?: true
Size: 544 Bytes
Versions: 3
Compression:
Stored size: 544 Bytes
Contents
# TalonOne::AccountDashboardStatisticCampaigns ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **live** | **Integer** | Number of campaigns that are active and live (across all Applications). | **ending_soon** | **Integer** | Campaigns with a schedule ending in 7 days or with only 10% of budget left. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::AccountDashboardStatisticCampaigns.new(live: null, ending_soon: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/AccountDashboardStatisticCampaigns.md |
talon_one-3.0.1 | docs/AccountDashboardStatisticCampaigns.md |
talon_one-3.0.0 | docs/AccountDashboardStatisticCampaigns.md |