Reference documentation and code samples for the Google Analytics Admin V1alpha Client class PostbackWindow.
Settings for a SKAdNetwork conversion postback window.
Generated from protobuf message google.analytics.admin.v1alpha.PostbackWindow
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ conversion_values |
array<Google\Analytics\Admin\V1alpha\ConversionValues>
Ordering of the repeated field will be used to prioritize the conversion value settings. Lower indexed entries are prioritized higher. The first conversion value setting that evaluates to true will be selected. It must have at least one entry if enable_postback_window_settings is set to true. It can have maximum of 128 entries. |
↳ postback_window_settings_enabled |
bool
If enable_postback_window_settings is true, conversion_values must be populated and will be used for determining when and how to set the Conversion Value on a client device and exporting schema to linked Ads accounts. If false, the settings are not used, but are retained in case they may be used in the future. This must always be true for postback_window_one. |
getConversionValues
Ordering of the repeated field will be used to prioritize the conversion value settings. Lower indexed entries are prioritized higher. The first conversion value setting that evaluates to true will be selected. It must have at least one entry if enable_postback_window_settings is set to true. It can have maximum of 128 entries.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setConversionValues
Ordering of the repeated field will be used to prioritize the conversion value settings. Lower indexed entries are prioritized higher. The first conversion value setting that evaluates to true will be selected. It must have at least one entry if enable_postback_window_settings is set to true. It can have maximum of 128 entries.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Analytics\Admin\V1alpha\ConversionValues>
|
Returns | |
---|---|
Type | Description |
$this |
getPostbackWindowSettingsEnabled
If enable_postback_window_settings is true, conversion_values must be populated and will be used for determining when and how to set the Conversion Value on a client device and exporting schema to linked Ads accounts. If false, the settings are not used, but are retained in case they may be used in the future. This must always be true for postback_window_one.
Returns | |
---|---|
Type | Description |
bool |
setPostbackWindowSettingsEnabled
If enable_postback_window_settings is true, conversion_values must be populated and will be used for determining when and how to set the Conversion Value on a client device and exporting schema to linked Ads accounts. If false, the settings are not used, but are retained in case they may be used in the future. This must always be true for postback_window_one.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |