Data format should be in CSV format.

The file should contain all the customer transactions that occurred between a time period and should have below fields for one transaction (one row).

<aside> 📌 Sample file can be reached here for store sales feed

</aside>

Data Format

Make sure column header naming matches with fields mentioned here.

Each row includes information related to the customer transactions you want to upload, such as email address, phone number, and name.

Some customer transaction information needs to be hashed using the SHA-256 algorithm, which includes:

Other customer transaction data, such as the country of residence, zip codes, and attribute data, doesn’t need to be hashed.

Below are the column headers you can add to the header row for customer transaction information along with the formatting guidelines

Column Name Description Mandatory Needs to be Hashed Example
Email - Include a domain name for all email addresses, such as gmail.com or hotmail.co.jp.

Others

For all countries other than US:

For the US:

Other country examples

yyyy-MM-ddTHH:mm:ss+z "2023-08-14T13:00:00-0100” | | Conversion Value | - A number representing the value that you place on the conversion (Value of the order or items sold.)

<aside> 📌 Sample CSV files for store sales feed can be reached below 👇🏻

</aside>

<aside> đź’ˇ A non-hashed form is included for debugging purposes, which is not the one we ask for. Hashed form is the required version for submission.

</aside>

single-non-hashed.csv

single-hashed.csv


<aside> đź’ˇ Below are the formats with optional order fields such as product sold and store code, user gender fields. Notice the number changes in column names such as Contents_Quantity_1, Contents_Quantity_2

</aside>

non-hashed-all-fields.csv

hashed-all-fields.csv