Skip to content

ApptivaAG/Firebase-Deeplink-Statistics

Repository files navigation

Firebase-Deeplink-Statistics

This small App gets the statistics for your Dynamic Links that you configured on Google Firebase.

How to run

First you need a appropriate service-account on Google Cloud to have the permission to get the statistics. Save the account information in a local file service-account.json in the root of this app.

Configure links

Edit the dynamic-links.yml to configure which statistics you want to get:

# This gets the statistics for the last 7 days:
days: 7

# List all the links of interest:
links:
  - https://suva.page.link/testApptiva
  - https://suva.page.link/otherLink

Run the app with following command:

Windows:

gradlew.bat run

Mac, Linux:

./gradlew run

More information

The API documentation from Google: https://firebase.google.com/docs/reference/dynamic-links/analytics

About

Short App to get statistics for DeepLink from Firebase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages