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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AttributionSettings : IDirectResponseSchema

Properties

AttributionLookbackWindowInDays

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

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

AttributionModel

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<AttributionSettingsConversionType> ConversionType { get; set; }
Property Value
Type Description
IList<AttributionSettingsConversionType>

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