Enum NielsenCtvPacingEnum.NielsenCtvPacing (0.54.0)

public enum NielsenCtvPacingEnum.NielsenCtvPacing extends Enum<NielsenCtvPacingEnum.NielsenCtvPacing> implements ProtocolMessageEnum

Represents the pacing computation method for impressions on connected devices for a Nielsen measured line item. This only applies when Nielsen measurement is enabled for connected devices.

Protobuf enum google.ads.admanager.v1.NielsenCtvPacingEnum.NielsenCtvPacing

Implements

ProtocolMessageEnum

Static Fields

Name Description
COVIEW

Indicates that Nielsen impressions on connected devices are included, and we apply coviewing in pacing.

COVIEW = 1;

COVIEW_VALUE

Indicates that Nielsen impressions on connected devices are included, and we apply coviewing in pacing.

COVIEW = 1;

NIELSEN_CTV_PACING_UNSPECIFIED

Default value. This value is unused.

NIELSEN_CTV_PACING_UNSPECIFIED = 0;

NIELSEN_CTV_PACING_UNSPECIFIED_VALUE

Default value. This value is unused.

NIELSEN_CTV_PACING_UNSPECIFIED = 0;

NONE

The value returned if Nielsen measurement is disabled for connected devices.

NONE = 2;

NONE_VALUE

The value returned if Nielsen measurement is disabled for connected devices.

NONE = 2;

STRICT_COVIEW

Indicates that Nielsen impressions on connected devices are included, and we apply strict coviewing in pacing.

STRICT_COVIEW = 3;

STRICT_COVIEW_VALUE

Indicates that Nielsen impressions on connected devices are included, and we apply strict coviewing in pacing.

STRICT_COVIEW = 3;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()