Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
DeviceInfo
JSON representation |
{
"type": enum (Device )
} |
Fields |
type |
enum (Device )
Type of the device.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["Device criterion allows you to target ads based on the type of device a user is using."],["It is represented by a JSON object with a single field, `type`, which specifies the device type using an enum."],["Supported device types are documented in the [Device](/google-ads/api/rest/reference/rest/v17/Device) resource."]]],["The core content describes a device criterion using a JSON representation. The JSON object has a single field, `type`, which is an enumeration. This field specifies the type of the device, referencing the `Device` enumeration for allowed values. The `type` field is the only configurable element within the device criterion, defining the specific device being targeted.\n"]]