๐Setting Up Tasks
Make sure that the accounts & profiles are in their corresponding CSVs first.
Tasks Schema
PROFILE_NAME
ACCOUNT EMAIL
SKU
SIZE
MODE
TASK MODE
QUANTITY
DELAY
PROFILE_NAME,ACCOUNT EMAIL,SKU,SIZE,MODE,TASK MODE,QUANTITY,DELAY
,,,,,,,
Task Field Explanations
Field
Meaning
Example
PROFILE_NAME
Profile name from profiles.csv.
main
ACCOUNT EMAIL
Account email from accounts_<site name>.csv.
example@example.com
SKU
The product identifier based on the module mode. Usually, MSKU or PID.
555088-134
SIZE
Size shown on site. This must be one size, or "random" mode.
Ex: 44.5 or random.
random
MODE
Module mode (msku, pid, login, normal, etc.)
msku
TASK MODE
monitor or checkout
monitor
QUANTITY
Amount of tasks of this row's task you want to run
1
DELAY
Time delay in milliseconds (ms)
1000
Last updated