The Campaign Manager 360 API v3.5 is deprecated and will be sunset on Apr 20, 2023. All users must migrate to a newer API version by that date.

REST Resource: operatingSystemVersions

Stay organized with collections Save and categorize content based on your preferences.

Resource: OperatingSystemVersion

Contains information about a particular version of an operating system that can be targeted by ads.

JSON representation
{
  "id": string,
  "name": string,
  "operatingSystem": {
    object (OperatingSystem)
  },
  "majorVersion": string,
  "minorVersion": string,
  "kind": string
}
Fields
id

string (int64 format)

ID of this operating system version.

name

string

Name of this operating system version.

operatingSystem

object (OperatingSystem)

Operating system of this operating system version.

majorVersion

string

Major version (leftmost number) of this operating system version.

minorVersion

string

Minor version (number after the first dot) of this operating system version.

kind

string

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

"dfareporting#operatingSystemVersion"

.

Methods

get

Gets one operating system version by ID.

list

Retrieves a list of operating system versions.