Method: dynamicFeeds.get

  • This document outlines how to retrieve a dynamic feed by its ID using an HTTP GET request.

  • The HTTP request requires a dynamicFeedId as 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 DynamicFeed in the response body.

  • The operation requires the https://www.googleapis.com/auth/dfatrafficking OAuth 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

string (int64 format)

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