Kể từ ngày 8 tháng 9 năm 2025, mỗi mục hàng mới sẽ cần phải khai báo xem mục hàng đó có phân phát quảng cáo chính trị ở Liên minh Châu Âu (EU) hay không. Display & Video 360 API và các tệp SDF được tải lên mà không cung cấp thông tin khai báo sẽ không thành công. Hãy xem trang thông báo về những nội dung không dùng nữa để biết thêm thông tin về cách cập nhật quy trình tích hợp để đưa ra nội dung khai báo này.
Một điều kiện kích hoạt thủ công trong chiến dịch Hiển thị và Video 360.
Cảnh báo: Những mục hàng sử dụng trình kích hoạt thủ công sẽ không còn phân phát trong Mạng Hiển thị và Video 360. Tài nguyên này sẽ ngừng hoạt động kể từ ngày 1 tháng 8 năm 2023. Hãy đọc thông báo về việc ngừng sử dụng tính năng để biết thêm thông tin.
Bắt buộc. Thời lượng tối đa của mỗi lần kích hoạt tính bằng phút. Phải nằm trong khoảng từ 1 đến 360. Sau khoảng thời gian này, điều kiện kích hoạt sẽ tự động bị huỷ kích hoạt.
Chỉ có đầu ra. Dấu thời gian của lần kích hoạt gần đây nhất của điều kiện kích hoạt.
Dấu thời gian theo múi giờ "Zulu" RFC3339 (giờ UTC) với độ phân giải nano giây và lên đến 9 chữ số phân số. Ví dụ: "2014-10-02T15:01:23Z" và "2014-10-02T15:01:23.045123456Z".
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003eDisplay & Video 360 API v2, including the Manual Triggers resource, will sunset on August 1, 2023.\u003c/p\u003e\n"],["\u003cp\u003eManual Triggers allow for the temporary activation of line items within Display & Video 360, with a configurable activation duration.\u003c/p\u003e\n"],["\u003cp\u003eManual Triggers can be created, activated, deactivated, listed, retrieved, and updated via the API.\u003c/p\u003e\n"],["\u003cp\u003eA Manual Trigger can be in one of three states: \u003ccode\u003eSTATE_UNSPECIFIED\u003c/code\u003e, \u003ccode\u003eINACTIVE\u003c/code\u003e, or \u003ccode\u003eACTIVE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe Manual Trigger resource includes fields such as name, advertiser ID, trigger ID, display name, activation duration, latest activation time, and state.\u003c/p\u003e\n"]]],["Manual triggers in Display & Video 360 are no longer serving and will sunset on August 1, 2023. Each `ManualTrigger` includes fields like `name`, `advertiserId`, `displayName`, `activationDurationMinutes`, `latestActivationTime`, and `state`. States can be `INACTIVE` or `ACTIVE`. Available methods include `activate`, `create`, `deactivate`, `get`, `list`, and `patch` for managing manual triggers. The Display & Video 360 API v2 is sunset.\n"],null,["# REST Resource: advertisers.manualTriggers\n\n| Display \\& Video 360 API v2 has sunset.\n- [Resource: ManualTrigger](#ManualTrigger)\n - [JSON representation](#ManualTrigger.SCHEMA_REPRESENTATION)\n- [State](#State)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ManualTrigger\n-----------------------\n\nA single manual trigger in Display \\& Video 360.\n\n**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](/display-video/api/deprecations#features.manual_triggers) for more information.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"advertiserId\": string, \"triggerId\": string, \"displayName\": string, \"activationDurationMinutes\": string, \"latestActivationTime\": string, \"state\": enum (/display-video/api/reference/rest/v2/advertisers.manualTriggers#State) } ``` |\n\n| Fields ||\n|-----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The resource name of the manual trigger. |\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. Immutable. The unique ID of the advertiser that the manual trigger belongs to. |\n| `triggerId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The unique ID of the manual trigger. |\n| `displayName` | `string` Required. The display name of the manual trigger. Must be UTF-8 encoded with a maximum size of 240 bytes. |\n| `activationDurationMinutes` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` 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. |\n| `latestActivationTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` 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: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |\n| `state` | `enum (`[State](/display-video/api/reference/rest/v2/advertisers.manualTriggers#State)`)` Output only. The state of the manual trigger. Will be set to the `INACTIVE` state upon creation. |\n\nState\n-----\n\nThe state of a manual trigger.\n\n| Enums ||\n|---------------------|--------------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | Default value when state is not specified or is unknown in this version. |\n| `INACTIVE` | The trigger is currently inactive and ready to be activated. |\n| `ACTIVE` | The trigger is currently active (activated). |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|\n| ### [activate](/display-video/api/reference/rest/v2/advertisers.manualTriggers/activate) | Activates a manual trigger. |\n| ### [create](/display-video/api/reference/rest/v2/advertisers.manualTriggers/create) | Creates a new manual trigger. |\n| ### [deactivate](/display-video/api/reference/rest/v2/advertisers.manualTriggers/deactivate) | Deactivates a manual trigger. |\n| ### [get](/display-video/api/reference/rest/v2/advertisers.manualTriggers/get) | Gets a manual trigger. |\n| ### [list](/display-video/api/reference/rest/v2/advertisers.manualTriggers/list) | Lists manual triggers that are accessible to the current user for a given advertiser ID. |\n| ### [patch](/display-video/api/reference/rest/v2/advertisers.manualTriggers/patch) | Updates a manual trigger. |"]]