Google Ads Ad Manager V1 Client - Class PlacementStatus (0.1.1)

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

Status of the placement.

Protobuf type google.ads.admanager.v1.PlacementStatusEnum.PlacementStatus

Namespace

Google \ Ads \ AdManager \ V1 \ PlacementStatusEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PLACEMENT_STATUS_UNSPECIFIED

Value: 0

Not specified value.

Generated from protobuf enum PLACEMENT_STATUS_UNSPECIFIED = 0;

ACTIVE

Value: 1

Stats are collected, user-visible.

Generated from protobuf enum ACTIVE = 1;

INACTIVE

Value: 2

No stats collected, not user-visible.

Generated from protobuf enum INACTIVE = 2;

ARCHIVED

Value: 3

No stats collected, user-visible.

Generated from protobuf enum ARCHIVED = 3;