HitParam
public enum HitParam: String
Standard parameters added in the Hit querystring
- screen: screen
- level2: level2
- json: json
- userID: userID
- hitType: hitType
- action: action
- touch: touch
- touchScreen: touchScreen
- touchLevel2: touchLevel2
- visitorIdentifierNumeric: visitorIdentifierNumeric
- visitorIdentifierText: visitorIdentifierText
- visitorCategory: visitorCategory
- backgroundMode: backgroundMode
- onAppAdsTouch: onAppAdsTouch
- onAppAdsImpression: onAppAdsImpression
- gpsLatitude: gpsLatitude
- gpsLongitude: gpsLongitude
- referrer: referrer
-
screen (p)
Declaration
Swift
case screen = "p"
-
level (s2)
Declaration
Swift
case level2 = "s2"
-
json (stc)
Declaration
Swift
case json = "stc"
-
userID (idclient)
Declaration
Swift
case userID = "idclient"
-
hitype (type)
Declaration
Swift
case hitType = "type"
-
action (action)
Declaration
Swift
case action = "action"
-
touch (click)
Declaration
Swift
case touch = "click"
-
touchScreen (pclick)
Declaration
Swift
case touchScreen = "pclick"
-
touchLevel2 (s2click)
Declaration
Swift
case touchLevel2 = "s2click"
-
visitorIdentifierNumeric (an)
Declaration
Swift
case visitorIdentifierNumeric = "an"
-
visitorIdentifierText (at)
Declaration
Swift
case visitorIdentifierText = "at"
-
visitorCategory (ac)
Declaration
Swift
case visitorCategory = "ac"
-
backgroundMode (bg)
Declaration
Swift
case backgroundMode = "bg"
-
onAppAdsTouch (atc)
Declaration
Swift
case onAppAdsTouch = "atc"
-
onAppAdsImpression (ati)
Declaration
Swift
case onAppAdsImpression = "ati"
-
gpsLatitude (gy)
Declaration
Swift
case gpsLatitude = "gy"
-
gpsLongitude (gx)
Declaration
Swift
case gpsLongitude = "gx"
-
referrer (ref)
Declaration
Swift
case referrer = "ref"