Class: Google::Ads::DataManager::V1::CustomVariable
- Inherits:
-
Object
- Object
- Google::Ads::DataManager::V1::CustomVariable
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/datamanager/v1/event.rb
Overview
Custom variable for ads conversions.
Instance Attribute Summary collapse
-
#destination_references ⇒ ::Array<::String>
Optional.
-
#value ⇒ ::String
Optional.
-
#variable ⇒ ::String
Optional.
Instance Attribute Details
#destination_references ⇒ ::Array<::String>
145 146 147 148 |
# File 'proto_docs/google/ads/datamanager/v1/event.rb', line 145 class CustomVariable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
145 146 147 148 |
# File 'proto_docs/google/ads/datamanager/v1/event.rb', line 145 class CustomVariable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#variable ⇒ ::String
145 146 147 148 |
# File 'proto_docs/google/ads/datamanager/v1/event.rb', line 145 class CustomVariable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |