A tool for creating and managing UTM parameters for your marketing campaigns.
UTM Builder is a web application that helps you create, manage, and track UTM parameters for your marketing URLs. UTM parameters are tags added to URLs that provide Google Analytics with information about the source of traffic to your website.
- Create UTM links with custom parameters
- Save and manage UTM campaigns
- Copy generated links to clipboard
- Easy-to-use interface for marketing professionals
# Clone the repository
git clone https://github.com/mrkooblu/utm-builder.git
# Navigate to the project directory
cd utm-builder
# Install dependencies
npm install
# Start the development server
npm run dev-
Fill in the form fields:
- Campaign Source
- Campaign Medium
- Campaign Name
- Campaign Term (optional)
- Campaign Content (optional)
- Destination URL
-
Click "Generate UTM URL" to create your tagged URL
-
Copy the generated URL to use in your marketing campaigns
- React
- Next.js
- TypeScript
- CSS Modules
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License
Created by mrkooblu