Back

Ad URL to CSV Parser

Paste an ad campaign URL and extract tracking parameters instantly.

Parsing happens automatically as you type.

Base URL

Ad platform parameters

No ad platform parameters detected yet.

Other parameters

No additional parameters detected.

CSV output

Ad URL CSV Parser: Guide

Intent
UTM / campaign URL parser: extract tracking parameters from a campaign URL and turn them into a spreadsheet-friendly CSV for QA and reporting.
What it does
Parses one URL, categorizes common ad parameters by platform (Google/Meta/TikTok/Microsoft), and generates a CSV you can copy.
Key features
Platform labels, Base URL extraction, Copy CSV output
Privacy
Everything runs locally in your browser. No URLs are uploaded.
Best for
  • Marketers doing campaign URL QA before launching ads
  • Analysts building UTM reports and wanting a clean CSV export
  • Anyone searching 'UTM parser', 'UTM to CSV', or 'campaign URL parser'
Why this tool
  • Platform-aware labels (utm_*, gclid, fbclid, ttclid, msclkid) to speed up QA
  • Copy-ready CSV output for Excel/Sheets
  • Local-only: URLs are not uploaded

How to use

  1. 1Paste a full URL (including https://) into the input field.
  2. 2Review base URL and the parameter tables.
  3. 3Copy the CSV output and paste into Excel/Sheets.
  4. 4Use the CSV Inspector kit if you want to sanity-check structure.

Common mistakes

  • URL must be valid (include the scheme like https://).
  • Only one URL at a time (for bulk, repeat and combine results).
  • CSV output is a simple export; if a value contains commas, you may need to re-import with quoting.

Examples

Parse a Google Ads URL
Input: https://example.com/?utm_source=google&utm_campaign=brand&gclid=XXXX Base URL: https://example.com/ CSV: base_url,platform,parameter,value ...
Label multiple platforms
Google: utm_* and gclid Meta: fbclid TikTok: ttclid Microsoft: msclkid