[[["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-05-15 UTC."],[[["BaseCreativeTemplateVariableValue is a foundational class for managing values within CreativeTemplateVariable objects."],["This class encompasses various data types like Asset, Long, String, and URL for creative template variables."],["Each BaseCreativeTemplateVariableValue instance is uniquely identified by the `uniqueName` field, aligning with its corresponding CreativeTemplateVariable."],["Developers can use this class to interact with and manipulate the different value types associated with creative templates in Google Ad Manager."]]],["The document details the `CreativeService` and its `TemplateCreative` dependency, specifically focusing on `BaseCreativeTemplateVariableValue`. This base class is used to store values for `CreativeTemplateVariable`. It outlines the inheritance relationships to four types: `AssetCreativeTemplateVariableValue`, `LongCreativeTemplateVariableValue`, `StringCreativeTemplateVariableValue`, and `UrlCreativeTemplateVariableValue`. It provides a unique identifier `uniqueName` that is tied to a string variable for each.\n"]]