For the complete documentation index, see llms.txt. This page is also available as Markdown.

How to use manual metrics with CSV

Build a metric from your own data when it isn't in a connected tool, by CSV upload, paste, or hand-typed values.

Manual is the source to reach for when your data isn't in a connected tool. It needs no integration setup, supports all three metric types, and lets you bring data in by CSV upload, by pasting from a spreadsheet, or by typing values directly. In the Source dropdown it's labelled Manual (includes CSV upload).

Prerequisites

Add a manual metric

The full builder flow (both entry points, the preview, and the card options) is covered in How to create and configure a metric. The steps below focus on what's specific to the Manual source: choosing it and getting your data in.

1

Open the metric builder and enter a Name

Start a new metric and give it a Name. The Name unlocks the Source field. See How to create and configure a metric for the two ways to open the builder.

2

Pick Source = Manual (includes CSV upload)

In the Source dropdown, select Manual (includes CSV upload). It's the first option and the only source that needs no connection.

The Source dropdown open in the metric builder, listing Manual (includes CSV upload) first, followed by Google Analytics, Power BI, Excel (Office 365), Google Sheet, and Qualtrics.
Source dropdown, Manual selected
3

Pick a Type

Choose Series, Number, or Comparison. The type decides how you enter the data: Series uses a table you can fill by CSV, paste, or by hand; Number and Comparison take values you type inline. For help deciding, see How to choose a metric type.

4

Enter your data

Fill in the data for the type you picked. See Enter your data below for the per-type detail.

5

Click Show Preview

Click Show Preview to render the chart and reveal the full options panel.

6

Adjust the options and Save

Set the chart heading, decimals, and any other display options, then click Save. The metric appears in the workspace Metrics list.


Enter your data

How you enter data depends on the metric type.

For a Series metric, the Series data section gives you three interchangeable ways to fill the Label / Value table. Use whichever fits the data you have.

The Series data section of the metric builder with Source set to Manual. An Upload CSV button sits top-right, a green tip explains pasting from a spreadsheet, and helper text links a downloadable example above an empty Label and Value table with an Add row link.
Series data: Upload CSV, paste, or the Label / Value table
  • Upload CSV - Click Upload CSV and choose your file. The CSV has two columns, Label and Value (for example, Jan,120). The download example link in the helper text gives you a template to fill in.

  • Paste from a spreadsheet - Copy a two-column range from Excel or Google Sheets, click into the table, and paste. The rows fill in automatically.

  • Type rows by hand - Enter a Label and Value, then click + Add row for each data point. Drag the handle to reorder rows, or use the per-row delete to remove one.

lightbulb

Tip: Paste straight from a spreadsheet

Important: The CSV needs exactly two columns

For a Number or Comparison metric, there's no table or CSV. You type the values directly into the builder:

  • Number - Enter a Prefix, Value, and Suffix (for example, $ 1,200 or 85 %).

  • Comparison - Enter a Prefix, Current value, Previous value, and Suffix. The metric renders the two values with the percentage change between them.


Preview and save

Once your data is in, click Show Preview to render the card and open the display options. For a Series metric, the preview shows the chart you've built.

A rendered metric card titled Website signups showing a bar chart of four increasing bars on a 0 to 350 axis.
Series card preview

After you click Save, the metric appears in the workspace Metrics list with its source shown as Manual, ready to add to a journey map.

The workspace Metrics list with a saved metric named Website signups at the top, its Source column reading Manual and its Type column reading Series.
The saved metric in the Metrics list

To put the metric on a journey map, see How to use metric cards.


Troubleshooting

CSV won't import - File shape issue

The file needs exactly two columns, Label and Value, with one data point per row (Jan,120). If your export has extra columns, header rows the builder doesn't expect, or merged cells, trim it down to two columns first. Use the download example link as a reference for the expected shape.

Values aren't charting - Missing Label or Value

A Series chart needs a Label and a Value in each row. Rows with one cell filled and the other blank won't plot. Check that every row has both, then click Show Preview again to re-render.

Save is greyed out - Preview not generated yet

Save stays disabled until you click Show Preview. Generating the preview renders the chart and unlocks the rest of the options, including Save.

Last updated