Conversion Tracking

This guide describes how to set up and use the Conversion Tracking feature

Overview

A user can perform various actions in an app: send a message to a friend, upvote an article or add something to a shopping cart. Marketing specialists treasure this information as it helps to understand the audience and find ways to achieve business goals. One of such goals is conversion increase, or getting as many users as possible to act according to your needs.

To put it simply, Conversion is a desired action performed by a user. The Conversion Rate is the ratio of conversions to push opens. Conversion Tracking shows the conversion rate of your pushes and the revenue generated on this event.

How it works

When a user performs a specific action in your application, a postEvent API method gets fired. Our backend registers the number of times this method was fired in the application. The process is the following:

1. You launch a campaign or send a push message.

Setting up an Event

To configure Events in your app, please see this guide.

2. A user receives a push notification and opens the message.

3. Within the next 24 hours, when a user performs any action in the app, Pushwoosh SDK fires a postEvent method containing the ID of that push notification a user has opened.

4. Our server tracks the number of postEvent calls, or the number of conversions.

Please take into account that Conversion Tracking statistics include all the postEvent calls, not just unique ones. That means if a user, for example, opens your app several times within 24 hours after they've opened your push, the app open event will be counted several times no matter it's fired on the same device.

5. In your push statistics, we show the number of event hits and the conversion rate.

In case there are multiple events in the app, the statistics will show the Top 5. You can check the conversion rate for each action in the drop-down menu.

Using with Campaigns

If a push message is a part of a push campaign, you can monitor the Conversion Rate in the Campaign Stats section:

Link your Push Campaign to a Preset so you can use it with other features such as Autopushes, Geozone notifications, etc.

Last updated

Change request #1685: