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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-02 UTC."],[],[],null,["- [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\nHTTP request\n\n`POST https://dfareporting.googleapis.com/dfareporting/v5/studio/dynamicFeeds`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nRequest body\n\nThe request body contains an instance of [DynamicFeedsInsertRequest](/doubleclick-advertisers/rest/v5/dynamicFeeds/insert#DynamicFeedsInsertRequest).\n\nResponse body\n\nIf successful, the response body contains a newly created instance of [DynamicFeed](/doubleclick-advertisers/rest/v5/DynamicFeed).\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/dfatrafficking`\n\nDynamicFeedsInsertRequest 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\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------|\n| ``` { \"dynamicProfileId\": string, \"dynamicFeed\": { object (/doubleclick-advertisers/rest/v5/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/v5/DynamicFeed)`)` Required. Dynamic feed to insert. |"]]