Core Features Guide
Explore the essential tools in Lickity Click for link management, analytics, and reporting to enhance your content creation workflow.
Overview
Lickity Click provides essential tools to shorten links, track clicks in real time, organize campaigns, and generate QR codes and reports. You streamline your content creation by creating branded short links with custom slugs and UTM parameters. Monitor audience engagement through detailed analytics on countries, devices, and referrers. Bundle links into groups for sponsor tracking and export professional reports.
Review these core features to maximize your link management. Customize slugs and UTMs to fit your branding and campaigns.
Key Features at a Glance
Link Shortening
Create custom slugs and add UTM parameters in seconds.
Real-Time Analytics
View clicks by country, device, and referrer instantly.
Campaign Groups
Organize links for sponsor deals and generate reports.
QR Codes & Exports
Download QR codes and shareable reports effortlessly.
Shorten Links with Custom Slugs and UTMs
Create branded short links quickly. Paste any URL, choose a custom slug, and add UTM parameters for tracking.
Paste URL
Enter your long URL in the dashboard at https://app.lickity.click.
Set Slug
Choose a custom slug like daveswift.link/join or let Lickity Click generate one.
Add UTMs
Append UTM parameters for campaigns.
Shorten & Share
Copy your short link and QR code.
Use these UTM examples in your links:
// Example: UTM for a video campaign
const utmUrl = "https://app.lickity.click/shorten?destination=https://example.com/podcast&utm_campaign=summer-promo&utm_medium=video&utm_source=youtube";
# Python example for bulk shortening
utm_params = {
"utm_campaign": "summer-promo",
"utm_medium": "video",
"utm_source": "youtube"
}
short_url = f"https://lickity.click/new?{urlencode(utm_params)}"
# cURL example to simulate
curl "https://app.lickity.click/shorten" \
-d "url=https://example.com/podcast&utm_campaign=summer-promo"
Track Clicks in Real Time
Monitor every click as it happens. View breakdowns by country, device, and referrer on your dashboard.
See top countries like US (73%) or CA (12%). Filter by time range for daily insights.
Track mobile (65%), desktop (30%), and tablet clicks. Optimize redirects based on device.
Identify sources like YouTube (45%) or Twitter (28%). Spot high-performing channels.
Enable alerts for unusual traffic spikes to catch viral moments early.
Create Link Groups and Campaigns
Bundle related links into campaigns for sponsor tracking. Generate reports that prove ROI.
Group Setup
- Select multiple links in your dashboard.
- Assign to a campaign like
Summer Sponsor Deal. - Track aggregate stats across the group.
Generate QR Codes and Reports
Every short link includes a downloadable QR code. Export CSV or PDF reports for partners.
| Feature | Description | Format |
|---|---|---|
| QR Code | Instant PNG download for any link | PNG |
| Click Report | Full stats export | CSV/PDF |
| Campaign Summary | Aggregated group data |
Share reports directly from https://app.lickity.click/reports. Include custom branding and date ranges.
Last updated today