Class AttributionSettings
Represents attribution settings for conversion sources receiving pre-attribution data.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.conversions_v1beta.Data
Assembly: Google.Apis.Merchant.conversions_v1beta.dll
Syntax
public class AttributionSettings : IDirectResponseSchema
Properties
AttributionLookbackWindowDays
Required. Lookback windows (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 |