Google Analytics · Schema

GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData

Data specific to iOS app streams.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
bundleId string Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"
firebaseAppId string Output only. ID of the corresponding iOS app in Firebase, if any. This ID can change if the iOS app is deleted and recreated.
View JSON Schema on GitHub

JSON Schema

google-analytics-googleanalyticsadminv1betadatastreamiosappstreamdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData",
  "title": "GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData",
  "description": "Data specific to iOS app streams.",
  "properties": {
    "bundleId": {
      "description": "Required. Immutable. The Apple App Store Bundle ID for the app Example: \"com.example.myiosapp\"",
      "type": "string"
    },
    "firebaseAppId": {
      "description": "Output only. ID of the corresponding iOS app in Firebase, if any. This ID can change if the iOS app is deleted and recreated.",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object"
}