Initial commit
This commit is contained in:
commit
570d74d4dd
67 changed files with 4609 additions and 0 deletions
21
marketing/automation/UTM-tracking.md
Normal file
21
marketing/automation/UTM-tracking.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
## UTM-parameters
|
||||
|
||||
UTM = Urchin Tracking Module, vernoemd naar een webanalytics bedrijf dat Google in 2005 opkocht.
|
||||
### Hoe het werkt
|
||||
|
||||
Je plakt parameters achter elke link, bijvoorbeeld:
|
||||
|
||||
```
|
||||
https://jouwsite.nl/pagina?utm_source=linkedin&utm_medium=post&utm_campaign=launch&utm_content=cta-button
|
||||
```
|
||||
|
||||
De standaard parameters:
|
||||
|
||||
- `utm_source` — waar komt het vandaan? (linkedin, reddit, hackernews)
|
||||
- `utm_medium` — wat voor type uiting? (post, bio, comment, newsletter)
|
||||
- `utm_campaign` — welke campagne/periode? (launch-v1, april2025)
|
||||
- `utm_content` — welke specifieke CTA of variant? (cta-hero, cta-footer, cta-gratis-demo)
|
||||
- `utm_term` — oorspronkelijk gebruikt voor betaalde zoekopdrachten om bij te houden op welk zoekwoord iemand klikte
|
||||
|
||||
Daarbuiten kun je in principe eigen parameters verzinnen — sommige tools ondersteunen dat, Umami werkt alleen met de vijf standaard parameters.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue