Class: Google::Shopping::Merchant::Conversions::V1beta::CreateConversionSourceRequest

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

Request message for the CreateConversionSource method.

Instance Attribute Summary collapse

Instance Attribute Details

#conversion_source::Google::Shopping::Merchant::Conversions::V1beta::ConversionSource

Returns Required. The conversion source description. A new ID will be automatically assigned to it upon creation.

Returns:



200
201
202
203
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 200

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

#parent::String

Returns Required. The merchant account that will own the new conversion source. Format: accounts/{account}.

Returns:

  • (::String)

    Required. The merchant account that will own the new conversion source. Format: accounts/{account}



200
201
202
203
# File 'proto_docs/google/shopping/merchant/conversions/v1beta/conversionsources.rb', line 200

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