Google Analytics के लिए, एमसीपी सर्वर आज़माएं. इसे
GitHub से इंस्टॉल करें. साथ ही, ज़्यादा जानकारी के लिए
सूचना देखें.
ParameterMutation
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह बदलाव करने वाले इवेंट पैरामीटर के बारे में बताता है.
JSON के काेड में दिखाना |
{
"parameter": string,
"parameterValue": string
} |
फ़ील्ड |
parameter |
string
ज़रूरी है. बदलाव करने के लिए पैरामीटर का नाम. वैल्यू में: * 40 से कम वर्ण होने चाहिए. * नियम के सभी म्यूटेशन के लिए यूनीक होना चाहिए * सिर्फ़ अक्षर, अंक या _ (अंडरस्कोर) होने चाहिए. इवेंट में बदलाव करने से जुड़े नियमों के लिए, नाम को 'eventName' पर भी सेट किया जा सकता है इवेंट नाम में बदलाव करने के लिए.
|
parameterValue |
string
ज़रूरी है. परफ़ॉर्म करने के लिए वैल्यू म्यूटेशन. * इसमें 100 से ज़्यादा वर्ण नहीं होने चाहिए. * पैरामीटर की कोई कॉन्स्टेंट वैल्यू तय करने के लिए, वैल्यू की स्ट्रिंग का इस्तेमाल करें. * किसी दूसरे पैरामीटर से वैल्यू कॉपी करने के लिए, "[[other_parameter]]" जैसे सिंटैक्स का इस्तेमाल करें ज़्यादा जानकारी के लिए, सहायता केंद्र का यह लेख पढ़ें.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["Defines an event parameter for mutation using JSON representation with `parameter` and `parameterValue` fields."],["`parameter` specifies the event parameter's name for mutation, adhering to specific length, uniqueness, and character constraints."],["`parameterValue` defines the mutation, either as a constant string value or by copying from another parameter using a specific syntax."]]],["The provided JSON structure defines event parameter mutations, requiring a `parameter` name and its `parameterValue`. The `parameter` must be a unique string (under 40 characters), containing letters, digits, or underscores; 'eventName' is also acceptable for event edits. `parameterValue` (under 100 characters) can be a constant string or reference another parameter using the format \"\\[\\[other_parameter\\]\\]\". This controls how an event's parameter should be changed.\n"]]