AI-generated Key Takeaways
-
A PlatformType resource provides information about a platform type that can be targeted by ads.
-
The JSON representation of a PlatformType includes its id, name, and kind.
-
The available methods for PlatformType resources are
getto retrieve a single platform type by ID andlistto retrieve a list of platform types.
Resource: PlatformType
Contains information about a platform type that can be targeted by ads.
| JSON representation |
|---|
{ "id" : string , "name" : string , "kind" : string } |
| Fields | |
|---|---|
id
|
ID of this platform type. |
name
|
Name of this platform type. |
kind
|
Identifies what kind of resource this is. Value: the fixed string . |
Methods |
|
|---|---|
|
Gets one platform type by ID. |
|
Retrieves a list of platform types. |

