Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
Class | Package | Description | |
---|---|---|---|
AnalyticsTracker
| com.rojored.gatracking | Barebones Actionscript3 implementation of the Google Analytics data collection API. | |
Configuration
| com.rojored.gatracking.data |
The Configuration class stores configuration values, such as
the Analytics account Id, the cookie path and various other things. |
|
CookieJar
| com.rojored.gatracking.net |
The CookieJar class stores the persistent values for the
"umt cookies" used in Google Analytics tracking. |
|
Environment
| com.rojored.gatracking.system |
The Environment class provides information about the system
on which the SWF file is running. |
|
RequestVariables
| com.rojored.gatracking.net |
The RequestVariables class encapsulates all of the possible
__utm.gif 's request parameters. |