REST Resource: platformTypes

  • The PlatformType resource provides information about platform types that can be targeted by ads, containing an ID, name, and resource kind.

  • You can use methods like get and list to retrieve individual platform types or a list of them.

  • The JSON representation of a platform type includes id, name, and kind fields with specific data 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

string (int64 format)

ID of this platform type.

name

string

Name of this platform type.

kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#platformType"

.

Methods

get

Gets one platform type by ID.

list

Retrieves a list of platform types.