Browse Source

Adding step to mark the event as Conversion event in Analytics samples Readme.

Change-Id: Iea4167a284047aa5a6ed504beb49c92c1160c3a1
katowulf-pr-tpl
Nicolas Garnier 8 years ago
parent
commit
43b0b7991f
  1. 1
      coupon-on-crash/README.md
  2. 1
      survey-app-update/README.md

1
coupon-on-crash/README.md

@ -21,6 +21,7 @@ The function triggers on changes to `app_exception` Firebase Analytics events. F
This sample can be tested on your Android and iOS app. To test it out: This sample can be tested on your Android and iOS app. To test it out:
- 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.
- Set the project to your Firebase project using `firebase use --add` then select your projec tin the list. - Set the project to your Firebase project using `firebase use --add` then select your projec tin the list.
- Deploy your project using `firebase deploy` - Deploy your project using `firebase deploy`
- Make your app crash (somehow). - Make your app crash (somehow).

1
survey-app-update/README.md

@ -30,6 +30,7 @@ firebase functions:config:set gmail.email="myusername@gmail.com" gmail.password=
This sample can be tested on your Android and iOS app. To test it out: This sample can be tested on your Android and iOS app. To test it out:
- 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.
- Set the project to your Firebase project using `firebase use --add` then select your projec tin the list. - Set the project to your Firebase project using `firebase use --add` then select your projec tin the list.
- Deploy your project using `firebase deploy` - Deploy your project using `firebase deploy`
- Have users update your app, for instance through the play store. - Have users update your app, for instance through the play store.

Loading…
Cancel
Save