החל מ-8 בספטמבר 2025, בכל פריט חדש צריך להצהיר אם הוא יציג מודעות פוליטיות באיחוד האירופי (EU) או לא. העלאות של קובצי SDF ושל Display & Video 360 API שלא כוללות הצהרות ייכשלו. מידע נוסף על אופן העדכון של האינטגרציה כדי להוסיף את ההצהרה הזו זמין בדף ההוצאה משימוש.
[null,null,["עדכון אחרון: 2025-07-25 (שעון 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. |"]]