OperatingSystemVersionConstant

  • This content describes a mobile operating system version or a range of versions, depending on theoperator_type.

  • Theresource_name field provides a unique identifier for the operating system version constant.

  • Theoperator_type field indicates whether the constant represents a single version or a range of versions.

  • Other fields provide details such as theid,name,os_major_version, andos_minor_version of the operating system version.

A mobile operating system version or a range of versions, depending onoperator_type. List of available mobile platforms athttps://developers.google.com/google-ads/api/reference/data/codes-formats#mobile-platforms

Proto definition

Fields

id

int64

Output only. The ID of the operating system version.

name

string

Output only. Name of the operating system.

operator_type

OperatingSystemVersionOperatorType

Output only. Determines whether this constant represents a single version or a range of versions.

os_major_version

int32

Output only. The OS Major Version number.

os_minor_version

int32

Output only. The OS Minor Version number.

resource_name

string

Output only. The resource name of the operating system version constant. Operating system version constant resource names have the form:

operatingSystemVersionConstants/{criterion_id}

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.