Class AttributionSettings.Types.ConversionType
Message representing a types of conversion events
Implements
Namespace: Google.Shopping.Merchant.Conversions.V1Beta
Assembly: Google.Shopping.Merchant.Conversions.V1Beta.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 |