Import hinzugefügt
parent
1665c581ec
commit
99ce3d682c
1 changed files with 30 additions and 0 deletions
30
Import.md
Normal file
30
Import.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
# 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 decides which property is probably correct:
|
||||
|
||||
| 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 |
|
||||
|
||||
After sending your file, you have the chance to check that the properties are all correct.
|
||||
|
||||
## 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.
|
Loading…
Reference in a new issue