Designers
derek_andriesian
—
2016-03-17T18:03:46-04:00 —
#1
Currently, I award points to a user when they make a purchase with the action purchase.
How can I award additional points to a user only on their first purchase?
khs
—
2016-03-18T07:09:41-04:00 —
#2
Hi Derek. You can do that by setting up additional rules on the Action, which reward points ONLY when that action has never been triggered.
Say if you are creating an action "Purchase" then go to the rules, and add this requirement.
Side note: If you don't see that action in the dropdown options, then reload the page, and it should come. This is a minor bug in the platform when you've just created the Action, but it won't come up in the list until you reload the page.
derek_andriesian
—
2016-03-21T00:29:18-04:00 —
#3
Are you saying that I must create 2 actions and run both actions every time a player makes a purchase?
1) action for purchases which gives 100 points (action=Purchase)
2) action to test if purchase is first time and reward extra 100 points(action=FirstTimeBuyer)
where the FirstTimeBuyer gets called on every player on every purchase????
Because I think maybe I misunderstand how to do this
I want to create 1 action which adds 100 points on purchase and an extra 300 points on first purchase
peter_john
—
2016-03-21T01:00:01-04:00 —
#4
Hi Derek,
You need a single action.
And in this action you need 2 reward sets,
1. Gives 100 points always
2. Gives 100 points only when the user is a first time buyer (In playlyfe is a condition for the getting th reward)