Skip to main content
Skip table of contents

Device Information data model

This is a JSON object with the following fields:

Object
Group
Parameter
Classifier
Type
Example values for desktop
Example values for Android
Example values for iOS
devicehardwaretypeMandatoryString  desktophandheldhandheld


modelBest effortStringLatitude 8600Xperia TiPad 4


manufacturerBest effortStringDellSonyApple

OStypeMandatoryStringWindowsAndroidiOS


versionMandatoryStringXP4.4.37.0

CPUcoresBest effortInteger222


frequencyBest effort, GHzFloat1.41.01.4


neonBest effortBooleantruefalsefalse

GPUcoresBest effortInteger211


frequencyBest effort, GHzFloat2.81.51.2

screenwidthMandatory, pixelsInteger192025601080


heightMandatory, pixelsInteger120014401920



densityMandatory, dpiInteger135577401
secureplayerstreamingstypeMandatoryStringHLSHLSHLS

codecstypeMandatoryStringH.264H.264H.264

DRMstypeMandatoryStringPRMPRMPRM

Example:

CODE
{ 
   "device":{ 
      "CPU":{ 
         "cores":4,
         "frequency":2.693000078201294
      },
      "GPU":{ 
         "cores":0,
         "frequency":0,
         "model":"Intel(R) HD Graphics Family"
      },
      "OS":{ 
         "type":"Windows",
         "version":"Windows 7 Enterprise"
      },
      "hardware":{ 
         "manufacturer":"Dell Inc.",
         "model":"Latitude E7440",
         "type":"Desktop"
      },
      "screen":{ 
         "density":0,
         "height":1200,
         "width":1920
      }
   },
   "securePlayer":{ 
      "DRMs":[ 
         "PRM"
      ],
      "codecs":[ 
         "H264"
      ],
      "streamings":[ 
         "HLS"
      ]
   }
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.