Loyalty Challenge Event Schema #2068
Open
+156
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces an experience event field group for loyalty challenge events, which are events to be processed by the Loyalty Challenge system to advance end users' progress in the loyalty challenges that they have signed up for.
Challenges is an AJO functionality to help customers offer loyalty challenges to their end users and keep track of their progress in them. Completing the challenge would earn the end user some kind of reward such as loyalty points or a coupon for a future discount and such. A few examples of loyalty challenges:
Each challenge is modeled as a list of tasks to complete.
Each task has:
The primary purpose of this schema's fields are for evaluation against the challenges'/tasks' rules. The fields in this schema are as follows:
Customers will typically transform their Point of Sale Events to this schema before sending them to the Loyalty Challenge system.