Order summary tables that you import into Quick Audience must meet specific data type and field requirements.
Because the MaxCompute data source type for storing raw data is MaxCompute and the Analysis Source type used by Quick Audience is ADB 3.0 or Hologres, Quick Audience does not support the following MaxCompute data types: BOOLEAN, CHAR, ARRAY, STRUCT, MAP, and BINARY. For the complete MaxCompute data type list, see 2.0 Data Type Version.
The order summary table records order data aggregated at the user level over the last N days. The following figure shows an example of a MaxCompute wide table:

Field requirements:
|
Field Type |
Field type |
Description |
|
User ID |
Text |
|
|
Last trading time in last N days |
Time |
Required field. |
|
Total amount of transactions in recent N days |
Numeric types |
|
|
Number of transactions in the last N days |
Numeric types |
|
|
Other order attributes |
Text, numeric, and time |
Optional. Configure based on your business requirements. |
-
All field names are customizable.
-
user_id is the primary key of the table. Each user_id has only one record.
-
Partitioned tables are not supported.