Class AttributionSettings
The attribution settings used for a given property. This is a singleton resource.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class AttributionSettings : IMessage<AttributionSettings>, IEquatable<AttributionSettings>, IDeepCloneable<AttributionSettings>, IBufferMessage, IMessage
Constructors
AttributionSettings()
Declaration
public AttributionSettings()
AttributionSettings(AttributionSettings)
Declaration
public AttributionSettings(AttributionSettings other)
Parameters
| Type | Name | Description |
|---|---|---|
| AttributionSettings | other |
Properties
AcquisitionConversionEventLookbackWindow
Required. The lookback window configuration for acquisition conversion events. The default window size is 30 days.
Declaration
public AttributionSettings.Types.AcquisitionConversionEventLookbackWindow AcquisitionConversionEventLookbackWindow { get; set; }
Property Value
| Type | Description |
|---|---|
| AttributionSettings.Types.AcquisitionConversionEventLookbackWindow |
AdsWebConversionDataExportScope
Required. The Conversion Export Scope for data exported to linked Ads Accounts.
Declaration
public AttributionSettings.Types.AdsWebConversionDataExportScope AdsWebConversionDataExportScope { get; set; }
Property Value
| Type | Description |
|---|---|
| AttributionSettings.Types.AdsWebConversionDataExportScope |
AttributionSettingsName
AttributionSettingsName-typed view over the Name resource name property.
Declaration
public AttributionSettingsName AttributionSettingsName { get; set; }
Property Value
| Type | Description |
|---|---|
| AttributionSettingsName |
Name
Output only. Resource name of this attribution settings resource. Format: properties/{property_id}/attributionSettings Example: "properties/1000/attributionSettings"
Declaration
public 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
public AttributionSettings.Types.OtherConversionEventLookbackWindow OtherConversionEventLookbackWindow { get; set; }
Property Value
| Type | Description |
|---|---|
| AttributionSettings.Types.OtherConversionEventLookbackWindow |
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
public AttributionSettings.Types.ReportingAttributionModel ReportingAttributionModel { get; set; }
Property Value
| Type | Description |
|---|---|
| AttributionSettings.Types.ReportingAttributionModel |