Method: dynamicFeeds.insert

Inserts a new dynamic feed.

HTTP request

POST https://dfareporting.googleapis.com/dfareporting/v4/studio/dynamicFeeds

The URL uses gRPC Transcoding syntax.

Request body

The request body contains an instance of DynamicFeedsInsertRequest.

Response body

If successful, the response body contains a newly created instance of DynamicFeed.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking

DynamicFeedsInsertRequest

Dynamic profile ID is required for dynamic feed insert as the current GPA API only can create a dynamic feed under profile context,even though the dynnamic feed itself don't need the dynamic profile id.

JSON representation
{
  "dynamicProfileId": string,
  "dynamicFeed": {
    object (DynamicFeed)
  }
}
Fields
dynamicProfileId

string (int64 format)

Required. Dynamic profile ID of the inserted dynamic feed.

dynamicFeed

object (DynamicFeed)

Required. Dynamic feed to insert.