С 8 сентября 2025 года в каждой новой позиции необходимо будет указывать, будет ли она показывать политическую рекламу Европейского союза (ЕС). Загрузки через Display & Video 360 API и SDF без таких указаний будут отклонены. Подробнее о том, как обновить интеграцию и указать это указание, см. на странице «Устаревшие функции».
[null,null,["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003eSupported comparison operators include equal, greater than, less than, greater than or equal to, and less than or equal to.\u003c/p\u003e\n"],["\u003cp\u003eThese operators are used to compare values within data, allowing for filtering and conditional logic.\u003c/p\u003e\n"],["\u003cp\u003eEach operator is represented by a specific enum value for use in code and configurations.\u003c/p\u003e\n"],["\u003cp\u003eAn \u003ccode\u003eUNSPECIFIED\u003c/code\u003e enum exists for unknown or undefined comparison operations.\u003c/p\u003e\n"]]],["The provided content outlines six comparison operators. `COMPARISON_OPERATOR_UNSPECIFIED` indicates an unknown operator. `EQUAL` checks if values are identical. `GREATER_THAN` and `LESS_THAN` assess if a signal value is, respectively, larger or smaller than a comparison value. `GREATER_THAN_OR_EQUAL_TO` and `LESS_THAN_OR_EQUAL_TO` determine if the signal value is, respectively, larger or equal, or smaller or equal to the comparison value.\n"],null,["# ComparisonOperator\n\n| Display \\& Video 360 API is deprecated and will sunset on **October 7, 2025** . Migrate to [Display \\& Video 360 API v4](/display-video/api/reference/rest/v4) before sunset to avoid an interruption in service.\nAvailable comparison operators.\n\n| Enums ||\n|-----------------------------------|-------------------------------------------------------------|\n| `COMPARISON_OPERATOR_UNSPECIFIED` | Unknown operator. |\n| `EQUAL` | Values are equal. |\n| `GREATER_THAN` | Signal value is greater than the comparison value. |\n| `LESS_THAN` | Signal value is less than the second. |\n| `GREATER_THAN_OR_EQUAL_TO` | Signal value is greater than or equal to the second. |\n| `LESS_THAN_OR_EQUAL_TO` | Signal value is less than or equal to the comparison value. |"]]