Attribute Specification 2.0

Draft 1, 2015-03-24

This is the DeviceMap Attribute specification for devices, operating systems and browsers.

Overview

This document goes over the defined attributes for the device, operating system, and browser domains.

Device Attributes

  • manufacturer
  • model
  • marketing_name
  • release_year
  • display_width - formally displayWidth, should we say the unit, pixel?
  • display_height - formally displayHeight, should we say pixel?
  • display_ppi - formally pixel_density_ppi
  • cpu_model
  • cpu_speed
  • cpu_bits
  • cpu_count - logical cpu units (cores) as seen by OS
  • cpu_cache
  • video_model
  • video_speed
  • video_memory
  • device_memory
  • device_storage
  • device_camera
  • is_phone - do we need this?
  • is_touch
  • is_tablet

TODO: what else?

Operating System Attributes

  • manufacturer
  • name
  • version
  • release_year

TODO: what else?

Browser Attributes

  • manufacturer
  • name
  • version
  • release_year

TODO: what else?

  • No labels