formFactor property

String? formFactor
getter/setter pair

The form factor is the device class that all users used to access the site for this record.

If the form factor is unspecified, then aggregated data over all form factors will be returned. Possible string values are:

  • "ALL_FORM_FACTORS" : The default value, representing all device classes.
  • "PHONE" : The device class representing a "mobile"/"phone" sized client.
  • "DESKTOP" : The device class representing a "desktop"/"laptop" type full size client.
  • "TABLET" : The device class representing a "tablet" type client.

Implementation

core.String? formFactor;