Importing Affiliates from a CSV

AffiliateWP has the ability to import affiliates from an export file in a CSV format. Affiliate importing is done under AffiliateWP » Tools » Import/Export. On this page you’ll find a section labeled Import Affiliates.

Import affiliates browser a file screenshot

Format

Your CSV should be comma separated, with fields enclosed by double quotes. The order of the fields is not important, as you’ll be mapping them in the next step.

Uploading

Click Choose File, and browse to your file. Then click Import CSV.

Mapping

Once your file is uploaded you’ll see a list of Affiliate fields that need content, and a dropdown for each one, where you can map where the data is. Each dropdown will be populated with the columns from your CSV, so you’ll be able to map accurately.

Additionally, as you choose a column, a preview from the column will appear on the right, taken from the first row of data, as in the example below.

import affiliates field mapping example screenshot

Required Fields

The more fields you have the more complete your site data will be, which can be helpful when working with financial statements or customer information. That said, the really vital field is the Email field. The importer won’t run until the Email field has been mapped.

Importing From Non-AffiliateWP Systems

AffiliateWP is looking for this information in its import:

Affiliate FieldExpected Data Type
EmailA valid email address.
UsernameAn affiliate username, usually a plaintext string only containing letters, numbers, or underscores. In some cases this might be an email address, which should be mapped to the Email field instead.
First/Full NameAny plain text string representing the affiliate’s first name or full name. If Last Name is omitted, the First Name will be considered the “full” name.
Last NameAny plain text string representing the affiliate’s last name. Used in conjunction with the First Name field.
Payment EmailAny valid payment email address (if available and different from the Email field)
RateThe affiliate’s referral rate, usually expressed as an integer with up to two decimal places.
Rate TypeA plain text value usually made up of letters and hyphens. Core rate types are percentage or flat.
EarningsThis field is for affiliate earnings to date that have been paid out. Input can be a number like this: 1.00.
Unpaid EarningsThis field is for affiliate unpaid earnings to date. Input can be a number like this: 1.00/.
Referral CountA number.
Visit CountA number.
StatusAny valid affiliate status. If not mapped, it will default to pending.
WebsiteAny valid URL.
Registration DateAny standard date format

An example screenshot with the fields mapped properly, and example data showing in the right column.

import affiliate map screenshot