AI-generated Key Takeaways
-
This document outlines how to retrieve a dynamic feed by its ID using an HTTP GET request.
-
The HTTP request requires a
dynamicFeedIdas a path parameter, which is a required string in int64 format. -
The request body for this operation must be empty.
-
A successful response will contain an instance of
DynamicFeedin the response body. -
The operation requires the
https://www.googleapis.com/auth/dfatraffickingOAuth scope for authorization.
Gets a dynamic feed by ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/studio/dynamicFeeds/{dynamicFeedId}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
dynamicFeedId |
Required. Dynamic feed ID. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DynamicFeed.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking