Class: Google::Shopping::Merchant::Conversions::V1::MerchantCenterDestination
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Conversions::V1::MerchantCenterDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb
Overview
"Merchant Center Destination" sources can be used to send conversion events from an online store using a Google tag directly to a Merchant Center account where the source is created.
Instance Attribute Summary collapse
-
#attribution_settings ⇒ ::Google::Shopping::Merchant::Conversions::V1::AttributionSettings
Required.
-
#currency_code ⇒ ::String
Required.
-
#destination ⇒ ::String
readonly
Output only.
-
#display_name ⇒ ::String
Required.
Instance Attribute Details
#attribution_settings ⇒ ::Google::Shopping::Merchant::Conversions::V1::AttributionSettings
189 190 191 192 |
# File 'proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb', line 189 class MerchantCenterDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#currency_code ⇒ ::String
189 190 191 192 |
# File 'proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb', line 189 class MerchantCenterDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#destination ⇒ ::String (readonly)
189 190 191 192 |
# File 'proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb', line 189 class MerchantCenterDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
189 190 191 192 |
# File 'proto_docs/google/shopping/merchant/conversions/v1/conversionsources.rb', line 189 class MerchantCenterDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |