REST Resource: operatingSystems

Resource: OperatingSystem

Contains information about an operating system that can be targeted by ads.

JSON representation
{
  "dartId": string,
  "name": string,
  "desktop": boolean,
  "mobile": boolean,
  "kind": string
}
Fields
dartId

string (int64 format)

DART ID of this operating system. This is the ID used for targeting.

name

string

Name of this operating system.

desktop

boolean

Whether this operating system is for desktop.

mobile

boolean

Whether this operating system is for mobile.

kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#operatingSystem"

.

Methods

get

Gets one operating system by DART ID.

list

Retrieves a list of operating systems.