Show / Hide Table of Contents

Class AttributionSettings

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

Inheritance
object
AttributionSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.conversions_v1beta.Data
Assembly: Google.Apis.Merchant.conversions_v1beta.dll
Syntax
public class AttributionSettings : IDirectResponseSchema

Properties

AttributionLookbackWindowDays

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

Declaration
[JsonProperty("attributionLookbackWindowDays")]
public virtual int? AttributionLookbackWindowDays { get; set; }
Property Value
Type Description
int?

AttributionModel

Required. Attribution model.

Declaration
[JsonProperty("attributionModel")]
public virtual string AttributionModel { get; set; }
Property Value
Type Description
string

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
[JsonProperty("conversionType")]
public virtual IList<ConversionType> ConversionType { get; set; }
Property Value
Type Description
IList<ConversionType>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX