> For the complete documentation index, see [llms.txt](https://integrations.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://integrations.impact.com/brand-api-reference/brand-api-reference-v13/reference/action-and-conversion-field-references/item-level-template.md).

# Item-Level Template

Use the item-level template to prepare conversion data for [submission via FTP or email](https://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/submit-and-modify-conversion-data/submit-conversion-data/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,Sku,Category,Quantity,ClickId
```

{% endtab %}
{% endtabs %}

**Template with sample data**

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

```csv
CampaignId,ActionTrackerId,OrderId,EventDate,Amount,CurrencyCode,Sku,Category,Quantity,ClickId
1111,12345,9876543,2038-01-19T10:26:05-04:00,215.53,USD,987XYZ6540111,birdseed,1,ZfXLH51WY5DghyMkWGJ7CpX3O0IyPqM2c5e3t5Z
1111,12345,9876543,2038-01-19T10:26:05-04:00,140.72,USD,123ABC5670111,metal,1,r1NJgMzZnYtKETog6J5yVBCPi152BwWzlRXBaYk
```

{% endtab %}
{% endtabs %}

### Download as a CSV

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

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://integrations.impact.com/brand-api-reference/brand-api-reference-v13/reference/action-and-conversion-field-references/item-level-template.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
