8 সেপ্টেম্বর, 2025 থেকে শুরু করে, প্রতিটি নতুন লাইন আইটেমকে ঘোষণা করতে হবে যে তারা ইউরোপিয়ান ইউনিয়ন (EU) রাজনৈতিক বিজ্ঞাপনগুলি পরিবেশন করবে কি না। Display & Video 360 API এবং SDF আপলোডগুলি যেগুলি ঘোষণা প্রদান করে না সেগুলি ব্যর্থ হবে৷ এই ঘোষণাটি করার জন্য কীভাবে আপনার ইন্টিগ্রেশন আপডেট করবেন সে সম্পর্কে আরও বিশদ বিবরণের জন্য আমাদের অবচয় পৃষ্ঠা দেখুন।
Display & Video 360-এ একটি একক ম্যানুয়াল ট্রিগার।
সতর্কতা: ম্যানুয়াল ট্রিগার ব্যবহার করে লাইন আইটেমগুলি আর Display & Video 360-এ পরিবেশন করা হয় না। এই সংস্থানটি 1 আগস্ট, 2023-এ সূর্যাস্ত হবে। আরও তথ্যের জন্য আমাদের বৈশিষ্ট্য অবমূল্যায়ন ঘোষণা পড়ুন।
প্রয়োজন। মিনিটে প্রতিটি অ্যাক্টিভেশনের সর্বোচ্চ সময়কাল। 1 থেকে 360 এর মধ্যে হতে হবে। এই সময়কালের পরে, ট্রিগারটি স্বয়ংক্রিয়ভাবে নিষ্ক্রিয় হয়ে যাবে।
শুধুমাত্র আউটপুট। ট্রিগারের সর্বশেষ সক্রিয়করণের টাইমস্ট্যাম্প।
RFC3339 UTC "জুলু" ফর্ম্যাটে একটি টাইমস্ট্যাম্প, ন্যানোসেকেন্ড রেজোলিউশন এবং নয়টি পর্যন্ত ভগ্নাংশের সংখ্যা। উদাহরণ: "2014-10-02T15:01:23Z" এবং "2014-10-02T15:01:23.045123456Z" ।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eDisplay & Video 360 API v1, including the Manual Triggers feature, is sunsetting on August 1, 2023.\u003c/p\u003e\n"],["\u003cp\u003eManual Triggers, when active, allow for a defined duration of activation for line items in Display & Video 360.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation details the resource, its properties, available states (inactive, active), and associated API methods for managing manual triggers.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers should be aware of the deprecation and adjust any integrations relying on manual triggers accordingly.\u003c/p\u003e\n"]]],["The Display & Video 360 API v1's ManualTrigger resource is sunsetting on August 1, 2023. Manual triggers, identified by a unique `triggerId`, belong to an `advertiserId` and have a `displayName`. They have a set `activationDurationMinutes` and can be in either an `ACTIVE` or `INACTIVE` state. Available methods allow users to `activate`, `create`, `deactivate`, `get`, `list`, and `patch` these triggers. Note that line items using manual triggers are no longer supported.\n"],null,["# REST Resource: advertisers.manualTriggers\n\n| Display \\& Video 360 API v1 has been 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/v1/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://developers.google.com/protocol-buffers/docs/reference/google.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/v1/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/v1/advertisers.manualTriggers/activate) | Activates a manual trigger. |\n| ### [create](/display-video/api/reference/rest/v1/advertisers.manualTriggers/create) | Creates a new manual trigger. |\n| ### [deactivate](/display-video/api/reference/rest/v1/advertisers.manualTriggers/deactivate) | Deactivates a manual trigger. |\n| ### [get](/display-video/api/reference/rest/v1/advertisers.manualTriggers/get) | Gets a manual trigger. |\n| ### [list](/display-video/api/reference/rest/v1/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/v1/advertisers.manualTriggers/patch) | Updates a manual trigger. |"]]