Starting
September 8, 2025, every new line item will need to declare whether or not they will serve Eurpoean Union (EU) political ads. Display & Video 360 API and SDF uploads that don't provide declarations will fail. See our
deprecations page for more details on how to update your integration to make this declaration.
ActiveViewSignal
Stay organized with collections
Save and categorize content based on your preferences.
Supported active view signals for Algorithm Rules.
Enums |
ACTIVE_VIEW_SIGNAL_UNSPECIFIED |
Unknown signal. |
ACTIVE_VIEW_VIEWED |
Whether Active View detects that your ad has been viewed. Value is stored in the boolValue field of the comparison value. |
AUDIBLE |
Whether Active View detects that your ad was audible. Value is stored in the boolValue field of the comparison value. |
VIDEO_COMPLETED |
Whether the video was completed. Value is stored in the boolValue field of the comparison value. |
TIME_ON_SCREEN |
The time the ad was on screen in seconds. Value is stored in the int64Value field of the comparison value. |
VIDEO_PLAYER_SIZE |
The size of the video player displaying the ad. Value is stored in the videoPlayerSizeValue field of the comparison value. |
COMPLETED_IN_VIEW_AUDIBLE |
Whether the ad was completed in view and audible. Value is stored in the boolValue field of the comparison value. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-28 UTC.
[null,null,["Last updated 2025-04-28 UTC."],[],[],null,["# ActiveViewSignal\n\nSupported active view signals for Algorithm Rules.\n\n| Enums ||\n|----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ACTIVE_VIEW_SIGNAL_UNSPECIFIED` | Unknown signal. |\n| `ACTIVE_VIEW_VIEWED` | Whether Active View detects that your ad has been viewed. Value is stored in the [boolValue](/display-video/api/reference/rest/v4/AlgorithmRules#ComparisonValue.FIELDS.bool_value) field of the comparison value. |\n| `AUDIBLE` | Whether Active View detects that your ad was audible. Value is stored in the [boolValue](/display-video/api/reference/rest/v4/AlgorithmRules#ComparisonValue.FIELDS.bool_value) field of the comparison value. |\n| `VIDEO_COMPLETED` | Whether the video was completed. Value is stored in the [boolValue](/display-video/api/reference/rest/v4/AlgorithmRules#ComparisonValue.FIELDS.bool_value) field of the comparison value. |\n| `TIME_ON_SCREEN` | The time the ad was on screen in seconds. Value is stored in the [int64Value](/display-video/api/reference/rest/v4/AlgorithmRules#ComparisonValue.FIELDS.int64_value) field of the comparison value. |\n| `VIDEO_PLAYER_SIZE` | The size of the video player displaying the ad. Value is stored in the [videoPlayerSizeValue](/display-video/api/reference/rest/v4/AlgorithmRules#ComparisonValue.FIELDS.video_player_size_value) field of the comparison value. |\n| `COMPLETED_IN_VIEW_AUDIBLE` | Whether the ad was completed in view and audible. Value is stored in the [boolValue](/display-video/api/reference/rest/v4/AlgorithmRules#ComparisonValue.FIELDS.bool_value) field of the comparison value. |"]]