Class GoogleAnalyticsAdminV1alphaAttributionSettings
The attribution settings used for a given property. This is a singleton resource.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaAttributionSettings : IDirectResponseSchema
Properties
AcquisitionConversionEventLookbackWindow
Required. The lookback window configuration for acquisition conversion events. The default window size is 30 days.
Declaration
[JsonProperty("acquisitionConversionEventLookbackWindow")]
public virtual string AcquisitionConversionEventLookbackWindow { get; set; }
Property Value
Type | Description |
---|---|
string |
AdsWebConversionDataExportScope
Required. The Conversion Export Scope for data exported to linked Ads Accounts.
Declaration
[JsonProperty("adsWebConversionDataExportScope")]
public virtual string AdsWebConversionDataExportScope { 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 |
Name
Output only. Resource name of this attribution settings resource. Format: properties/{property_id}/attributionSettings Example: "properties/1000/attributionSettings"
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OtherConversionEventLookbackWindow
Required. The lookback window for all other, non-acquisition conversion events. The default window size is 90 days.
Declaration
[JsonProperty("otherConversionEventLookbackWindow")]
public virtual string OtherConversionEventLookbackWindow { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportingAttributionModel
Required. The reporting attribution model used to calculate conversion credit in this property's reports. Changing the attribution model will apply to both historical and future data. These changes will be reflected in reports with conversion and revenue data. User and session data will be unaffected.
Declaration
[JsonProperty("reportingAttributionModel")]
public virtual string ReportingAttributionModel { get; set; }
Property Value
Type | Description |
---|---|
string |