The table below shows the content of the event type definition for location information events.
Identifier | Format | Column | |
---|---|---|---|
Name | Description | ||
LocationEvent | CSV | memberID | Member ID. The format of the sample data is "MEM" followed by four digits. |
areaID | Area code of the area where the member is currently located. The format of the sample data is four digits. | ||
status | Current status of the member (walking: "1", moving on train: "2"). |
The table below shows the content of the event type definition for coupon events.
Identifier | Format | Column | |
---|---|---|---|
Name | Description | ||
CouponEvent | CSV | storeID | Store ID. The format of the sample data is "STR" followed by four digits. |
couponID | Coupon ID. The format of the sample data is "CPN" followed by four digits. | ||
targetAge | Delivery target age. (10's: "10", 20's: "20", 30's: "30", 40's: "40", 50's: "50", 60 and over: "60") |
Filter rules for location information events perform the following processes:
Extracts only events where the status is "walking".
Extracts only events that occurred in an area where registered stores exist, based on the "areaID" and store master information.
Joins the member age information from the member information master for complex event processing with the location events.
Does not output the status information as it is no longer used after filter processing.
The table below shows the content of the event type definition for filtered location information events.
Identifier | Format | Column | |
---|---|---|---|
Name | Description | ||
FilteredLocationEvent | CSV | memberID | Member ID. |
areaID | Area code of the area where the member is currently located. | ||
age | Member age. (10's: "10", 20's: "20", 30's: "30", 40's: "40", 50's: "50", 60 and over: "60") |
Filter rules for coupon events perform the following process:
Joins the store area code from the store information master for complex event processing with the coupon information events.
The table below shows the content of the event type definition for filtered coupon events.
Identifier | Format | Column | |
---|---|---|---|
Name | Description | ||
FilteredCouponEvent | CSV | storeID | Store ID. |
couponID | Coupon ID. | ||
targetAge | Delivery target age. (10's: "10", 20's: "20", 30's: "30", 40's: "40", 50's: "50", 60 and over: "60") | ||
areaID | Area code of the area where the store is located. |