> ## Documentation Index
> Fetch the complete documentation index at: https://doc.trackrev.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Campaigns & folders

> Group tracking links into campaigns, and campaigns into date-ranged folders, for cleaner reporting.

TrackRev has two levels of grouping:

* A **campaign** is one destination plus its per-channel links — what you create when you click
  *New campaign*.
* A **folder** groups several campaigns together for date-ranged reporting — a launch, a
  quarter, a partner push.

## Campaigns

Every time you [create links](/link-tracking/create-links), you're creating a campaign: a
destination and one short link per channel you selected. The **Campaigns** page lists your most
recent campaigns as cards, each showing its links table, click counts, and edit/delete/move
actions.

<Card title="Create a campaign" icon="plus" href="/link-tracking/create-links">
  Campaigns → New campaign generates one tracking link per channel.
</Card>

## Folders

Folders let you report on a set of campaigns over a date range without changing how any
individual link attributes.

<Steps>
  <Step title="Create a folder">
    On the **Campaigns** page, click **New folder** and fill in:

    * **Name** (required)
    * **Description** (optional)
    * **Start date** (optional)
    * **End date** (optional)
  </Step>

  <Step title="Assign campaigns to it">
    From any campaign card, use the **Move to folder** menu to file it under a folder. A campaign
    can be moved in and out freely.
  </Step>

  <Step title="Report on the folder">
    Folders appear in a dedicated table on the Campaigns page. Clicking a folder filters the
    **Links** view to just that folder's links (`/links?campaign=…`).
  </Step>
</Steps>

<Note>
  Deleting a folder never deletes its links or campaigns — it only removes the grouping. The
  underlying links keep redirecting and reporting.
</Note>

## Filtering the Links view

On the **Links** page you can filter by:

* **Folder** — via the campaign-folder filter bar.
* **Tag** — click a tag pill, or use `?tag=` in the URL.

This makes it easy to pull up, say, every `paid` link inside your *Q3 launch* folder.
