Enum AttributionSettings.AdsWebConversionDataExportScope (0.32.0)

public enum AttributionSettings.AdsWebConversionDataExportScope extends Enum<AttributionSettings.AdsWebConversionDataExportScope> implements ProtocolMessageEnum

The Conversion Export Scope for data exported to linked Ads Accounts.

Protobuf enum google.analytics.admin.v1alpha.AttributionSettings.AdsWebConversionDataExportScope

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ADS_PREFERRED

The Ads Web Conversion Data export scope is Ads Preferred.

ADS_PREFERRED = 3;

ADS_PREFERRED_VALUE

The Ads Web Conversion Data export scope is Ads Preferred.

ADS_PREFERRED = 3;

ADS_WEB_CONVERSION_DATA_EXPORT_SCOPE_UNSPECIFIED

Default value. This value is unused.

ADS_WEB_CONVERSION_DATA_EXPORT_SCOPE_UNSPECIFIED = 0;

ADS_WEB_CONVERSION_DATA_EXPORT_SCOPE_UNSPECIFIED_VALUE

Default value. This value is unused.

ADS_WEB_CONVERSION_DATA_EXPORT_SCOPE_UNSPECIFIED = 0;

CROSS_CHANNEL

The Ads Web Conversion Data export scope is Cross Channel.

CROSS_CHANNEL = 2;

CROSS_CHANNEL_VALUE

The Ads Web Conversion Data export scope is Cross Channel.

CROSS_CHANNEL = 2;

NOT_SELECTED_YET

No data export scope selected yet. Export scope can never be changed back to this value.

NOT_SELECTED_YET = 1;

NOT_SELECTED_YET_VALUE

No data export scope selected yet. Export scope can never be changed back to this value.

NOT_SELECTED_YET = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()