自
2025 年 9 月 8 日起,每个新订单项都需要声明是否会投放欧盟 (EU) 政治广告。Display & Video 360 API 和未提供声明的 SDF 上传操作将会失败。如需详细了解如何更新集成以进行此声明,请参阅我们的
弃用页面。
RuleAggregationType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
RULE_AGGREGATION_TYPE_UNSPECIFIED |
汇总类型未知。 |
SUM_OF_VALUES |
规则值的总和。 |
PRODUCT_OF_VALUES |
规则值的乘积。 |
MAXIMUM_VALUE |
规则的最大值。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],["Display & Video 360 API v4 is in beta and supports specific aggregation types for Algorithm Rules and Rulesets. The available aggregation types are: `SUM_OF_VALUES`, which calculates the sum of rule values; `PRODUCT_OF_VALUES`, which calculates the product of rule values; and `MAXIMUM_VALUE`, which selects the highest rule value. `RULE_AGGREGATION_TYPE_UNSPECIFIED` represents an unknown aggregation type.\n"],null,["# RuleAggregationType\n\nThe supported aggregation type for the Algorithm Rules and Rulesets.\n\n| Enums ||\n|-------------------------------------|-----------------------------|\n| `RULE_AGGREGATION_TYPE_UNSPECIFIED` | Unknown aggregation type. |\n| `SUM_OF_VALUES` | The sum of rule values. |\n| `PRODUCT_OF_VALUES` | The product of rule values. |\n| `MAXIMUM_VALUE` | The maximum rule value. |"]]