Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
एएमपी पेजों के लिए सहमति मोड सेट अप करना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
AMP के आंकड़ों से जुड़े टैग में, सहमति मोड के पैरामीटर को कस्टमाइज़ करने के विकल्प सीमित होते हैं. एएमपी में सहमति मैनेजमेंट की सुविधा पहले से मौजूद होती है. जैसे, सहमति मिलने तक Analytics टैग को कुछ समय के लिए रोकना. इसके बारे में ज़्यादा जानकारी के लिए, एएमपी पेजों पर यूरोपीय कानूनों से जुड़े मैसेज दिखाना और amp-consent लेख पढ़ें.
एएमपी पेजों के लिए, सहमति मैनेज करने की सेटिंग
डिफ़ॉल्ट रूप से, यूरोपियन इकनॉमिक एरिया (ईईए) में रहने वाले उपयोगकर्ताओं के लिए, ad_personalization सहमति नहीं दी जाती है. अपने amp-analytics टैग का इस्तेमाल करके, दिलचस्पी के मुताबिक विज्ञापन दिखाने की सुविधा को बंद किया जा सकता है:
<script async custom-element="amp-analytics" src="https://cdn.ampproject.org/v0/amp-analytics-0.1.js"></script>
<amp-analytics type="gtag" data-credentials="include">
<script type="application/json">
{
"vars" : {
"gtag_id": "<DESTINATION_ID>",
"config" : {
"<DESTINATION_ID>": {
"groups": "default",
"allow_ad_personalization_signals": [true|false]
}
}
}
}
</script>
</amp-analytics>
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2026-01-13 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2026-01-13 (UTC) को अपडेट किया गया."],[],["AMP provides limited consent mode parameter customization for analytics tags. Consent management settings allow specifying which Google services receive consented data, overriding the default. This is achieved using the `dma_cps` list in the `amp-analytics` tag or via Google Tag Manager. `ad_personalization` consent is denied by default for EEA users, but this can be overridden within the `amp-analytics` tag using the `allow_ad_personalization_signals` parameter. Built in consent management, delays analytics tags until consent is provided.\n"]]