---
title: "Tracking applicants by application type"
slug: "how-to-report-on-stealth-applicants-for-imported-applications-using-origin-sources"
updated: 2026-03-27T19:22:47Z
published: 2026-03-27T19:22:47Z
---

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

# Tracking applicants by application type

Track what platforms your applicants are using to submit their applications by creating a [custom field](/v1/docs/fields-and-prompts) to store their application type. You can use this data point in tandem with other data, such as Origin Sources, to identify subsets of applicants by application type, such as “stealth applicants.”

> [!NOTE]
> 🤔 What’s a stealth applicant?
> 
> A **stealth applicant** is an applicant who enters your admission funnel for the first time via an application, as opposed to other recruitment efforts. Combine the “application type” field from this article with the [Application Creation Origin Source](/v1/docs/origin-sources) to track stealth applicants by application type.

## Create the field

**See also:**[Custom Fields](/v1/docs/custom-fields)

To create a custom field to track application source:

1. Go to **Database.**Then select **Prompts.**
2. Select **Insert.**Configure the following settings:
  - **Key:**Give this a computer-friendly, descriptive name like *app_source.*
  - **Value:**Enter one of your application sources. For example, *Imported Application, Application Creation Form,*or *Standard Slate Application*.
3. Select **Save.**
4. Repeat the previous two steps until you've created a prompt in your chosen key for each of your application sources.
5. Go to **Database,**then select **Fields.**(Alternatively, follow the link in the right sidebar of the Prompts tool for Fields.)****
6. Select **New Field.**Configure the following settings:
  - **Scope:**Application
  - **Name:**Application Source
  - **Field Type:**Multiple Values
  - **Prompt:** Select the prompt key you created in Step 2 (e.g. *app_source*)
7. Select **Save.**

![Example_Application_Source_Prompts.png](https://cdn.us.document360.io/cd8ea7a6-07f3-4846-a554-627ac016d3e3/Images/Documentation/example_application_source_prompts.png)

![New_Field.png](https://cdn.us.document360.io/cd8ea7a6-07f3-4846-a554-627ac016d3e3/Images/Documentation/new_field.png)

## Tie field to applications

To use the field you’ve just created, you’ll need to tie it and the appropriate prompt value to each of your application types.

- **For imported applications,**use a [static mapping](/v1/docs/setup-mappings-static-value-round-mapping) to set the field and prompt values.
- **For applications created using the Slate application or an application creation form,**use a [hidden field](/v1/docs/form-settings-field-configurations) or a [rule](/v1/docs/rules-overview).

## Use-case: stealth applicant reporting

With both an Application Creation origin source and an Application Type field configured, stealth applicants can be separated by application type in a query or report. In a query or report, combine the filters for **Origin Source, Source Type: "Application Creation"** and the **Application Type**with your desired types selected.

> [!NOTE]
> ✨ Reminder
> 
> Origin Source calculations update overnight on all records in your Production database that have been updated in the past year. To reset Origin Source values for older records, run a [Retroactive Refresh](/v1/docs/retroactive-refresh).
