AI-generated Key Takeaways
- 
          
Line Items using manual triggers no longer serve in Display & Video 360 and the resource will sunset on August 1, 2023.
 - 
          
A
ManualTriggerrepresents a single manual trigger within Display & Video 360. - 
          
The state of a manual trigger can be
INACTIVEorACTIVE. - 
          
Available methods for manual triggers include activate, create, deactivate, get, list, and patch.
 
Resource: ManualTrigger
A single manual trigger in Display & Video 360.
Warning: Line Items using manual triggers no longer serve in Display & Video 360. This resource will sunset on August 1, 2023. Read our feature deprecation announcement for more information.
| JSON representation | 
|---|
{
  "name": string,
  "advertiserId": string,
  "triggerId": string,
  "displayName": string,
  "activationDurationMinutes": string,
  "latestActivationTime": string,
  "state": enum ( | 
              
| Fields | |
|---|---|
name | 
                
                   
 Output only. The resource name of the manual trigger.  | 
              
advertiserId | 
                
                   
 Required. Immutable. The unique ID of the advertiser that the manual trigger belongs to.  | 
              
triggerId | 
                
                   
 Output only. The unique ID of the manual trigger.  | 
              
displayName | 
                
                   
 Required. The display name of the manual trigger. Must be UTF-8 encoded with a maximum size of 240 bytes.  | 
              
activationDurationMinutes | 
                
                   
 Required. The maximum duration of each activation in minutes. Must be between 1 and 360 inclusive. After this duration, the trigger will be automatically deactivated.  | 
              
latestActivationTime | 
                
                   
 Output only. The timestamp of the trigger's latest activation. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples:   | 
              
state | 
                
                   
 Output only. The state of the manual trigger. Will be set to the   | 
              
State
The state of a manual trigger.
| Enums | |
|---|---|
STATE_UNSPECIFIED | 
                Default value when state is not specified or is unknown in this version. | 
INACTIVE | 
                The trigger is currently inactive and ready to be activated. | 
ACTIVE | 
                The trigger is currently active (activated). | 
Methods | 
            |
|---|---|
                
 | 
              Activates a manual trigger. | 
                
 | 
              Creates a new manual trigger. | 
                
 | 
              Deactivates a manual trigger. | 
                
 | 
              Gets a manual trigger. | 
                
 | 
              Lists manual triggers that are accessible to the current user for a given advertiser ID. | 
                
 | 
              Updates a manual trigger. |