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

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

Condition for when to email the scheduled report.

Protobuf type google.ads.admanager.v1.ScheduleOptions.DeliveryCondition

Namespace

Google \ Ads \ AdManager \ V1 \ ScheduleOptions

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

NEVER

Value: 0

Never deliver report.

Generated from protobuf enum NEVER = 0;

ALWAYS

Value: 1

Always deliver report.

Generated from protobuf enum ALWAYS = 1;

WHEN_FLAG_CONDITIONS_MET

Value: 2

Deliver report when flag's conditions are met.

Generated from protobuf enum WHEN_FLAG_CONDITIONS_MET = 2;