Show / Hide Table of Contents

Class AttributionSettings

Represents attribution settings for conversion sources receiving pre-attribution data.

Inheritance
object
AttributionSettings
Implements
IMessage<AttributionSettings>
IEquatable<AttributionSettings>
IDeepCloneable<AttributionSettings>
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 : IMessage<AttributionSettings>, IEquatable<AttributionSettings>, IDeepCloneable<AttributionSettings>, IBufferMessage, IMessage

Constructors

AttributionSettings()

Declaration
public AttributionSettings()

AttributionSettings(AttributionSettings)

Declaration
public AttributionSettings(AttributionSettings other)
Parameters
Type Name Description
AttributionSettings other

Properties

AttributionLookbackWindowDays

Required. Lookback window (in days) used for attribution in this source. Supported values are 7, 30 & 40.

Declaration
public int AttributionLookbackWindowDays { get; set; }
Property Value
Type Description
int

AttributionModel

Required. Attribution model.

Declaration
public AttributionSettings.Types.AttributionModel AttributionModel { get; set; }
Property Value
Type Description
AttributionSettings.Types.AttributionModel

ConversionType

Immutable. Unordered list. List of different conversion types a conversion event can be classified as. A standard "purchase" type will be automatically created if this list is empty at creation time.

Declaration
public RepeatedField<AttributionSettings.Types.ConversionType> ConversionType { get; }
Property Value
Type Description
RepeatedField<AttributionSettings.Types.ConversionType>
In this article
Back to top Generated by DocFX