Best practice: tracking your own campaigns with UTM tags
**Common UTM parameters**
• **utm_source** – Identifies where the traffic comes from (e.g., newsletter, Twitter, Facebook).
• **utm_medium** – Specifies the marketing channel (e.g., email, social, banner).
• **utm_campaign** – Names the specific campaign or promotion (e.g., spring_sale, holiday2026).
• **utm_term** – Adds a keyword or search term for paid campaigns (optional).
• **utm_content** – Differentiates similar ads or links for A/B testing (optional).
**Best practices**
• Be descriptive and consistent in your naming conventions (avoid spaces; use hyphens or underscores).
• Stick to lowercase letters and avoid special characters.
• Only include parameters relevant to your tracking needs – more isn’t always better.
• Don’t use UTM tags on internal links; they’re for external traffic sources.
• Test your links to make sure they direct to the correct page and that analytics systems record the data correctly.
**Example**
Suppose your affiliate link is `https://billing.illusioncloud.biz/aff.php?aff=12345`. You can add UTM tags when sharing it in your email newsletter:
`https://billing.illusioncloud.biz/aff.php?aff=12345&utm_source=newsletter&utm_medium=email&utm_campaign=spring_sale`
With this format you’ll know that any clicks and sign‑ups came from the “spring_sale” campaign in your newsletter.