# TalonOne::AccountAnalytics ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **applications** | **Integer** | Total Number of Applications inside the account | **active_campaigns** | **Integer** | Total Number of Active Applications inside the account | **campaigns** | **Integer** | Total Number of campaigns inside the account | **coupons** | **Integer** | Total Number of coupons inside the account | **active_coupons** | **Integer** | Total Number of active coupons inside the account | **expired_coupons** | **Integer** | Total Number of expired coupons inside the account | **custom_attributes** | **Integer** | Total Number of custom attributes inside the account | **referral_codes** | **Integer** | Total Number of referral codes inside the account | **active_referral_codes** | **Integer** | Total Number of active referral codes inside the account | **expired_referral_codes** | **Integer** | Total Number of expired referral codes inside the account | **users** | **Integer** | Total Number of users inside the account | **roles** | **Integer** | Total Number of roles inside the account | **webhooks** | **Integer** | Total Number of webhooks inside the account | **loyalty_programs** | **Integer** | Total Number of loyalty programs inside the account | **active_rules** | **Integer** | Total Number of active rules in the account | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::AccountAnalytics.new(applications: null, active_campaigns: null, campaigns: null, coupons: null, active_coupons: null, expired_coupons: null, custom_attributes: null, referral_codes: null, active_referral_codes: null, expired_referral_codes: null, users: null, roles: null, webhooks: null, loyalty_programs: null, active_rules: null) ```