Google Analytics · Schema

GoogleAnalyticsAdminV1betaDataStreamAndroidAppStreamData

Data specific to Android app streams.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
firebaseAppId string Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.
packageName string Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
View JSON Schema on GitHub

JSON Schema

google-analytics-googleanalyticsadminv1betadatastreamandroidappstreamdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GoogleAnalyticsAdminV1betaDataStreamAndroidAppStreamData",
  "title": "GoogleAnalyticsAdminV1betaDataStreamAndroidAppStreamData",
  "description": "Data specific to Android app streams.",
  "properties": {
    "firebaseAppId": {
      "description": "Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.",
      "readOnly": true,
      "type": "string"
    },
    "packageName": {
      "description": "Immutable. The package name for the app being measured. Example: \"com.example.myandroidapp\"",
      "type": "string"
    }
  },
  "type": "object"
}