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>
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 |
---|---|---|---|---|
- 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-dd HH:mm:ss+z
yyyy-MM-ddTHH:mm:ss[±hhmm]
yyyy-MM-dd HH:mm:ss+z
"2023-08-14 13:00:00+0500”
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.)
Only positive numbers are accepted (integer or decimal)
Should not contain any currency symbols, special characters, letters, or commas | Required | N | - 100
99.90
1250.00 | | Conversion Currency | - The currency in which your conversion value is provided
Use this column if you report conversion values in more than one currency, or you have multiple customer accounts that are billed in different currencies
Use 3-character ISO 4217 currency codes | Required | N | - TRY
USD
EUR | | Order Id | - Unique identifier for each transaction or order in an offline event set. For example, for retail this can be a receipt ID. | Optional | N | - ATN10001
123456 | | Store Code | - Store code (ERP) of the location that the conversion is occurred | Optional | N | - A1234
Shop77 | | Contents | Relevant products in an event (transaction or order) with product information. See below | Optional | N | | | Contents_ID_# | Unique ID of the product that can be matched with GMC product feed or Meta Commerce product feed | Conditionally Required | N | - product123
3PRDCT900123 | | Contents_Quantity_# | The quantity of the item sold | Conditionally Required | N | - 1
10 | | Contents_Price_# | The price of the item sold
It specifies the price for a single item - For example, if you have two same items sold for ten dollars each, the price parameter would be 10.00 and the quantity parameter would be 2 | Conditionally Required | N | - 100
99.90 | | Contents_Category_# | Category of the product item | Optional | N | | | Contents_Brand_# | Brand name of the product item | Optional | N | |
<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>
<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>