Method: dynamicFeeds.insert
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-05 UTC.
[null,null,["Last updated 2025-08-05 UTC."],[],[],null,["# Method: dynamicFeeds.insert\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [DynamicFeedsInsertRequest](#DynamicFeedsInsertRequest)\n - [JSON representation](#DynamicFeedsInsertRequest.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nInserts a new dynamic feed.\n\n### HTTP request\n\n`POST https://dfareporting.googleapis.com/dfareporting/v4/studio/dynamicFeeds`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Request body\n\nThe request body contains an instance of [DynamicFeedsInsertRequest](/doubleclick-advertisers/rest/v4/dynamicFeeds/insert#DynamicFeedsInsertRequest).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [DynamicFeed](/doubleclick-advertisers/rest/v4/DynamicFeed).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/dfatrafficking`\n\nDynamicFeedsInsertRequest\n-------------------------\n\nDynamic 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.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------|\n| ``` { \"dynamicProfileId\": string, \"dynamicFeed\": { object (/doubleclick-advertisers/rest/v4/DynamicFeed) } } ``` |\n\n| Fields ||\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------|\n| `dynamicProfileId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. Dynamic profile ID of the inserted dynamic feed. |\n| `dynamicFeed` | `object (`[DynamicFeed](/doubleclick-advertisers/rest/v4/DynamicFeed)`)` Required. Dynamic feed to insert. |"]]