|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.dmurph.tracking.AnalyticsRequestData
public class AnalyticsRequestData
Tracking data that is pertinent to each individual tracking request.
| Constructor Summary | |
|---|---|
AnalyticsRequestData()
|
|
| Method Summary | |
|---|---|
String |
getEventAction()
|
String |
getEventCategory()
|
String |
getEventLabel()
|
Integer |
getEventValue()
|
String |
getHostName()
|
String |
getPageTitle()
|
String |
getPageURL()
|
String |
getUtmccn()
|
String |
getUtmcct()
|
String |
getUtmcmd()
|
String |
getUtmcsr()
|
String |
getUtmctr()
|
void |
setEventAction(String argEventAction)
Sets the event action, which is required for tracking events. |
void |
setEventCategory(String argEventCategory)
Sets the event category, which is required for tracking events. |
void |
setEventLabel(String argEventLabel)
Sets the event label, which is optional for tracking events. |
void |
setEventValue(Integer argEventValue)
Sets the event value, which is optional for tracking events. |
void |
setHostName(String argHostName)
The host name of the page |
void |
setPageTitle(String argContentTitle)
Sets the page title, which will be the Content Title in Google Analytics |
void |
setPageURL(String argPageURL)
The page url, which is required. |
void |
setReferrer(String argSite,
String argPage)
|
void |
setSearchReferrer(String argSearchSource,
String argSearchKeywords)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnalyticsRequestData()
| Method Detail |
|---|
public void setReferrer(String argSite,
String argPage)
public void setSearchReferrer(String argSearchSource,
String argSearchKeywords)
public String getUtmcsr()
public String getUtmccn()
public String getUtmctr()
public String getUtmcmd()
public String getUtmcct()
public String getEventAction()
public String getEventCategory()
public String getEventLabel()
public Integer getEventValue()
public String getHostName()
public String getPageTitle()
public String getPageURL()
public void setEventAction(String argEventAction)
argEventAction - the eventAction to setpublic void setEventCategory(String argEventCategory)
argEventCategory - the eventCategory to setpublic void setEventLabel(String argEventLabel)
argEventLabel - the eventLabel to setpublic void setEventValue(Integer argEventValue)
argEventValue - the eventValue to setpublic void setHostName(String argHostName)
argHostName - the hostName to setpublic void setPageTitle(String argContentTitle)
argContentTitle - the contentTitle to setpublic void setPageURL(String argPageURL)
argPageURL - the pageURL to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||