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 | |
---|---|
dart |
DART ID of this operating system. This is the ID used for targeting. |
name |
Name of this operating system. |
desktop |
Whether this operating system is for desktop. |
mobile |
Whether this operating system is for mobile. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
Methods |
|
---|---|
|
Gets one operating system by DART ID. |
|
Retrieves a list of operating systems. |