{
  "name": "com.unity.services.analytics",
  "displayName": "Analytics",
  "version": "5.0.0",
  "unity": "2019.4",
  "description": "The Unity Analytics package automatically collects core events and user properties when someone uses your game or application, and enables you to track specific in-game actions your user performs by defining custom events. The data collected from this package is surfaced in the Unity dashboard where you can use it to gather user insights, segment your player base and make informed decisions around the optimization of your game.",
  "dependencies": {
    "com.unity.ugui": "1.0.0",
    "com.unity.modules.jsonserialize": "1.0.0",
    "com.unity.services.core": "1.10.1"
  },
  "samples": [
    {
      "displayName": "Standard Events",
      "description": "Example of using the predefined standardized products, including a demo scene",
      "path": "Samples~/StandardEvents"
    }
  ],
  "_upm": {
    "gameService": {
      "genericDashboardUrl": "https://dashboard.unity3d.com/analytics",
      "projectDashboardUrl": "https://dashboard.unity3d.com/organizations/{0}/projects/{1}/analytics/events",
      "projectDashboardUrlType": "OrganizationKeyAndProjectGuid",
      "configurePath": "Project/Services/Analytics"
    },
    "supportedPlatforms": [
      "Android",
      "iOS",
      "Linux",
      "Mac",
      "PC",
      "Windows 8.1 Universal",
      "Windows 10 Universal",
      "WebGL"
    ],
    "changelog": "### Added\n\n* New initialization and consent flow. Please see the migration guide for more information: https://docs.unity.com/analytics/en/manual/AnalyticsSDK5MigrationGuide\n\n### Deprecated\n\n* The old initialization and consent flow should no longer be used and will be removed in a future version of the SDK. Please see the migration guide for more information: https://docs.unity.com/analytics/en/manual/AnalyticsSDK5MigrationGuide\n\n### Changed\n\n* Updated `com.unity.services.core` dependency to 1.10.1\n\n### Breaking Changes\n* The package no longer has a dependency on Newtonsoft.Json\n* The package now has a dependency on the Unity JsonSerialize module (JsonUtility)\n* A number of elements that were previously marked as Obsolete have now been removed\n\n### Fixed\n\n* Analytics no longer blocks services initialization (`UnityServices.InitializeAsync`) if there is no internet connection\n* It is now possible to opt in to data collection during a session where the player has previously opted out (requires migration to the new consent flow)\n* Application.persistentDataPath is no longer requested on some platforms where access to the file system is denied by default\n* Event buffer is now cleared on a wider variety of server responses\n* Events are more eagerly cached to disk (if available) on shutdown to prevent data loss if game is closed while offline\n* Data deletion requests are now sent using the custom user ID if one is set, instead of always using the installation ID"
  },
  "relatedPackages": {
    "com.unity.services.analytics.tests": "5.0.0"
  },
  "upmCi": {
    "footprint": "d56ceeb9078d13cabd954946acb439445a5a7276"
  },
  "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.services.analytics@5.0/manual/index.html",
  "repository": {
    "url": "https://github.cds.internal.unity3d.com/unity/operate-services-sdk.git",
    "type": "git",
    "revision": "ddbf624326f641d0f31cf253700cd808033ec74f"
  }
}
