Imports
The import system allows to quickly add a bunch of keys without much effort. For this to work your Excel or CSV file needs to be laied out correctly.
The first row needs to be a header row. This is important, since this is used to guess the correct properties for the keys. There are 4 properties for an key, and depending on the header, it try to figure out what property is probably correct for the column:
Property | Reconized Headers | What its for |
---|---|---|
Key | Key | The key that is given to a user. |
Game Name | Name, Game Name, Game | Defines what game the key is for |
From | From | An info for the user, that claims it, that tell them where the key comes from |
Store | Store, For | Defines what store its for. See Store topic further down |
The headers are case insensitive and spaces are internally replaced with underscores (_)
After sending your file, you have the chance to check that the properties are all correct and correct them if neccarry.
Stores
Stores are interpreted depending, what is in the row for the column, that is specified to be a store.
The following table should be used to ensure the right store is selected (Values are case insensitive):
Store | Value |
---|---|
Steam | steam |
GOG | gog |
Epic Games Store | epicgames, epic |
EA Play / Origin | origin, ea, eaplay |
UPlay / Ubisoft Connect | uplay, ubisoft |
BattleNet | battlenet, activision |
Every store not found in this list are considered external and its expecting a link to a redeem page.