图谱 API 版

Ad Campaign Frequency Control Specs

读取

A frequency control spec specifies settings for frequency capping. For example, {"event": "IMPRESSIONS", "interval_days":3, "max_frequency":1} means that in every 3 days, not more than 1 impression per user.

参数

这个端点不包含任何参数。

字段

字段描述
event
enum

Event name, only IMPRESSIONS currently.

interval_days
unsigned int32

Interval period in days, between 1 and 90 (inclusive)

max_frequency
unsigned int32

The maximum frequency, between 1 and 90 (inclusive)

创建

你无法在此端点执行该操作。

更新

你无法在此端点执行该操作。

删除

你无法在此端点执行该操作。