Class: Google::Shopping::Merchant::Conversions::V1beta::GoogleAnalyticsLink

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

"Google Analytics Link" sources can be used to get conversion data from an existing Google Analytics property into the linked Merchant Center account.

Instance Attribute Summary collapse

Instance Attribute Details

#attribution_settings::Google::Shopping::Merchant::Conversions::V1beta::AttributionSettings (readonly)

Returns Output only. Attribution settings for the linked Google Analytics property.

Returns:



161
162
163
164
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 161

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

#property::String (readonly)

Returns Output only. Name of the Google Analytics property the merchant is linked to.

Returns:

  • (::String)

    Output only. Name of the Google Analytics property the merchant is linked to.



161
162
163
164
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 161

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

#property_id::Integer

Returns Required. Immutable. ID of the Google Analytics property the merchant is linked to.

Returns:

  • (::Integer)

    Required. Immutable. ID of the Google Analytics property the merchant is linked to.



161
162
163
164
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 161

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