Class GoogleAdsSearchads360V23ServicesExternalAttributionData
Contains additional information about externally attributed conversions.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesExternalAttributionData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExternalAttributionCredit
Represents the fraction of the conversion that is attributed to the Google Ads click.
Declaration
[JsonProperty("externalAttributionCredit")]
public virtual double? ExternalAttributionCredit { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ExternalAttributionModel
Specifies the attribution model name.
Declaration
[JsonProperty("externalAttributionModel")]
public virtual string ExternalAttributionModel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |