Interface PostbackWindowOrBuilder (0.51.0)

public interface PostbackWindowOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversionValues(int index)

public abstract ConversionValues getConversionValues(int index)

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.

repeated .google.analytics.admin.v1alpha.ConversionValues conversion_values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ConversionValues

getConversionValuesCount()

public abstract int getConversionValuesCount()

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.

repeated .google.analytics.admin.v1alpha.ConversionValues conversion_values = 1;

Returns
TypeDescription
int

getConversionValuesList()

public abstract List<ConversionValues> getConversionValuesList()

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.

repeated .google.analytics.admin.v1alpha.ConversionValues conversion_values = 1;

Returns
TypeDescription
List<ConversionValues>

getConversionValuesOrBuilder(int index)

public abstract ConversionValuesOrBuilder getConversionValuesOrBuilder(int index)

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.

repeated .google.analytics.admin.v1alpha.ConversionValues conversion_values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ConversionValuesOrBuilder

getConversionValuesOrBuilderList()

public abstract List<? extends ConversionValuesOrBuilder> getConversionValuesOrBuilderList()

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.

repeated .google.analytics.admin.v1alpha.ConversionValues conversion_values = 1;

Returns
TypeDescription
List<? extends com.google.analytics.admin.v1alpha.ConversionValuesOrBuilder>

getPostbackWindowSettingsEnabled()

public abstract boolean 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.

bool postback_window_settings_enabled = 2;

Returns
TypeDescription
boolean

The postbackWindowSettingsEnabled.