Graph API Version

Ad Campaign Frequency Control Specs

Reading

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.

Parameters

This endpoint doesn't have any parameters.

Fields

FieldDescription
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)

Creating

You can't perform this operation on this endpoint.

Updating

You can't perform this operation on this endpoint.

Deleting

You can't perform this operation on this endpoint.