Enum AttributionSettings.AdsWebConversionDataExportScope (0.49.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_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;

GOOGLE_PAID_CHANNELS

Only Google Ads paid channels are eligible to receive conversion credit. To learn more, see Google Paid channels.

GOOGLE_PAID_CHANNELS = 3;

GOOGLE_PAID_CHANNELS_VALUE

Only Google Ads paid channels are eligible to receive conversion credit. To learn more, see Google Paid channels.

GOOGLE_PAID_CHANNELS = 3;

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;

PAID_AND_ORGANIC_CHANNELS

Paid and organic channels are eligible to receive conversion credit, but only credit assigned to Google Ads channels will appear in your Ads accounts. To learn more, see Paid and Organic channels.

PAID_AND_ORGANIC_CHANNELS = 2;

PAID_AND_ORGANIC_CHANNELS_VALUE

Paid and organic channels are eligible to receive conversion credit, but only credit assigned to Google Ads channels will appear in your Ads accounts. To learn more, see Paid and Organic channels.

PAID_AND_ORGANIC_CHANNELS = 2;

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()