Custom Application

When users find that the existing template cannot meet their specific needs, they can choose to create a custom application to meet the personalized needs.

Create a custom application:

In the custom app interface, users can create a new app by clicking the "+" button and give it a name.

Taking the Amazon platform as an example, when the user needs to monitor the lowest price of a product on the Amazon platform, the system can automatically retrieve the price information of the product on Amazon. If the detected Amazon sale price is lower than the user's sale price, the system will send an alarm.

  • First of all, the user needs to obtain all the links of the same model of goods, through the link to obtain the price of goods, price comparison.

Step 1: Data processing

You can create custom tasks by adding a collection task or importing a table with pre-set collection fields.

(For example, import the task of collecting commodity links from the template into the commodity price template.)

Step 2: Set the collection rules

Select the Collection Template ——> Parameter column. Add filter criteria. You can add multiple filter criteria. Click Save.

Step 3: Set the field

Click the title to enter, you can "set field rules" (see Field setting), according to user needs, each field setting requirements are different.

For example, the price field of Amazon, the assignment rule is: "lowest commodity price";

Alarm status field, the assignment rule is: "When the price is lower than Amazon price, return to normal.otherwise return to the alarm, Amazon price price are empty, the default value is 99999".

Step 4: Execute the collection task.

Implementation operation:

  • Click "Data Processing" - "Import Data" - "Collection Task" or Excel.

  • Click "Set Collection rule" and "Bind collection task". Select the collection task and reference column that you want to import, add filter criteria, and click Save.

  • Click on the title to enter the field Settings (see Field Settings).

  • Click Execute Collection Task.

  • After the rules are set, data is displayed according to the rules.

Last updated