# Order-Level Template

Use the order-level template to prepare conversion data for [submission via FTP or email](https://help.impact.com/en/support/solutions/articles/48001232601-submit-conversion-data-via-ftp-or-email). You can copy it directly from the code block below, or download it as a CSV file and open it with your preferred spreadsheet application.

### Copy the template

**Blank template**

{% tabs %}
{% tab title="CSV" %}

```csv
CampaignId,ActionTrackerId,OrderId,EventDate,Amount,CurrencyCode,ClickId
```

{% endtab %}
{% endtabs %}

**Template with sample data**

{% tabs %}
{% tab title="CSV" %}

```csv
CampaignId,ActionTrackerId,OrderId,EventDate,Amount,CurrencyCode,ClickId
1111,12345,9876543,2038-01-19T10:26:05-04:00,123.45,USD,ZfXLH51WY5DghyMkWGJ7CpX3O0IyPqM2c5e3t5Z
1111,12345,1234567,2038-01-20T11:21:43-04:00,98.76,USD,r1NJgMzZnYtKETog6J5yVBCPi152BwWzlRXBaYk
```

{% endtab %}
{% endtabs %}

### Download as a CSV

Alternatively, you can download this template as a CSV. Then, open it in your preferred spreadsheet application and add your data.

* [Order level template](https://res.cloudinary.com/product-enablement/raw/upload/v1744041202/Submit_Conversion_Data_-_Order-Level_Template_-_Sample_data_ran6tj.csv) for submitting conversion data
* [Order level template](https://res.cloudinary.com/product-enablement/raw/upload/v1768295823/CSVs/Batch%20Action%20Processing/Order-level_modifications_template.csv) for modifications
* [Order level template](https://res.cloudinary.com/product-enablement/raw/upload/v1768295823/CSVs/Batch%20Action%20Processing/Order-level_reversals_template.csv) for reversals


---

# 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://integrations.impact.com/brand-api-reference/reference/action-and-conversion-field-references/order-level-template.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.
