Skip to content

Commit

Permalink
Merge pull request #8454 from braze-inc/bd-3648
Browse files Browse the repository at this point in the history
BD-3648 Add email conversion events
  • Loading branch information
lydia-xie authored Nov 20, 2024
2 parents f0ae28b + e5c4550 commit c5cb654
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ We highly recommend using as many conversion events as you feel is necessary bec
For each conversion event you want to track, select the event and conversion deadline.

1. Select the general type of event you'd like to use:
- **Opens App**: A user is counted as having converted when they open any one of the apps that you specify (defaults to all apps in the workspace).
- **Starts Session**: A user is counted as having converted when they open any one of the apps that you specify (defaults to all apps in the workspace).
- **Makes Purchase**: A user is counted as having converted when they purchase the product you specify (defaults to any product).
- **Performs Custom Event**: A user is counted as having converted when they perform one of your existing custom events (no default, you must specify the event).
- **Upgrade App**: A user is counted as having converted when they upgrade the app version on any one of the apps that you specify (defaults to all apps in the workspace). Braze will perform a best-efforts numerical comparison to determine if the version change was an upgrade. For example, a user would convert if they upgrade from version 1.2.3 to 1.3.0 of the application, but Braze wouldn't register a conversion if a user downgrades from 1.2.3 to 1.2.2. However, if the app's version name contains strings, such as "1.2.3-beta2", then Braze will not be able to determine if a version change was an upgrade. In this situation, Braze will count it as a conversion when the user's most recent app version changes.<br><br>
- **Upgrade App**: A user is counted as having converted when they upgrade the app version on any one of the apps that you specify (defaults to all apps in the workspace). Braze will perform a best-efforts numerical comparison to determine if the version change was an upgrade. For example, a user would convert if they upgrade from version 1.2.3 to 1.3.0 of the application, but Braze wouldn't register a conversion if a user downgrades from 1.2.3 to 1.2.2. However, if the app's version name contains strings, such as "1.2.3-beta2", then Braze will not be able to determine if a version change was an upgrade. In this situation, Braze will count it as a conversion when the user's most recent app version changes.
- **Opens email**: A user is counted as having converted when they open the email (only for email campaigns).
- **Clicks email**: A user is counted as having converted when they click a link within the email (only for email campaigns).<br><br>
2. Set your conversion deadline. This is the maximum amount of time that may pass to consider a conversion. You have the option of allowing up to a 30-day window during which the conversion will be counted if the user takes the specified action.

![The "Makes Purchase" conversion event type as an example to record conversions for users who make any purchase. This has a conversion deadline of 12 hours.][2]
Expand Down

0 comments on commit c5cb654

Please sign in to comment.