|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.dmurph.tracking.AnalyticsConfigData
public class AnalyticsConfigData
Data that is client-specific, and should be common for all tracking requests.
For convenience most of this data is populated automatically by
populateFromSystem().
| Constructor Summary | |
|---|---|
AnalyticsConfigData(String argTrackingCode)
constructs with the tracking code, and automatically populates most of the config data from the current system. |
|
| Method Summary | |
|---|---|
String |
getColorDepth()
|
String |
getEncoding()
|
String |
getFlashVersion()
|
String |
getScreenResolution()
|
String |
getTrackingCode()
|
String |
getUserLanguage()
|
void |
populateFromSystem()
Populates user language, color depth, screen resolution, and character encoding. |
void |
setColorDepth(String argColorDepth)
Sets the color depth of the user. |
void |
setEncoding(String argEncoding)
Sets the character encoding of the client. |
void |
setFlashVersion(String argFlashVersion)
Sets the flash version of the client, like "9.0 r24" |
void |
setScreenResolution(String argScreenResolution)
Sets the screen resolution, like "1280x800". |
void |
setUserLanguage(String argUserLanguage)
Sets the user language, like "EN-us" |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnalyticsConfigData(String argTrackingCode)
argTrackingCode - | Method Detail |
|---|
public void populateFromSystem()
public String getColorDepth()
public String getEncoding()
public String getFlashVersion()
public String getScreenResolution()
public String getTrackingCode()
public String getUserLanguage()
public void setColorDepth(String argColorDepth)
argColorDepth - public void setEncoding(String argEncoding)
argEncoding - the encoding to setpublic void setFlashVersion(String argFlashVersion)
argFlashVersion - the flashVersion to setpublic void setScreenResolution(String argScreenResolution)
argScreenResolution - the screenResolution to setpublic void setUserLanguage(String argUserLanguage)
argUserLanguage - the userLanguage to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||