Show / Hide Table of Contents

Class AttributionSettings.Types.ConversionType

Message representing the type of a conversion event.

Inheritance
object
AttributionSettings.Types.ConversionType
Implements
IMessage<AttributionSettings.Types.ConversionType>
IEquatable<AttributionSettings.Types.ConversionType>
IDeepCloneable<AttributionSettings.Types.ConversionType>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Conversions.V1
Assembly: Google.Shopping.Merchant.Conversions.V1.dll
Syntax
public sealed class AttributionSettings.Types.ConversionType : IMessage<AttributionSettings.Types.ConversionType>, IEquatable<AttributionSettings.Types.ConversionType>, IDeepCloneable<AttributionSettings.Types.ConversionType>, IBufferMessage, IMessage

Constructors

ConversionType()

Declaration
public ConversionType()

ConversionType(ConversionType)

Declaration
public ConversionType(AttributionSettings.Types.ConversionType other)
Parameters
Type Name Description
AttributionSettings.Types.ConversionType other

Properties

Name

Output only. Conversion event name, as it'll be reported by the client.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Report

Output only. Option indicating if the type should be included in Merchant Center reporting.

Declaration
public bool Report { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX