OperatingSystemVersionConstant
A mobile operating system version or a range of versions, depending on operator_type. List of available mobile platforms at https://developers.google.com/google-ads/api/reference/data/codes-formats#mobile-platforms
Columns
Name | Type | Behavior | Description |
OperatingSystemVersionConstantId | Long | ATTRIBUTE | Output only. The ID of the operating system version. |
OperatingSystemVersionConstantName | String | ATTRIBUTE | Output only. Name of the operating system. |
OperatingSystemVersionConstantOperatorType | String | ATTRIBUTE | Output only. Determines whether this constant represents a single version or a range of versions.
使用できる値は次のとおりです。EQUALS_TO, GREATER_THAN_EQUALS_TO, UNKNOWN, UNSPECIFIED |
OperatingSystemVersionConstantOsMajorVersion | Int | ATTRIBUTE | Output only. The OS Major Version number. |
OperatingSystemVersionConstantOsMinorVersion | Int | ATTRIBUTE | Output only. The OS Minor Version number. |
OperatingSystemVersionConstantResourceName | String | ATTRIBUTE | Output only. The resource name of the operating system version constant. Operating system version constant resource names have the form: operatingSystemVersionConstants/{criterion_id} |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似列フィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |