URL Shortener and Traffic Analytics
An admin tool for shortening URLs and analyzing traffic sources from click logs (Wishket contract, 5 days)
An admin tool that creates short URLs and analyzes traffic sources from click logs.
What I did
- Built short URL creation and click statistics pages with Django
- Handled short codes and reserved words, and implemented redirects that preserve query parameters and fragments
- Traffic source analysis from click logs (detecting referrer, messenger app, browser, OS and device)
- Admin features such as URL groups, campaign labels and IPs excluded from statistics
Tech stack
- Python, Django