Class GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings
Settings related to this conversion action's attribution model.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings : IDirectResponseSchema
Properties
AttributionModel
The attribution model type of this conversion action.
Declaration
[JsonProperty("attributionModel")]
public virtual string AttributionModel { get; set; }
Property Value
Type | Description |
---|---|
string |
DataDrivenModelStatus
Output only. The status of the data-driven attribution model for the conversion action.
Declaration
[JsonProperty("dataDrivenModelStatus")]
public virtual string DataDrivenModelStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |