How to Import URLs in Bulk Using CSV Files
Prerequisites
- An subscription plan that includes the Bulk URL Import feature
- Appropriate permissions to create and manage URLs in your project
- A properly formatted CSV file containing your URLs (details below)
1. Access the Import Feature
- Login to your Terminus account.
- Navigate to the project where you want to import URLs.
- Look for the Import Existing UTM URLs button in your project dashboard.
2. Download a Sample CSV Template
- On the import page, look for the link to download a sample file at the bottom of the form (below the CSV file upload section).
- Click the sample file link to download a template pre-configured with the correct headers for your project.
3. Prepare Your CSV File
Required CSV Headers
- url - The destination URL without any UTM parameters (required)
Optional CSV Headers
If UTM parameters are enabled for your project:
- utm[campaign][tag] - UTM Campaign parameter
- utm[medium][tag] - UTM Medium parameter
- utm[source][tag] - UTM Source parameter
- utm[content][tag] - UTM Content parameter
- utm[term][tag] - UTM Term parameter
Additional fields:
- custom[parameter_name][tag] - Any custom parameters configured for your project
- info[field_name][tag] - Any info fields configured for your project
- short_url_key - Custom back-half for the shortened URL
- Labels - Comma-separated list of labels to apply to the URL
- Notes - Additional information about the URL
Example CSV Format
url,utm[campaign][tag],utm[medium][tag],utm[source][tag],utm[content][tag],utm[term][tag],short_url_key,Labels,Notes https://example.com/product,summer_promo,email,newsletter,blue_button,,custom_key1,Marketing,Summer promotion https://example.com/sale,winter_sale,social,twitter,,,custom_key2,Sales,Winter sale
4. Upload Your CSV File
- Return to the Import Existing UTM URLs page in Terminus.
- Click the Browse button to select your prepared CSV file.
- Select your file and click Upload CSV.
5. Monitor Import Progress
- The system will process your URLs and display real-time status.
- You don't need to keep the page open - you'll receive an email notification once the import is complete.
- When finished, you'll see a "Successfully processed" message with the number of URLs imported.
6. Review Import Results
- Once your import is complete, review the results summary showing how many URLs were successfully imported.
- If there were any failures, the system will display the affected rows and the specific errors.
- Click See all URLs to view your newly imported URLs in your project.
7. Handle Failed Imports
- Review the error messages for each failed URL.
- Common issues include:
- Missing required fields
- Invalid URL format
- Duplicate short URL keys
- Validation errors based on project settings
To resolve these:
- Fix the issues in your CSV file.
- Import the corrected file by clicking Import More URLs.
Best Practices
- Start small: For your first import, try a small batch of URLs to ensure your CSV format is correct.
- Pre-check your data: Verify your CSV file before uploading to minimize import errors.
Troubleshooting
CSV Format Issues
- Ensure column headers exactly match the required format, including case.
- Check that your CSV file is properly encoded (UTF-8 recommended).
- Verify there are no extra spaces or special characters in your column headers.
Import Failures
- Required Fields Missing: Ensure all fields marked as required in your project settings are populated.
- Duplicate Short URL Keys: If you're providing custom short URL keys, make sure they're unique across your project.
- URL Format Issues: Verify all destination URLs begin with http:// or https:// and are properly formatted.
Large Imports
- For very large imports (hundreds or thousands of URLs), the process may take some time to complete.
- You can navigate away from the page after starting the import - you'll receive an email notification when it's done.
Features Not Supported
- The CSV import feature does not support URLs built using conventions. If your project requires conventions, you'll need to create URLs individually.
- The import feature has a limitation on the number of URLs that can be processed in a single batch.