[[["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 2024-10-16 UTC."],[[["\u003cp\u003eRetrieves a list of dynamic targeting keys for a specified user profile using the provided \u003ccode\u003eprofileId\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAllows filtering of dynamic targeting keys by name, object type, object ID, and advertiser ID using query parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes a collection of dynamic targeting keys matching the specified criteria, along with resource kind information.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003edfatrafficking\u003c/code\u003e scope for access.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should be empty for this \u003ccode\u003eGET\u003c/code\u003e request.\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 - [JSON representation](#body.DynamicTargetingKeysListResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nRetrieves a list of dynamic targeting keys.\n\nHTTP request\n\n`GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/dynamicTargetingKeys`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|---------------|-----------------------------------------------------------------------------------------------------------------------------------|\n| `profile``Id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` User profile ID associated with this request. |\n\nQuery parameters\n\n| Parameters ||\n|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `names[]` | `string` Select only dynamic targeting keys exactly matching these names. |\n| `object``Type` | `enum (`[ObjectType](/doubleclick-advertisers/rest/v4/dynamicTargetingKeys#ObjectType)`)` Select only dynamic targeting keys with this object type. |\n| `object``Id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Select only dynamic targeting keys with this object ID. |\n| `advertiser``Id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Select only dynamic targeting keys whose object has this advertiser ID. |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body Dynamic Targeting Key dynamicTargetingKeys.list Response\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"dynamicTargetingKeys\": [ { object (/doubleclick-advertisers/rest/v4/dynamicTargetingKeys#DynamicTargetingKey) } ] } ``` |\n\n| Fields ||\n|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#dynamicTargetingKeysListResponse\"` . |\n| `dynamic``Targeting``Keys[]` | `object (`[DynamicTargetingKey](/doubleclick-advertisers/rest/v4/dynamicTargetingKeys#DynamicTargetingKey)`)` Dynamic targeting key collection. |\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/dfatrafficking`"]]