Class: UniversalTrackManager::Settings

Inherits:
Object
  • Object
show all
Defined in:
lib/universal_track_manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_columnsObject

Returns the value of attribute campaign_columns.



7
8
9
# File 'lib/universal_track_manager.rb', line 7

def campaign_columns
  @campaign_columns
end

#track_http_referrerObject

Returns the value of attribute track_http_referrer.



7
8
9
# File 'lib/universal_track_manager.rb', line 7

def track_http_referrer
  @track_http_referrer
end

#track_ipsObject

Returns the value of attribute track_ips.



7
8
9
# File 'lib/universal_track_manager.rb', line 7

def track_ips
  @track_ips
end

#track_user_agentObject

Returns the value of attribute track_user_agent.



7
8
9
# File 'lib/universal_track_manager.rb', line 7

def track_user_agent
  @track_user_agent
end

#track_utmsObject

Returns the value of attribute track_utms.



7
8
9
# File 'lib/universal_track_manager.rb', line 7

def track_utms
  @track_utms
end