इस टूल में कोई समस्या है?
«UTM लिंक बिल्डर ऑनलाइन» के बारे में
यह टूल UTM पैरामीटर के साथ URLs बनाता है ताकि आप ट्रैक कर सकें कि Google Analytics में ट्रैफ़िक कहाँ से आता है।
UTM-टैग किए गए URLs आपको मापने देते हैं कि कौन से अभियान वास्तविक आगंतुक लाते हैं।
मार्केटिंग अभियानों का निर्माण करते समय इसका उपयोग करें।
इस टूल का उपयोग कैसे करें
How to attach UTM campaign parameters to a destination URL
Base URL
"URL" is the landing page you want to track. Include the full scheme and path — `https://example.com/products/red-shirt`. Existing query strings are preserved; UTM params are appended after them.
Required UTM fields
Set "Source" (`google`, `newsletter`, `twitter`), "Medium" (`cpc`, `email`, `social`), and "Campaign" (`summer-sale`). Conventions matter — analytics tools group rows by exact-string match, so be consistent across all your campaign links.
Press Run
Result returns a single `url` — your base URL with `?utm_source=…&utm_medium=…&utm_campaign=…` appended. Optional `utm_term` and `utm_content` are added only if you provide them. Values are URL-encoded so spaces and commas work safely.
Naming tips
Lowercase your source/medium/campaign values to avoid duplicate rows in analytics (`Google` vs `google`). Use hyphens not spaces. Keep campaign names short and project-coded — `q2-launch-email` is better than `Our exciting Q2 product launch email blast`.