Google टैग (gtag.js) पैरामीटर का रेफ़रंस
नीचे दी गई टेबल में उन पैरामीटर के बारे में बताया गया है जिन्हें config
कमांड का इस्तेमाल करके कॉन्फ़िगर किया जा सकता है, set
कमांड की मदद से सेट किया जा सकता है या event
कमांड का इस्तेमाल करके पास किया जा सकता है.
किसी खास प्रॉडक्ट के पैरामीटर के बारे में ज़्यादा जानकारी पाने के लिए, इससे जुड़ा दस्तावेज़ देखें:
कंट्रोल पैरामीटर
पैरामीटर |
वैल्यू टाइप |
उदाहरण के तौर पर दी गई वैल्यू |
जानकारी |
groups |
स्ट्रिंग या स्ट्रिंग का अरे |
'डिफ़ॉल्ट,वेंडर' |
एक या उससे ज़्यादा ग्रुप को टारगेट असाइन करने के लिए, config कमांड
इसका इस्तेमाल करता है. |
send_to |
स्ट्रिंग या स्ट्रिंग का अरे |
'जी-XXXXXX' |
इवेंट डेटा पाने के लिए टारगेट खाता/प्रॉपर्टी सेट करता है. |
event_callback |
फ़ंक्शन |
function() { form.submit(); } |
event कमांड की प्रोसेस पूरी होने के बाद, JavaScript कॉलबैक फ़ंक्शन कॉल किया जाता है. |
event_timeout |
पूर्णांक |
2,000 |
मिलीसेकंड में event_callback के लिए इस्तेमाल किया गया टाइम आउट. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-02-06 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-02-06 (UTC) को अपडेट किया गया."],[[["The `config`, `set`, and `event` commands allow you to configure parameters for controlling data collection and processing."],["Parameters include specifying target groups (`groups`), destination for event data (`send_to`), callback functions (`event_callback`), and timeout for callbacks (`event_timeout`)."],["Detailed information on product-specific parameters can be found in the linked documentation for Google Ads, Campaign Manager, Search Ads 360, and Google Analytics."]]],["The `config`, `set`, and `event` commands use configurable parameters. `groups` assigns a target to one or more groups. `send_to` specifies the target account or property. `event_callback` triggers a JavaScript function upon completion of an `event` command. `event_timeout` sets the timeout for the `event_callback` in milliseconds. Product-specific parameters can be found in the documentation for Google Ads conversions, Google Ads remarketing, Campaign Manager and Search Ads 360, and Google Analytics.\n"]]