-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
21 lines (21 loc) · 928 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "com.google.firebase.analytics",
"version": "12.4.1",
"displayName": "Google Analytics",
"keywords": [
"Google",
"Firebase",
"Analytics",
"vh-name:FirebaseAnalytics",
"vh-name:Google Analytics"
],
"author": {
"name": "Google LLC",
"url": "https://firebase.google.com/docs/analytics/unity/start"
},
"description": "Get free and unlimited game and player analytics\n\nGoogle Analytics helps you understand and engage your players by revealing what actions they're taking inside your game, where they spend the most time, and why they churn. From acquisition to app usage, Google Analytics will give you insights to make better decisions about your game. You can even combine your analytics data with Google Ads to make sure you're running campaigns that deliver you high-quality players.",
"unity": "2020.1",
"dependencies": {
"com.google.firebase.app": "12.4.1"
}
}