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
Methods
__construct
Constructor.
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.
getName
Output only. Resource name of this attribution settings resource.
Format: properties/{property_id}/attributionSettings Example: "properties/1000/attributionSettings"
string
setName
Output only. Resource name of this attribution settings resource.
Format: properties/{property_id}/attributionSettings Example: "properties/1000/attributionSettings"
var
string
$this
getAcquisitionConversionEventLookbackWindow
Required. The lookback window configuration for acquisition conversion events. The default window size is 30 days.
int
setAcquisitionConversionEventLookbackWindow
Required. The lookback window configuration for acquisition conversion events. The default window size is 30 days.
var
int
$this
getOtherConversionEventLookbackWindow
Required. The lookback window for all other, non-acquisition conversion events. The default window size is 90 days.
int
setOtherConversionEventLookbackWindow
Required. The lookback window for all other, non-acquisition conversion events. The default window size is 90 days.
var
int
$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.
int
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.
var
int
$this