A partire dall'8 settembre 2025, ogni nuovo elemento pubblicitario dovrà dichiarare se pubblicherà o meno annunci politici dell'Unione Europea (UE). I caricamenti di API Display & Video 360 e SDF che non forniscono dichiarazioni non andranno a buon fine. Consulta la nostra pagina dei ritiri per ulteriori dettagli su come aggiornare l'integrazione per effettuare questa dichiarazione.
[null,null,["Ultimo aggiornamento 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. |"]]