- Mode C (Custom redirects): the mapping controls the redirect destination and the attribution labels.
- Modes A, B, and D: the mapping is a label only — it names a URL for analytics, but doesn’t change where it redirects.
Create a mapping
1
Add the URL
On the Mapped tab click Add URL, or click Create mapping next to an unmapped URL the dashboard has already seen.
2
Choose the match type
On Mode C domains, pick Exact or Glob.
3
Set destination and labels
Enter the destination URL (Mode C) and the campaign labels (source, medium, campaign) to record for matching visits.
Pattern syntax
Exact
A literal path:/spring-sale matches only /spring-sale.
Glob
Template placeholders
Glob destinations can reuse what was matched:Capture and forward
Match precedence
When several mappings could match the same URL:- Exact mappings always win over glob patterns.
- Among globs, the most specific pattern wins: literal segments beat
:namecaptures, which beat*, which beats**. - On an exact tie, the mapping created first wins.
Matching is forgiving
- Case-insensitive:
/Spring-Salematches/spring-sale. - Trailing slashes are ignored:
/ref/and/refmatch the same rule. - URLs are decoded before matching, and query parameter order doesn’t matter.