Skip to main content

manual_triggers

Overview

Namemanual_triggers
TypeResource
Idgoogledevelopers.displayvideo.manual_triggers

Fields

NameDatatypeDescription
namestringOutput only. The resource name of the manual trigger.
activationDurationMinutesstringRequired. The maximum duration of each activation in minutes. Must be between 1 and 360 inclusive. After this duration, the trigger will be automatically deactivated.
advertiserIdstringRequired. Immutable. The unique ID of the advertiser that the manual trigger belongs to.
displayNamestringRequired. The display name of the manual trigger. Must be UTF-8 encoded with a maximum size of 240 bytes.
latestActivationTimestringOutput only. The timestamp of the trigger's latest activation.
statestringOutput only. The state of the manual trigger. Will be set to the INACTIVE state upon creation.
triggerIdstringOutput only. The unique ID of the manual trigger.

Methods

NameAccessible byRequired ParamsDescription
advertisers_manualTriggers_getSELECTadvertisersId, manualTriggersIdGets a manual trigger.
advertisers_manualTriggers_listSELECTadvertisersIdLists manual triggers that are accessible to the current user for a given advertiser ID. The order is defined by the order_by parameter. A single advertiser_id is required.
advertisers_manualTriggers_createINSERTadvertisersIdCreates a new manual trigger. Returns the newly created manual trigger if successful.
advertisers_manualTriggers_activateEXECadvertisersId, manualTriggersIdActivates a manual trigger. Each activation of the manual trigger must be at least 5 minutes apart, otherwise an error will be returned.
advertisers_manualTriggers_deactivateEXECadvertisersId, manualTriggersIdDeactivates a manual trigger.
advertisers_manualTriggers_patchEXECadvertisersId, manualTriggersIdUpdates a manual trigger. Returns the updated manual trigger if successful.