abstract type BaseCreativeTemplateVariableValue (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
BaseCreativeTemplateVariableValue is a base class for storing values of CreativeTemplateVariable.
It has a dependency on TemplateCreative within the CreativeService.
It is inherited by AssetCreativeTemplateVariableValue, LongCreativeTemplateVariableValue, StringCreativeTemplateVariableValue, and UrlCreativeTemplateVariableValue.
The class includes the field uniqueName, which is a string representing the unique name of the CreativeTemplateVariable.
The namespace for this class is https://www.google.com/apis/ads/publisher/v202411.
[[["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."],[],["The content details the `CreativeService` and its `TemplateCreative` dependency, specifically focusing on `BaseCreativeTemplateVariableValue`. This base class is used to store values for `CreativeTemplateVariable`. It has several derived classes, including `AssetCreativeTemplateVariableValue`, `LongCreativeTemplateVariableValue`, `StringCreativeTemplateVariableValue`, and `UrlCreativeTemplateVariableValue`. The `uniqueName`, a string field, identifies the `CreativeTemplateVariable`. The namespace for these entities is provided as `https://www.google.com/apis/ads/publisher/v202411`.\n"]]