AI-generated Key Takeaways
-
This document details the HTTP request, path parameters, request body, and response body for retrieving a list of platform types.
-
The request is a GET request to a specific URL that includes a user
profileIdas a path parameter. -
The request body must be empty, and the successful response body contains a JSON representation with a list of platform types.
-
The authorization scope required for this request is
https://www.googleapis.com/auth/dfatrafficking.
Retrieves a list of platform types.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v5/userprofiles/{profileId}/platformTypes
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
profileId
|
User profile ID associated with this request. |
Request body
The request body must be empty.
Response body
Platform Type platformTypes.list Response
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"kind"
:
string
,
"platformTypes"
:
[
{
object (
|
| Fields | |
|---|---|
kind
|
Identifies what kind of resource this is. Value: the fixed string . |
platformTypes[]
|
Platform type collection. |
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/dfatrafficking

