Method: dynamicFeeds.insert

  • A new dynamic feed can be inserted using a POST request to the specified URL.

  • The request body requires a DynamicFeedsInsertRequest object, including a required dynamic profile ID and a DynamicFeed object.

  • A successful response body contains a newly created DynamicFeed instance.

  • The insertion of a dynamic feed requires the https://www.googleapis.com/auth/dfatrafficking OAuth scope for authorization.

Inserts a new dynamic feed.

HTTP request

POST https://dfareporting.googleapis.com/dfareporting/v5/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. See

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.

Design a Mobile Site
View Site in Mobile | Classic
Share by: