FrequencyCap
用于控制在指定时间段内向用户展示同一广告的次数的设置。
JSON 表示法 |
{
"unlimited": boolean,
"timeUnit": enum (TimeUnit ),
"timeUnitCount": integer,
"maxImpressions": integer,
"maxViews": integer
} |
字段 |
unlimited |
boolean
是否应用了无限制的频次上限。将此字段设置为 true 后,其余频次上限字段将不适用。
|
timeUnit |
enum (TimeUnit )
应用频次上限的时间单位。 当 unlimited 为 false 时,必须设置此参数。
|
timeUnitCount |
integer
频次上限持续的timeUnit 数量。 当 unlimited 为 false 时,必须设置此参数。根据 timeUnit 的值,存在以下限制:
TIME_UNIT_LIFETIME - 此字段仅用于输出,默认值为 1
TIME_UNIT_MONTHS - 必须介于 1 到 2 之间
TIME_UNIT_WEEKS - 必须介于 1 到 4 之间
TIME_UNIT_DAYS - 必须介于 1 到 6 之间
TIME_UNIT_HOURS - 必须介于 1 到 23 之间
TIME_UNIT_MINUTES - 必须介于 1 到 59 之间
|
maxImpressions |
integer
在此时间段内向同一用户展示同一广告的次数上限。必须大于 0。 当 unlimited 为 false 且未设置 maxViews 时,此参数为必需参数。
|
maxViews |
integer
可选。在用户不再看到广告之前,在此时间段内用户点击或完整观看广告的次数上限。必须大于 0。 仅适用于 YouTube 和合作伙伴资源。 如果 unlimited 为 false 且未设置 maxImpressions ,则必须提供此值。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-22。
[null,null,["最后更新时间 (UTC):2024-10-22。"],[[["Frequency capping settings determine how often a user sees the same ad within a specific timeframe."],["These settings offer control over the maximum impressions or views a user receives within a defined period."],["You can set frequency caps based on various time units (lifetime, months, weeks, days, hours, minutes) and limits."],["The \"unlimited\" option bypasses other frequency cap settings, allowing for unlimited ad exposure."],["For YouTube and Partner resources, you can set limits for both impressions (ad displays) and views (clicks or full views)."]]],[]]