Back

Ad URL QA Kit

Parse tracking parameters, label them by platform, and generate a QA-friendly CSV. Runs locally in your browser.

Workflow

  1. 1) Paste the campaign URL and extract parameters

    Open Ad URL → CSV Parser and paste a single URL. The tool splits out the base URL and each query parameter.

  2. 2) Copy CSV output

    Copy the generated CSV and paste it into Sheets, Excel, or your QA notes. Each row includes base URL, platform label, parameter, and value.

  3. 3) Clean “share links” (optional)

    If you need a clean link for sharing, use URL Parameter Cleaner to remove common tracking params in bulk (or inside a block of text).

  4. 4) Fix AI-added UTMs (optional)

    If links were copied from AI tools and include utm_source=chatgpt.com, use Remove ChatGPT UTM.

  5. 5) Sanity-check the exported CSV (optional)

    Use CSV Inspector to confirm row and column counts when you paste data between tools.

Example URL

https://example.com/landing?utm_source=google&utm_medium=cpc&utm_campaign=brand&utm_term=shoes&utm_content=ad1&gclid=XXXX&fbclid=YYYY

The parser labels common parameters (UTM + gclid/fbclid/ttclid/msclkid) so you can spot missing or unexpected tags.

Common mistakes

  • Pasting multiple URLs at once into the ad URL parser (it expects a single URL).
  • Using a URL without https:// (the browser URL parser may reject it).
  • Removing parameters that are required for routing or feature flags. Clean links only when appropriate.