Class: Google::Ads::AdManager::V1::CreativeTemplateVariable::UrlCreativeTemplateVariable

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/creative_template_messages.rb

Overview

Represents a url variable defined in a creative template.

Use [UrlCreativeTemplateVariableValue][] to specify the value for this variable when creating a [TemplateCreative][] from a CreativeTemplate.

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::String

Returns Optional. Default value to be filled in when creating creatives from the creative template.

Returns:

  • (::String)

    Optional. Default value to be filled in when creating creatives from the creative template.



249
250
251
252
# File 'proto_docs/google/ads/admanager/v1/creative_template_messages.rb', line 249

class UrlCreativeTemplateVariable
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sample_value::String

Returns Optional. Sample value that is used when previewing the template in the UI.

Returns:

  • (::String)

    Optional. Sample value that is used when previewing the template in the UI.



249
250
251
252
# File 'proto_docs/google/ads/admanager/v1/creative_template_messages.rb', line 249

class UrlCreativeTemplateVariable
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#url_type::Google::Ads::AdManager::V1::CreativeTemplateVariableUrlTypeEnum::CreativeTemplateVariableUrlType

Returns Optional. The type of URL that this variable represents. Different types of URLs may be handled differently at rendering time.

Returns:



249
250
251
252
# File 'proto_docs/google/ads/admanager/v1/creative_template_messages.rb', line 249

class UrlCreativeTemplateVariable
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end