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

# Targets

> Maintaining the corporate list that decides which activity is recorded by name, adding entries and importing a CSV.

**Targets** is your corporate list: the applications and websites your organisation considers work. It is the single most consequential list in ReclaimTime, because it decides whether a row of activity carries somebody's name.

<Frame caption="The Targets list, with the Corporate flag on each entry">
  <img src="https://mintcdn.com/reclaimtime/4oRYXq6BCVjDt4z2/images/targets-page.png?fit=max&auto=format&n=4oRYXq6BCVjDt4z2&q=85&s=19b49e887367df97568f4b7931b74664" width="2880" height="1800" data-path="images/targets-page.png" />
</Frame>

The rule is short: activity that matches a target marked **Corporate: Yes** is recorded with the person's name. Everything else is recorded without it, at group level. The full matching logic is on [Corporate and non-corporate targets](/concepts/corporate-targets).

## An entry

| Field           | Meaning                                                                                          |
| --------------- | ------------------------------------------------------------------------------------------------ |
| **Name**        | A label for people, not used for matching                                                        |
| **Application** | Matched against the application name as a prefix, so `Microsoft Excel` matches `Microsoft Excel` |
| **Website**     | Matched as a substring of the site, so `salesforce.com` also matches a regional subdomain        |
| **Corporate**   | Yes means named, No means anonymised                                                             |

Fill in **either** an application or a website, not both. A website entry is checked against browser activity; an application entry against everything else.

<Info>An entry with **Corporate: No** is not a block and it is not a deny list. It records the time, just without a name. Marking `facebook.com` as non-corporate is how you count time on it at team level without attributing it to a person. Blocking is a separate feature entirely, see [Plans for groups](/concepts/plans-for-groups).</Info>

## Adding and editing

**+ Add Target** creates one entry. The pencil icon edits an existing one. Changes reach the machines the next time each client refreshes its copy of the list, which happens on sign-in and periodically after that, so expect a delay of minutes rather than seconds.

<Warning>Changing the corporate flag on a target does **not** rewrite history. Rows already recorded keep the treatment they were given when they were written. If you mark a site non-corporate today, yesterday's named rows for it stay named. Only future activity changes.</Warning>

## Importing a CSV

**Import CSV** takes a file with five columns per row and no quoting requirements beyond normal CSV:

```
name,app_name,url,organization_id,corporate
Salesforce,,salesforce.com,<organisation id>,true
Microsoft Excel,Microsoft Excel,,<organisation id>,true
Facebook,,facebook.com,<organisation id>,false
```

* A first row whose first column is `name` is treated as a header and skipped.
* `corporate` is the literal `true` or `false`. Anything that is not `true` is read as false, so a blank or a `yes` becomes non-corporate.
* Rows with fewer than five columns are skipped silently, so check the count reported after the import against the number of lines in your file.

<Warning>Import adds. It does not replace, and it does not deduplicate. Importing the same file twice gives you every entry twice. To rebuild a list, remove the old entries first.</Warning>

## Keeping the list honest

The corporate list is the part of ReclaimTime that ages worst, because it is written once at rollout and then only added to on request.

Worth reviewing once a year:

* **Entries that are no longer work.** A site added for a project that ended is still counting as work, and still recording names.
* **Entries that were never really work.** General-purpose sites often end up on the list at rollout because they were in use at the time. Anything on it is tracked by name, so this is a privacy decision as well as a data-quality one.
* **Work that is missing.** A new tool that nobody added shows up as anonymised time and looks like distraction in the totals.

The last one is the usual cause of "our numbers say the team is only working half the day".

***

*Checked against ReclaimTime client 8.0.0.9 and dashboard V3 on 5 September 2026.*
