REST Resource: operatingSystems

  • An OperatingSystem resource contains information about an operating system used for ad targeting.

  • Each OperatingSystem resource has fields such as dartId (used for targeting), name, and boolean flags for desktop and mobile.

  • Available methods include get to retrieve a single operating system by its DART ID and list to retrieve a collection of operating systems.

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.