# Account List Import

### **New Activations of this feature will be Disabled as of December 25, 2025.**  <a href="#block-0e3d8efb0ddc4c15b7b25127f60a100d" id="block-0e3d8efb0ddc4c15b7b25127f60a100d"></a>

HockeyStack allows you to import a CSV of companies into the system to use in your reporting. To import an account list, navigate to [Settings > Reporting & Tracking](https://hockeystack.com/dashboard/settings?tab=1).

<figure><img src="/files/LYpLYUiR9pzmoqu4ZwCr" alt=""><figcaption></figcaption></figure>

Requirements for the uploaded CSV:

* Can have a maximum of 100k rows
* The first row should include headers. The headers to include are:
  * company\_domain
    * Example: hockeystack.com. No https or any additional characters.
  * date
    * This field is optional.
    * Formatted as YYYY-MM-DD
* There should be no empty rows in the data, or no invalid pieces of data

When the list is imported, HockeyStack will create an action in each company’s journey with the below structure:

* **Action Name:** Account List Uploaded
* **Date:** Either the supplied date column in the account’s row in the CSV, or the date of the upload if there is no date supplied.
* **Action Properties:**
  * **hockeystack\_\_account\_list\_name\_\_custom:** *\<Account List Name>*
* **Company Properties:**
  * **hockeystack\_\_account\_list\_\_*****\<Account List Name>*****:** true

Then, you can either use the company property in your filters like below:

<figure><img src="/files/zkpYdPbgBO543RN4kggs" alt=""><figcaption></figcaption></figure>

Or, you can create a goal with it:

<figure><img src="/files/EiWwrYzYbACxg1hJZM79" alt=""><figcaption></figcaption></figure>

You can also create a defined property with it to use as a dashboard filter:<br>

<figure><img src="/files/pZ3bjhhblK308du81xnV" alt=""><figcaption></figcaption></figure>

## Use Cases <a href="#block-64eb60d82d064ed5b5a0f5d16542b5b9" id="block-64eb60d82d064ed5b5a0f5d16542b5b9"></a>

* ABM Lists
* Tracking actions that are not date-stamped in CRM (E.g. event attendance in HubSpot)
* Tracking actions that don’t exist in a connected system (E.g. PLG Signups)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hockeystack.com/marketing-intelligence/advanced-data-connections/account-list-import.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
