REST Resource: platformTypes
Stay organized with collections
Save and categorize content based on your preferences.
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 2025-09-02 UTC.
[null,null,["Last updated 2025-09-02 UTC."],[],[],null,["- [Resource: PlatformType](#PlatformType)\n - [JSON representation](#PlatformType.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: PlatformType Contains information about a [platform type](https://support.google.com/dcm/answer/2869178) that can be targeted by ads.\n\n| JSON representation |\n|----------------------------------------------------------|\n| ``` { \"id\": string, \"name\": string, \"kind\": string } ``` |\n\n| Fields ||\n|--------|---------------------------------------------------------------------------------------------------------------|\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of this platform type. |\n| `name` | `string` Name of this platform type. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#platformType\"` . |\n\n| Methods ||\n|-------------------------------------------------------------|-------------------------------------|\n| [get](/doubleclick-advertisers/rest/v5/platformTypes/get) | Gets one platform type by ID. |\n| [list](/doubleclick-advertisers/rest/v5/platformTypes/list) | Retrieves a list of platform types. |"]]