UTM पैरामीटर बिल्डर और डिजिटल मार्केटिंग अभियान ट्रैकिंग
UTM पैरामीटर बिल्डर और डिजिटल मार्केटिंग अभियान ट्रैकिंग
यह टूल 100% आपके ब्राउज़र में सुरक्षित रूप से चलता है। आपका कोड, टोकन और संवेदनशील डेटा कभी भी बाहरी सर्वर पर अपलोड नहीं होता।
मूल वास्तुकला और गणितीय सूत्र
Final URL = Base URL + ?utm_source + &utm_medium + &utm_campaign
The query string begins with a question mark. Subsequent UTM parameters are concatenated using ampersands. The source, medium, and campaign fields are strictly required for accurate GA4 tracking.
सर्वोत्तम अभ्यास और आवश्यक दिशानिर्देश
- Enforce Strict Lowercase Rules: Google Analytics is case sensitive. If you use 'Email' in one link and 'email' in another, GA4 splits them into two entirely different traffic sources.
- Use Standardized Mediums: Always map your medium to GA4 default channel groupings. Use 'cpc' for paid search, 'social' for organic social media, and 'email' for newsletters.
- Replace Spaces with Underscores: Never use raw spaces in UTM parameters, as browsers will convert them to ugly `%20` encodings. Use underscores or hyphens to separate words.