[[["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,["- [Resource: TargetingTemplate](#TargetingTemplate)\n - [JSON representation](#TargetingTemplate.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: TargetingTemplate Contains properties of a targeting template. A targeting template encapsulates targeting information which can be reused across multiple ads.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"accountId\": string, \"subaccountId\": string, \"advertiserId\": string, \"advertiserIdDimensionValue\": { object (/doubleclick-advertisers/rest/v5/DimensionValue) }, \"name\": string, \"geoTargeting\": { object (/doubleclick-advertisers/rest/v5/GeoTargeting) }, \"technologyTargeting\": { object (/doubleclick-advertisers/rest/v5/TechnologyTargeting) }, \"dayPartTargeting\": { object (/doubleclick-advertisers/rest/v5/DayPartTargeting) }, \"keyValueTargetingExpression\": { object (/doubleclick-advertisers/rest/v5/KeyValueTargetingExpression) }, \"languageTargeting\": { object (/doubleclick-advertisers/rest/v5/LanguageTargeting) }, \"listTargetingExpression\": { object (/doubleclick-advertisers/rest/v5/ListTargetingExpression) }, \"kind\": string } ``` |\n\n| Fields ||\n|-------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of this targeting template. This is a read-only, auto-generated field. |\n| `accountId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Account ID of this targeting template. This field, if left unset, will be auto-generated on insert and is read-only after insert. |\n| `subaccountId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Subaccount ID of this targeting template. This field, if left unset, will be auto-generated on insert and is read-only after insert. |\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Advertiser ID of this targeting template. This is a required field on insert and is read-only after insert. |\n| `advertiserIdDimensionValue` | `object (`[DimensionValue](/doubleclick-advertisers/rest/v5/DimensionValue)`)` Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. |\n| `name` | `string` Name of this targeting template. This field is required. It must be less than 256 characters long and unique within an advertiser. |\n| `geoTargeting` | `object (`[GeoTargeting](/doubleclick-advertisers/rest/v5/GeoTargeting)`)` Geographical targeting criteria. |\n| `technologyTargeting` | `object (`[TechnologyTargeting](/doubleclick-advertisers/rest/v5/TechnologyTargeting)`)` Technology platform targeting criteria. |\n| `dayPartTargeting` | `object (`[DayPartTargeting](/doubleclick-advertisers/rest/v5/DayPartTargeting)`)` Time and day targeting criteria. |\n| `keyValueTargetingExpression` | `object (`[KeyValueTargetingExpression](/doubleclick-advertisers/rest/v5/KeyValueTargetingExpression)`)` Key-value targeting criteria. |\n| `languageTargeting` | `object (`[LanguageTargeting](/doubleclick-advertisers/rest/v5/LanguageTargeting)`)` Language targeting criteria. |\n| `listTargetingExpression` | `object (`[ListTargetingExpression](/doubleclick-advertisers/rest/v5/ListTargetingExpression)`)` Remarketing list targeting criteria. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#targetingTemplate\"` . |\n\n| Methods ||\n|----------------------------------------------------------------------|---------------------------------------------------------------|\n| [get](/doubleclick-advertisers/rest/v5/targetingTemplates/get) | Gets one targeting template by ID. |\n| [insert](/doubleclick-advertisers/rest/v5/targetingTemplates/insert) | Inserts a new targeting template. |\n| [list](/doubleclick-advertisers/rest/v5/targetingTemplates/list) | Retrieves a list of targeting templates, optionally filtered. |\n| [patch](/doubleclick-advertisers/rest/v5/targetingTemplates/patch) | Updates an existing targeting template. |\n| [update](/doubleclick-advertisers/rest/v5/targetingTemplates/update) | Updates an existing targeting template. |"]]