Reference documentation and code samples for the Google Analytics Admin V1alpha Client class AttributionSettings.
The attribution settings used for a given property. This is a singleton resource.
Generated from protobuf message google.analytics.admin.v1alpha.AttributionSettings
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. Resource name of this attribution settings resource. Format: properties/{property_id}/attributionSettings Example: "properties/1000/attributionSettings" |
↳ acquisition_conversion_event_lookback_window |
int
Required. The lookback window configuration for acquisition conversion events. The default window size is 30 days. |
↳ other_conversion_event_lookback_window |
int
Required. The lookback window for all other, non-acquisition conversion events. The default window size is 90 days. |
↳ reporting_attribution_model |
int
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. |
↳ ads_web_conversion_data_export_scope |
int
Required. The Conversion Export Scope for data exported to linked Ads Accounts. |
getName
Output only. Resource name of this attribution settings resource.
Format: properties/{property_id}/attributionSettings Example: "properties/1000/attributionSettings"
Returns | |
---|---|
Type | Description |
string |
setName
Output only. Resource name of this attribution settings resource.
Format: properties/{property_id}/attributionSettings Example: "properties/1000/attributionSettings"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAcquisitionConversionEventLookbackWindow
Required. The lookback window configuration for acquisition conversion events. The default window size is 30 days.
Returns | |
---|---|
Type | Description |
int |
Enum of type AcquisitionConversionEventLookbackWindow. |
setAcquisitionConversionEventLookbackWindow
Required. The lookback window configuration for acquisition conversion events. The default window size is 30 days.
Parameter | |
---|---|
Name | Description |
var |
int
Enum of type AcquisitionConversionEventLookbackWindow. |
Returns | |
---|---|
Type | Description |
$this |
getOtherConversionEventLookbackWindow
Required. The lookback window for all other, non-acquisition conversion events. The default window size is 90 days.
Returns | |
---|---|
Type | Description |
int |
Enum of type OtherConversionEventLookbackWindow. |
setOtherConversionEventLookbackWindow
Required. The lookback window for all other, non-acquisition conversion events. The default window size is 90 days.
Parameter | |
---|---|
Name | Description |
var |
int
Enum of type OtherConversionEventLookbackWindow. |
Returns | |
---|---|
Type | Description |
$this |
getReportingAttributionModel
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.
Returns | |
---|---|
Type | Description |
int |
Enum of type ReportingAttributionModel. |
setReportingAttributionModel
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.
Parameter | |
---|---|
Name | Description |
var |
int
Enum of type ReportingAttributionModel. |
Returns | |
---|---|
Type | Description |
$this |
getAdsWebConversionDataExportScope
Required. The Conversion Export Scope for data exported to linked Ads Accounts.
Returns | |
---|---|
Type | Description |
int |
Enum of type AdsWebConversionDataExportScope. |
setAdsWebConversionDataExportScope
Required. The Conversion Export Scope for data exported to linked Ads Accounts.
Parameter | |
---|---|
Name | Description |
var |
int
Enum of type AdsWebConversionDataExportScope. |
Returns | |
---|---|
Type | Description |
$this |