Tagging three links for one campaign
Three rows all sharing campaign spring_launch, but with source instagram, newsletter and facebook, each build a distinct tagged URL from the same base page.
Paste a CSV of URL, source, medium, campaign, term and content columns, one row per link, and every row is tagged using the exact same UTM-building logic the single-URL UTM builder uses — real reuse, not a second implementation. The tagged result previews on the page as it parses and downloads as one CSV, with a note on any row that could not be tagged rather than dropping it silently.
Term and content are optional. Header names also match utm_source, utm_medium, etc.
3 rows parsed, 3 tagged successfully.
| Source URL | Campaign | Tagged URL / error |
|---|---|---|
| https://example.com/pricing | spring_launch | https://example.com/pricing?utm_source=instagram&utm_medium=social&utm_campaign=spring_launch&utm_content=bio_link |
| https://example.com/pricing | spring_launch | https://example.com/pricing?utm_source=newsletter&utm_medium=email&utm_campaign=spring_launch&utm_content=april_issue |
| https://example.com/blog/tips | spring_launch | https://example.com/blog/tips?utm_source=facebook&utm_medium=social&utm_campaign=spring_launch&utm_content=feed_post |
Three rows all sharing campaign spring_launch, but with source instagram, newsletter and facebook, each build a distinct tagged URL from the same base page.
Row 2 left with an empty url column is returned with an error message instead of a tagged link, and the other rows still process normally.
Sign up free — no credit card. You land on the Free plan, and you can start a one-time 7-day Studio trial from your workspace whenever you are ready. Connect your first accounts, import a batch, and watch one post fan out across every platform.