type FrequencyCap (v202402)
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/v202402
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-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["A FrequencyCap in Google Ad Manager limits the number of times a viewer sees the same ad within a specific timeframe."],["It's defined by the maximum impressions allowed (`maxImpressions`), the length of the time period (`numTimeUnits`), and the unit of time (e.g., hour, day, week) (`timeUnit`)."],["TimeUnit options include standard durations like minutes, hours, days, and also specialized options like \"pod\" or \"stream\" for video ads."]]],["The content defines the `FrequencyCap`, which limits how often a viewer sees a `LineItem` within a time period. Key elements include `maxImpressions` (maximum impressions served), `numTimeUnits` (total time period), and `timeUnit` (unit of time). Time units can be `MINUTE`, `HOUR`, `DAY`, `WEEK`, `MONTH`, `LIFETIME`, `POD`, `STREAM`, or `UNKNOWN`. `POD` and `STREAM` are only for `VIDEO_PLAYER` environments. The `ProposalLineItem` is dependent of the `FrequencyCap`.\n"]]