Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


User location-DeviceLocation Telemetry


If the location is based on user-declared location

{
"edata": {
"type": "CLICK", // Required. Type of interaction CLICK,TOUCH,DRAG,DROP,PINCH,ZOOM,
"subtype": "", // Optional. Additional types for a global type. For ex: for an
"id": "user-state-districtConfimation", // Required. Resource (button, screen, page, etc) id on which the in
"pageid": "", // Optional. Stage or page id on which the event happened
}
}


subtype - Possible values

  • device-profile-user-declared - the suggestion is based on the device profile and the user has not changed suggested location.
  • device-profile-user-declared-updated  - the suggestion is based on the device profile and user has changed location.
  • device-profile-ip-location - the suggestion is based on the IP location and the user has not changed the suggested location.
  • device-profile-ip-location-updated - the suggestion is based on the IP location and the user has changed location.
  • user-profile - the suggestion is based on the user location and the user has not changed the suggested location.
  • user-profile-updated - the suggestion is based on the user location and the user has changed the suggested location.
  • No labels