Boost repeat purchases
Boosting repeat purchases is easy with push notifications! This tutorial will show you how to do this.
Last updated
Boosting repeat purchases is easy with push notifications! This tutorial will show you how to do this.
Last updated
We need to segment the users who already made a purchase from the ones who didn't. To achieve this, we need to track purchases in the app (and yes, you can do that on web with push notifications too! ask us how!).
Use the following code snippet for iOS and Android in your app every time user makes a purchase.
See more about integration of in-app purchase tracking for iOS and Android
The code above will populate "In-app Purchase" default Pushwoosh tag, designed to track how much your users are spending in the app. Its value automatically increments every time a user makes a purchase.
Go to the Filters section and create a filter for "In-App Purchase" tag is not zero. Name it "Paid users".
Enter the message you want to send to your users, in our case we are going to offer a 20% discount on "Textured Coat" to boost sales.
Then go to the Segmentation tab, and select our "Paid users" segment.
That's it! Your message will go to users who have already made a purchase in your app.