Google Ads Ad Manager V1 Client - Class GoalType (0.6.0)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class GoalType.

Specifies the type of the goal for a LineItem.

Protobuf type google.ads.admanager.v1.GoalTypeEnum.GoalType

Namespace

Google \ Ads \ AdManager \ V1 \ GoalTypeEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

GOAL_TYPE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum GOAL_TYPE_UNSPECIFIED = 0;

NONE

Value: 1

No goal is specified for the number of ads delivered.

The line item type must be one of:

Generated from protobuf enum NONE = 1;

LIFETIME

Value: 2

There is a goal on the number of ads delivered for this line item during its entire lifetime.

The line item type must be one of:

Generated from protobuf enum LIFETIME = 2;

DAILY

Value: 3

There is a daily goal on the number of ads delivered for this line item.

The line item type must be one of:

Generated from protobuf enum DAILY = 3;