Import partners, customers and transactions
You can bring existing data into Partnero by importing partners, customers, and transactions in bulk. This article explains how to prepare your files and upload them so your program reflects historical activity, aligns with your current systems, and ensures accurate tracking and rewards.
→ Click here to access an example file showing how partners, customers, and transactions can be imported and associated with each other.
How to import partners
- In your program, go to Partners under Reporting & Management. Click Import:

- Upload your CSV file and click Import.
- Match the corresponding fields:

- Click Import.
Instructions for the CSV file
- Partner ID (optional)
- Name
- Last name (optional)
- Partner key (optional)
- Email address
- Joining date
Please ensure that the Partner key and Email columns contain unique values. This is crucial for accurate data processing and to prevent potential conflicts.
For the Joining date column, please format the dates using the Y-m-d format. This standard format ensures consistency and compatibility with the import process
| name | last_name | identifier | token | joining_date | |
| John | Doe | john.doe@example.com | partner-001 | ref-john-doe | 2024-01-15 |
| Jane | Smith | jane.smith@example.com | partner-002 | ref-jane-smith | 2024-02-20 |
| Michael | Johnson | michael.j@example.com | partner-003 | ref-michael-j | 2024-03-10 |
|
|
|
How to import customers
- Go to Customers under Reporting & Management. Click Import > Import Customers:

- Upload your CSV file and click Import.
- Match the corresponding fields.
- Click Import.
Instructions for the CSV file
- Name
- Last name (optional)
- Email address
- Customer key
- Partner key (optional if partner email is provided)
- Partner email (optional if partner key is provided)
- Joining date
For the Joining date column, please format the dates in Y-m-d format.
Example:
| name | last_
name |
customer_
key |
partner_
identifier |
partner_key | partner_email | joining date |
|
|
|
| Alice | Cooper | alice@customer.com | cust-001 | partner-01 |
|
2024-01-20 | |||
| Bob | Martin | bob@customer.com | cust-002 | partner-01 |
|
2024-01-28 | |||
| Charlie | Davis | charlie@customer.com | cust-003 |
|
ref-jane-smith | 2024-02-28 | |||
| Diana | Evans | diana@customer.com | cust-004 |
|
|
michael@email.com | 2024-03-15 | ||
|
|
|
How to import transactions
- Go to Customers under Reporting & Management. Click Import > Import transactions:

- Upload your CSV file and click Import.
- Match the corresponding fields.
- Click Import.
Instructions for the CSV file
To easily import your CSV file, ensure that the headers in the first row of the worksheet are appropriately named. Provide a header for each respective column. Once you upload the file, you will be prompted to confirm the matching fields. The following list contains required and optional columns for import:
- Transaction name (optional)
- Customer key
- Action (signup/sale)
- Reward date
- Reward amount
- Amount (optional)
| name | customer_key | action | reward_date | reward_amount | amount | rewarded | product_id | product_type |
| txn-001 | cust-001 | sale | 2024-02-01 | 25 | 250 | FALSE | prod-101 | subscription |
| txn-002 | cust-001 | sale | 2024-03-01 | 25 | 250 | FALSE | prod-101 | subscription |
| txn-003 | cust-002 | sale | 2024-02-15 | 15 | 150 | TRUE | prod-102 | one-time |
| txn-004 | cust-003 | sale | 2024-03-10 | 50 | 500 | FALSE | prod-103 | subscription |
|
|



