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 v2 has been sunset and manual triggers will no longer serve, with this method sunsetting on August 1, 2023.
This documentation details the process to deactivate a manual trigger using an HTTP POST request to a specified endpoint with advertiser and trigger IDs.
The request body should be empty, and a successful response will return an instance of ManualTrigger.
Authorization requires the https://www.googleapis.com/auth/display-video OAuth scope.
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
POST https://displayvideo.googleapis.com/v2/advertisers/{advertiserId}/manualTriggers/{triggerId}:deactivate
[[["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 v2 has been sunset. Manual triggers in Line Items no longer function, and this deactivation method will also sunset on August 1, 2023. The API call uses a POST request to a specific URL, requiring `advertiserId` and `triggerId` path parameters. The request body should be empty. A successful response returns a `ManualTrigger` instance. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]