Class GoogleAnalyticsEvent


  • public class GoogleAnalyticsEvent
    extends Object
    This is a dataholder class for an individual event to be sent to Google Analaytics
    Author:
    April Herron
    • Method Detail

      • getCid

        public String getCid()
        Return Client ID
      • setCid

        public void setCid​(String cid)
        Set Client ID
      • getUip

        public String getUip()
        Return User IP
      • setUip

        public void setUip​(String uip)
        Set User IP
      • getUa

        public String getUa()
        Returns User Agent
      • setUa

        public void setUa​(String ua)
        Set User Agent
      • getDr

        public String getDr()
        Return Document Referrer
      • setDr

        public void setDr​(String dr)
        Set Document Referrer
      • getDp

        public String getDp()
        Return Document Path
      • setDp

        public void setDp​(String dp)
        Set Document Path
      • getDt

        public String getDt()
        Return Document Title
      • setDt

        public void setDt​(String dt)
        Set Document Title
      • getTime

        public long getTime()
        Return Time of event
      • setTime

        public void setTime​(long time)
        Set Time of event