# Set up my acquisition costs

## What is CAC?

The **Customer Acquisition Cost (CAC)** corresponds to the total of marketing and sales expenses incurred to acquire a new customer, divided by the number of new customers acquired over the period.

{% hint style="info" %}
**Formula used by Fincome:**

CAC = (Marketing + sales expenses over the period) / (Number of new customers over the period)

By default, the calculation period is **3 rolling months**, which helps smooth out monthly spending variations.
{% endhint %}

Since your expense data does not come automatically from your billing tools, you must import it manually via an Excel file. Once imported, Fincome calculates your CAC and allows you to **filter and break it down** according to the dimensions you have defined (acquisition channel, customer size, industry, etc.).

## Step 1 — Access the import module

1. Go to the **Data** section from the left-hand menu.
2. In the **Other**section, click on **Acquisition costs**.

You will then access the **cost integration**page, where you will find two clear steps: *Download the template* and *Import your file*.

{% hint style="success" icon="lightbulb" %}
**Tip** : from this page, you can also click on **"See my CAC"** (top right) to switch directly to the metric analysis.
{% endhint %}

## Step 2 — Download the pre-filled template

Click on **Download the template**. The generated Excel file is:

* **Customized** with your existing dimensions in Fincome (Plan, Country, sector, industries, acquisition channel, etc.).
* **Pre-filled** with your previous import data, if you have already imported a file before.

{% hint style="warning" %}
**Good to know** : each new import **fully replaces the previous one**. So remember to always start from the latest downloaded template to keep your data history.
{% endhint %}

## Step 3 — Fill in your data in the file

The file contains several blocks to complete, with monthly columns ranging from your start date to the current month.

### 1. Enter the monthly totals (row `Total`)

This is the most important row: it corresponds to your **total acquisition expenses** (marketing + sales) by month, in euros.

|           | August 2017 | Sept. 2017 | … | May 2026 |
| --------- | ----------- | ---------- | - | -------- |
| **Total** | 12 000      | 14 500     | … | 25 800   |

### 2. Enter the % split by dimension

For each custom dimension (Plan, Outbound/Inbound, sector, industries, acquisition channel, etc.), indicate **the percentage share** of each expense by category.

**Example — split by Outbound / Inbound channel:**

|               | May 2026 |
| ------------- | -------- |
| Outbound      | 60%      |
| Inbound       | 30%      |
| Uncategorized | 10%      |
| **check**     | **0%** ✅ |

### 3. Check the row `check`

At the end of each dimension, a row **`check`** automatically adds up the percentages in the column. It must **imperatively** display **0%**.

{% hint style="danger" %}
**Important** : if the total does not reach 0% on a dimension, **the import will not work** and your data cannot be integrated. Be sure to check each row carefully `check` before importing your file.
{% endhint %}

## Step 4 — Import your file

1. Once the file is completed and saved, click **Select a file**.
2. Choose your Excel file.
3. The import is **instant** : the data replaces the previously imported data, and your CAC is recalculated in a few seconds.

## Step 5 — View your CAC

Go to **Analytics → Unit economics → Customer Acquisition Cost (CAC)**.

On this page, you can:

* **Filter** your CAC by any imported dimension (e.g.: view only Outbound CAC, or France CAC).
* **Break down** the chart to compare several categories simultaneously.
* **Compare** multiple periods or enable the **Rolling**.

## FAQ

<details>

<summary>My import failed, what should I do?</summary>

First check that all the rows `check` in your file display **100%** : this is the most common cause of import failure. Also make sure you are using the **latest downloaded template** from Fincome, as custom dimensions must match those configured in your account.

</details>

<details>

<summary>Why isn't my CAC showing after import?</summary>

CAC is calculated over a 3-month rolling period by default. If you only entered one month of data, wait until you have at least 3 consecutive months filled in to see the metric appear.

</details>

<details>

<summary>Can I import only the Total row without filling in the dimensions?</summary>

Yes, that's possible. Your overall CAC will be calculated correctly, but you won't be able to filter or break it down by dimension.

</details>

<details>

<summary>What happens if I modify a custom dimension after import?</summary>

The previously imported data remains in place, but the new category will not have a split. We recommend re-downloading the template and re-importing your data to stay aligned.

</details>

### 🔗 To go further

* [Understanding LTV/CAC](https://help.fincome.co)
* [Configure your custom dimensions](https://help.fincome.co)
* [Analyze your Unit Economics](https://help.fincome.co)


---

# 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://fincome.gitbook.io/help-center/en/avancees/set-up-my-acquisition-costs.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.
