Skip to content

Commit 43b0b79

Browse files
author
Nicolas Garnier
committed
Adding step to mark the event as Conversion event in Analytics samples Readme.
Change-Id: Iea4167a284047aa5a6ed504beb49c92c1160c3a1
1 parent 97a786b commit 43b0b79

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

coupon-on-crash/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The function triggers on changes to `app_exception` Firebase Analytics events. F
2121

2222
This sample can be tested on your Android and iOS app. To test it out:
2323

24+
- Make sure you set the `app_exception` events as being a **Conversion event** in your project. You can do this on the Analytics section > Events tab.
2425
- Set the project to your Firebase project using `firebase use --add` then select your projec tin the list.
2526
- Deploy your project using `firebase deploy`
2627
- Make your app crash (somehow).

survey-app-update/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ firebase functions:config:set gmail.email="[email protected]" gmail.password=
3030

3131
This sample can be tested on your Android and iOS app. To test it out:
3232

33+
- Make sure you set the `app_update` events as being a **Conversion event** in your project. You can do this on the Analytics section > Events tab.
3334
- Set the project to your Firebase project using `firebase use --add` then select your projec tin the list.
3435
- Deploy your project using `firebase deploy`
3536
- Have users update your app, for instance through the play store.

0 commit comments

Comments
 (0)