type FrequencyCap (v202405)
Represents a limit on the number of times a single viewer can be exposed to the same LineItem in a specified time period.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Field
|
maxImpressions
|
xsd:int
The maximum number of impressions than can be served to a user within a specified time period.
|
numTimeUnits
|
xsd:int
The number of FrequencyCap#timeUnit to represent the total time period.
|
timeUnit
|
TimeUnit
The unit of time for specifying the time period.
Enumerations
-
MINUTE
-
HOUR
-
DAY
-
WEEK
-
MONTH
-
LIFETIME
-
POD
- Per pod of ads in a video stream. Only valid for entities in a
EnvironmentType.VIDEO_PLAYER environment.
-
STREAM
- Per video stream. Only valid for entities in a
EnvironmentType.VIDEO_PLAYER environment.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The `FrequencyCap` object in Google Ad Manager represents a limit on the number of times a viewer can see the same ad within a specific time frame."],["It uses `maxImpressions`, `numTimeUnits`, and `timeUnit` fields to define the frequency cap's restrictions."],["`timeUnit` can be specified in minutes, hours, days, weeks, months, lifetime, per pod/stream (for video ads), or unknown."],["Frequency caps can be applied to Line Items, Proposal Line Items, and Inventory services within Google Ad Manager."]]],["The `FrequencyCap` limits the number of times a user sees a `LineItem` within a set timeframe. It uses `maxImpressions` to define the impression limit, `numTimeUnits` for the duration, and `timeUnit` to specify the time unit (e.g., `MINUTE`, `DAY`). The available units include time-based options and video-specific units like `POD` and `STREAM`. `FrequencyCap` depends on `LineItemSummary` and `ProposalLineItem` and is managed by services like `ForecastService`, `LineItemService`, and `ProposalLineItemService`.\n"]]