This small App gets the statistics for your Dynamic Links that you configured on Google Firebase.
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.
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
The API documentation from Google: https://firebase.google.com/docs/reference/dynamic-links/analytics