Google Analytics Admin V1alpha Client - Class AttributionSettings (0.9.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
NameDescription
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
TypeDescription
string

setName

Output only. Resource name of this attribution settings resource.

Format: properties/{property_id}/attributionSettings Example: "properties/1000/attributionSettings"

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAcquisitionConversionEventLookbackWindow

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

Returns
TypeDescription
int

setAcquisitionConversionEventLookbackWindow

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getOtherConversionEventLookbackWindow

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

Returns
TypeDescription
int

setOtherConversionEventLookbackWindow

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

Parameter
NameDescription
var int
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var int
Returns
TypeDescription
$this