Packagecom.rojored.gatracking.data
Classpublic class Configuration

The Configuration class stores configuration values, such as the Analytics account Id, the cookie path and various other things.



Public Properties
 PropertyDefined by
  accountId : String
Google Analytics account Id.
Configuration
Public Methods
 MethodDefined by
  
Configuration(accountId:String)
Constructor.
Configuration
Property detail
accountIdproperty
accountId:String  [read-write]

Google Analytics account Id.

Implementation
    public function get accountId():String
    public function set accountId(value:String):void
Constructor detail
Configuration()constructor
public function Configuration(accountId:String)

Constructor.

Parameters
accountId:String — Google Analytics account Id.

Throws
— if the accountId parameter is not valid.