Every new line item needs to declare whether or not they will serve Eurpoean Union (EU) political ads. Display & Video 360 API and SDF uploads that don't provide declarations will fail. See our deprecations page for more details.
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Display & Video 360 API v1, including the method to get a manual trigger, has been sunset and will be fully unavailable after August 1, 2023.
This documentation details how to get a manual trigger using an HTTP GET request with specific path parameters for advertiser and trigger IDs.
Successful requests will return a response body containing an instance of ManualTrigger, while authorization requires the https://www.googleapis.com/auth/display-video scope.
Manual triggers are no longer served in Display & Video 360, rendering this functionality obsolete.
Warning: Line Items using manual triggers no longer serve in Display & Video 360. This method will sunset on August 1, 2023. Read our feature deprecation announcement for more information.
HTTP request
GET https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/manualTriggers/{triggerId}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["The Display & Video 360 API v1 manual trigger retrieval method is sunsetting on August 1, 2023, and will no longer function. The method, `GET https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/manualTriggers/{triggerId}`, requires the `advertiserId` and `triggerId` as path parameters. The request body must be empty. A successful request returns a `ManualTrigger` instance. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]