8 सितंबर, 2025 से, हर नए लाइन आइटम को यह बताना होगा कि वह यूरोपियन यूनियन (ईयू) में राजनैतिक विज्ञापन दिखाएगा या नहीं. Display & Video 360 API और एसडीएफ़ अपलोड करने की उन कार्रवाइयों को पूरा नहीं किया जा सकेगा जिनमें एलान नहीं किया गया है. इस बारे में ज़्यादा जानने के लिए कि इंटिग्रेशन को अपडेट करके यह एलान कैसे किया जाए, हमारा
हटाए गए टैग और एट्रिब्यूट का पेज देखें.
FrequencyCap
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ऐसी सेटिंग जो यह कंट्रोल करती हैं कि किसी तय समयावधि में, किसी उपयोगकर्ता को एक ही विज्ञापन कितनी बार दिखाया जा सकता है.
JSON के काेड में दिखाना |
{
"unlimited": boolean,
"timeUnit": enum (TimeUnit ),
"timeUnitCount": integer,
"maxImpressions": integer,
"maxViews": integer
} |
फ़ील्ड |
unlimited |
boolean
अनलिमिटेड फ़्रीक्वेंसी कैपिंग लागू है या नहीं. जब यह फ़ील्ड true पर सेट होता है, तो फ़्रीक्वेंसी कैप के बाकी फ़ील्ड लागू नहीं होते.
|
timeUnit |
enum (TimeUnit )
वह समय इकाई जिसमें फ़्रीक्वेंसी कैप लागू किया जाएगा. unlimited की वैल्यू false होने पर, यह एट्रिब्यूट देना ज़रूरी है.
|
timeUnitCount |
integer
फ़्रीक्वेंसी कैप कितने timeUnit तक चलेगा. unlimited की वैल्यू false होने पर, यह एट्रिब्यूट देना ज़रूरी है. timeUnit की वैल्यू के आधार पर, ये पाबंदियां लागू होती हैं:
TIME_UNIT_MONTHS - यह 1 होना चाहिए
TIME_UNIT_WEEKS - यह वैल्यू 1 से 4 के बीच होनी चाहिए
TIME_UNIT_DAYS - यह संख्या 1 से 6 के बीच होनी चाहिए
TIME_UNIT_HOURS - यह वैल्यू 1 से 23 के बीच होनी चाहिए
TIME_UNIT_MINUTES - यह वैल्यू 1 से 59 के बीच होनी चाहिए
|
maxImpressions |
integer
इस अवधि के दौरान, किसी उपयोगकर्ता को एक ही विज्ञापन ज़्यादा से ज़्यादा कितनी बार दिखाया जा सकता है. 0 से ज़्यादा होना चाहिए. unlimited की वैल्यू false होने और maxViews की वैल्यू सेट न होने पर, यह एट्रिब्यूट देना ज़रूरी है.
|
maxViews |
integer
ज़रूरी नहीं. इस अवधि के दौरान, उपयोगकर्ता किसी विज्ञापन पर ज़्यादा से ज़्यादा कितनी बार क्लिक कर सकता है या उसे पूरी तरह से कितनी बार देख सकता है. 0 से ज़्यादा होना चाहिए. यह सिर्फ़ YouTube और पार्टनर के संसाधनों पर लागू होता है. unlimited की वैल्यू false होने और maxImpressions की वैल्यू सेट न होने पर, यह एट्रिब्यूट देना ज़रूरी है.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# FrequencyCap\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nSettings that control the number of times a user may be shown with the same ad during a given time period.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"unlimited\": boolean, \"timeUnit\": enum (/display-video/api/reference/rest/v4/TimeUnit), \"timeUnitCount\": integer, \"maxImpressions\": integer, \"maxViews\": integer } ``` |\n\n| Fields ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `unlimited` | `boolean` Whether unlimited frequency capping is applied. When this field is set to `true`, the remaining frequency cap fields are not applicable. |\n| `timeUnit` | `enum (`[TimeUnit](/display-video/api/reference/rest/v4/TimeUnit)`)` The time unit in which the frequency cap will be applied. Required when [unlimited](/display-video/api/reference/rest/v4/FrequencyCap#FIELDS.unlimited) is `false`. |\n| `timeUnitCount` | `integer` The number of [timeUnit](/display-video/api/reference/rest/v4/FrequencyCap#FIELDS.time_unit) the frequency cap will last. Required when [unlimited](/display-video/api/reference/rest/v4/FrequencyCap#FIELDS.unlimited) is `false`. The following restrictions apply based on the value of [timeUnit](/display-video/api/reference/rest/v4/FrequencyCap#FIELDS.time_unit): - `TIME_UNIT_MONTHS` - must be 1 - `TIME_UNIT_WEEKS` - must be between 1 and 4 - `TIME_UNIT_DAYS` - must be between 1 and 6 - `TIME_UNIT_HOURS` - must be between 1 and 23 - `TIME_UNIT_MINUTES` - must be between 1 and 59 |\n| `maxImpressions` | `integer` The maximum number of times a user may be shown the same ad during this period. Must be greater than 0. Required when [unlimited](/display-video/api/reference/rest/v4/FrequencyCap#FIELDS.unlimited) is `false` and [maxViews](/display-video/api/reference/rest/v4/FrequencyCap#FIELDS.max_views) is not set. |\n| `maxViews` | `integer` Optional. The maximum number of times a user may click-through or fully view an ad during this period until it is no longer served to them. Must be greater than 0. Only applicable to YouTube and Partners resources. Required when [unlimited](/display-video/api/reference/rest/v4/FrequencyCap#FIELDS.unlimited) is `false` and [maxImpressions](/display-video/api/reference/rest/v4/FrequencyCap#FIELDS.max_impressions) is not set. |"]]