自
2025 年 9 月 8 日起,每个新订单项都需要声明是否会投放欧盟 (EU) 政治广告。Display & Video 360 API 和未提供声明的 SDF 上传操作将会失败。如需详细了解如何更新集成以进行此声明,请参阅我们的
弃用页面。
ActiveViewSignal
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
ACTIVE_VIEW_SIGNAL_UNSPECIFIED |
未知信号。 |
ACTIVE_VIEW_VIEWED |
Active View 是否检测到您的广告已被观看。值存储在比较值的 boolValue 字段中。 |
AUDIBLE |
Active View 是否检测到您的广告有声。值存储在比较值的 boolValue 字段中。 |
VIDEO_COMPLETED |
视频是否完整播放。值存储在比较值的 boolValue 字段中。 |
TIME_ON_SCREEN |
广告在屏幕上的展示时间(以秒为单位)。值存储在比较值的 int64Value 字段中。 |
VIDEO_PLAYER_SIZE |
展示广告的视频播放器的尺寸。值存储在比较值的 videoPlayerSizeValue 字段中。 |
COMPLETED_IN_VIEW_AUDIBLE |
广告是否完整播放且可见可听。值存储在比较值的 boolValue 字段中。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],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. |"]]