[[["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-02-13 UTC."],[[["`BaseCreativeTemplateVariableValue` is a base class used for storing values of the `CreativeTemplateVariable`."],["It's part of the `CreativeService` and located within the `https://www.google.com/apis/ads/publisher/v202402` namespace."],["It includes a field named `uniqueName` which is a string representing the unique name of the related `CreativeTemplateVariable`."],["Subclasses like `AssetCreativeTemplateVariableValue`, `LongCreativeTemplateVariableValue`, `StringCreativeTemplateVariableValue`, and `UrlCreativeTemplateVariableValue` inherit from this base class and provide specific value types."]]],["The content details the `CreativeService` and its dependencies, specifically focusing on `TemplateCreative` and its inheritance from `BaseCreativeTemplateVariableValue`. This base class is used to store values of `CreativeTemplateVariable`. Several types extend it: `AssetCreativeTemplateVariableValue`, `LongCreativeTemplateVariableValue`, `StringCreativeTemplateVariableValue`, and `UrlCreativeTemplateVariableValue`. A unique field is defined, `uniqueName`, which is a string representing the unique name of a `CreativeTemplateVariable`. The namespace for these components is provided.\n"]]