Sha256: 3a56bda5e8e661e2e32d4356dda74321988c45daa936bd127e12f2e3f951c481

Contents?: true

Size: 663 Bytes

Versions: 3

Compression:

Stored size: 663 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 scheduled to expire sometime in the next 7 days. | 
**low_on_budget** | **Integer** | Campaigns with less than 10% of budget left. | 

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/AccountDashboardStatisticCampaigns.md
talon_one-6.0.0 docs/AccountDashboardStatisticCampaigns.md
talon_one-5.0.0 docs/AccountDashboardStatisticCampaigns.md