Google Analytics Admin V1alpha Client - Class AttributionSettings (0.12.0)

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.

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.

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

setAcquisitionConversionEventLookbackWindow

Required. The lookback window configuration for acquisition conversion events. The default window size is 30 days.

Parameter
Name Description
var int
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

setOtherConversionEventLookbackWindow

Required. The lookback window for all other, non-acquisition conversion events. The default window size is 90 days.

Parameter
Name Description
var int
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

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
Returns
Type Description
$this