Class: Google::Shopping::Merchant::Conversions::V1beta::MerchantCenterDestination

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb

Overview

"Merchant Center Destination" sources can be used to send conversion events from a website using a Google tag directly to a Merchant Center account where the source is created.

Instance Attribute Summary collapse

Instance Attribute Details

#attribution_settings::Google::Shopping::Merchant::Conversions::V1beta::AttributionSettings

Returns Required. Attribution settings being used for the Merchant Center Destination.

Returns:



186
187
188
189
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 186

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

#currency_code::String

Returns Required. Three-letter currency code (ISO 4217). The currency code defines in which currency the conversions sent to this destination will be reported in Merchant Center.

Returns:

  • (::String)

    Required. Three-letter currency code (ISO 4217). The currency code defines in which currency the conversions sent to this destination will be reported in Merchant Center.



186
187
188
189
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 186

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

#destination::String (readonly)

Returns Output only. Merchant Center Destination ID.

Returns:

  • (::String)

    Output only. Merchant Center Destination ID.



186
187
188
189
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 186

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

#display_name::String

Returns Required. Merchant-specified display name for the destination. This is the name that identifies the conversion source within the Merchant Center UI. Limited to 64 characters.

Returns:

  • (::String)

    Required. Merchant-specified display name for the destination. This is the name that identifies the conversion source within the Merchant Center UI. Limited to 64 characters.



186
187
188
189
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 186

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