AI-generated Key Takeaways
- 
          Display & Video 360 API v3 has sunset and users should transition to v4. 
- 
          The content lists supported Active View signals for Algorithm Rules, including ACTIVE_VIEW_VIEWED,AUDIBLE,VIDEO_COMPLETED,TIME_ON_SCREEN,VIDEO_PLAYER_SIZE, andCOMPLETED_IN_VIEW_AUDIBLE.
- 
          Each supported Active View signal enum has a description and indicates where its value is stored within the API structure. 
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. |