ID of the object of this dynamic targeting key. This is a required field.
Query parameters
Parameters
name
string
Required. Name of this dynamic targeting key. This is a required field. Must be less than 256 characters long and cannot contain commas. All characters are converted to lowercase.
[[["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."],[[["\u003cp\u003eDeletes an existing dynamic targeting key via DELETE request to the specified endpoint.\u003c/p\u003e\n"],["\u003cp\u003eRequires \u003ccode\u003eprofileId\u003c/code\u003e and \u003ccode\u003eobjectId\u003c/code\u003e as path parameters and \u003ccode\u003ename\u003c/code\u003e with \u003ccode\u003eobjectType\u003c/code\u003e as query parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should be empty and a successful operation results in an empty response body.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization is necessary with the \u003ccode\u003edfatrafficking\u003c/code\u003e scope.\u003c/p\u003e\n"]]],[],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nDeletes an existing dynamic targeting key.\n\nHTTP request\n\n`DELETE https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/dynamicTargetingKeys/{objectId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `profileId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` User profile ID associated with this request. |\n| `objectId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of the object of this dynamic targeting key. This is a required field. |\n\nQuery parameters\n\n| Parameters ||\n|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. Name of this dynamic targeting key. This is a required field. Must be less than 256 characters long and cannot contain commas. All characters are converted to lowercase. |\n| `objectType` | `enum (`[ObjectType](/doubleclick-advertisers/rest/v4/dynamicTargetingKeys#ObjectType)`)` Required. Type of the object of this dynamic targeting key. This is a required field. |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body\n\nIf successful, the response body is an empty JSON object.\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/dfatrafficking`"]]