User Tag Table Data Requirements
User tag tables imported to Quick Audience must meet specific data format requirements to ensure compatibility between computing and analysis sources.
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. To ensure data flows smoothly between the computing and analysis sources, Quick Audience does not support the following MaxCompute data types: BOOLEAN, CHAR, ARRAY, STRUCT, MAP, BINARY. For the complete MaxCompute data type list, see 2.0 Data Type Version.
A user tag table records dimensional characteristics of users. The following example shows a MaxCompute wide table:

Field requirements:
|
Field Type |
Tag Type |
Description |
|
User ID field |
Text type, numeric type |
|
|
Tag field |
Text type, numeric type, time type, and multi-value type |
|
-
All field names are customizable.
-
user_id is the primary key. Each user_id must have only one record.
-
Partitioned tables are supported.