AI-generated Key Takeaways
- 
          Active View signals like ACTIVE_VIEW_VIEWED,AUDIBLE,VIDEO_COMPLETED,TIME_ON_SCREEN,VIDEO_PLAYER_SIZE, andCOMPLETED_IN_VIEW_AUDIBLEare supported for Algorithm Rules.
- 
          Each supported signal, except ACTIVE_VIEW_SIGNAL_UNSPECIFIED, corresponds to a specific metric related to ad viewing and interaction.
- 
          The values for these signals are stored in different fields within the comparison value, depending on the data type (boolean, integer, or video player size). 
- 
          The ACTIVE_VIEW_SIGNAL_UNSPECIFIEDsignal represents an unknown state and does not correspond to a specific metric value.
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 boolValuefield of the comparison value. | 
| AUDIBLE | Whether Active View detects that your ad was audible. Value is stored in the boolValuefield of the comparison value. | 
| VIDEO_COMPLETED | Whether the video was completed. Value is stored in the boolValuefield of the comparison value. | 
| TIME_ON_SCREEN | The time the ad was on screen in seconds. Value is stored in the int64Valuefield of the comparison value. | 
| VIDEO_PLAYER_SIZE | The size of the video player displaying the ad. Value is stored in the videoPlayerSizeValuefield of the comparison value. | 
| COMPLETED_IN_VIEW_AUDIBLE | Whether the ad was completed in view and audible. Value is stored in the boolValuefield of the comparison value. |