Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
TargetFrequencySettings
Target Frequency settings for a supported product.
Fields |
time_unit
|
TargetFrequencyTimeUnit
Required. The time unit used to describe the time frame for target_frequency.
|
target_frequency
|
int32
Required. The target frequency goal per selected time unit.
|
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 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["Target frequency settings allow you to control how often your ads are shown to the same user within a specific timeframe."],["You need to define the timeframe using `time_unit` which can be daily, weekly, or monthly."],["You must specify the desired frequency within that timeframe using `target_frequency`, indicating how many times you want a user to see your ad."]]],["The settings define target frequency for a product. `time_unit` specifies the time frame using the `TargetFrequencyTimeUnit` enum. `target_frequency` sets the desired frequency goal as an integer, representing the number of times a goal should be achieved within the selected `time_unit`. Both fields, `time_unit` and `target_frequency`, are required for configuration.\n"]]