[[["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-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eStringCreativeTemplateVariableValue\u003c/code\u003e object stores string and list values for creative template variables.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eBaseCreativeTemplateVariableValue\u003c/code\u003e and includes a \u003ccode\u003euniqueName\u003c/code\u003e field for identifying the variable.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003evalue\u003c/code\u003e field stores the actual string content associated with the creative template variable.\u003c/p\u003e\n"],["\u003cp\u003eThis object is part of the Google Ad Manager API and uses the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["The document outlines the `StringCreativeTemplateVariableValue`, a component within the `CreativeService` for storing values associated with `CreativeTemplateVariable`. This specific variable type handles `VariableType.STRING` and `VariableType.LIST`. Key fields include `uniqueName`, inherited from `BaseCreativeTemplateVariableValue`, which identifies the linked `CreativeTemplateVariable`, and `value`, which holds the actual string value of the referenced template variable. The namespace for this component is defined as `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# type StringCreativeTemplateVariableValue (v202411)\n\n**Service** \n**CreativeService** **Inheritance** \n[BaseCreativeTemplateVariabl...](/ad-manager/api/reference/v202411/CreativeService.BaseCreativeTemplateVariableValue \"BaseCreativeTemplateVariableValue\") \n▼\n[AssetCreativeTemplateVariab...](/ad-manager/api/reference/v202411/CreativeService.AssetCreativeTemplateVariableValue \"AssetCreativeTemplateVariableValue\") [LongCreativeTemplateVariabl...](/ad-manager/api/reference/v202411/CreativeService.LongCreativeTemplateVariableValue \"LongCreativeTemplateVariableValue\") **StringCreativeTemplateVaria...** [UrlCreativeTemplateVariable...](/ad-manager/api/reference/v202411/CreativeService.UrlCreativeTemplateVariableValue \"UrlCreativeTemplateVariableValue\")\n\nStores values of [CreativeTemplateVariable](/ad-manager/api/reference/v202411/CreativeTemplateService.CreativeTemplateVariable) of\n`VariableType.STRING` and `VariableType.LIST`.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|\n| **`BaseCreativeTemplateVariableValue` (inherited)** ||\n| ### `uniqueName` | ` `xsd:`string` A uniqueName of the [CreativeTemplateVariable](/ad-manager/api/reference/v202411/CreativeTemplateService.CreativeTemplateVariable). |\n| **`StringCreativeTemplateVariableValue`** ||\n| ### `value` | ` `xsd:`string` The string value of [CreativeTemplateVariable](/ad-manager/api/reference/v202411/CreativeTemplateService.CreativeTemplateVariable) |"]]