Record Validation Based on Event Subject and Object Validation

TIBCO Reward attempts to match an object’s Id to a shopper or a SKU to a product, but if there is no match, we import the record with ObjectId as null. Note that this Object data is not currently stored by the TIBCO Reward system, nor is it used, except as an indication that some object data was provided, which allows TIBCO Reward to log the event.
Field Name Description Data Type Size Sample Data Notes
EventDate The date/time when the event occurred DateTime 20 2/12/2012 10:11:12 Format: MM/DD/YYYY HH:MI:SS. TIBCO Reward highly recommends that clients provide this date. However, if omitted, it defaults to midnight. All times are in EST (Eastern Standard time).
RetailerEvEventDateentId Client’s identifier for the event instance, if available String 100 12345 Optional
EventReferenceTag Text string used to refer to the event in the Event import file and in the CRMS. String 100 AddToWishList Must match the reference tag specified when the event definition was created.
Subject Client’s identifier of the event's subject String 200 test@foo.com
Object Client’s identifier of the event’s object String 200 SKU100 In the example of a wishlist, the object is a product SKU.
MasterValue Master value of the event Integer 4 10 Applicable only if Master Value is enabled for the event.

* Required