functions.analytics. UserDimensions
Interface representing the user who triggered the events.
Properties
appInfo
(non-null functions.analytics.AppInfo or undefined)
App information.
bundleInfo
non-null functions.analytics.ExportBundleInfo
Information regarding the bundle in which these events were uploaded.
deviceInfo
non-null functions.analytics.DeviceInfo
Device information.
firstOpenTime
(string or undefined)
The time (in UTC) at which the user first opened the app.
geoInfo
non-null functions.analytics.GeoInfo
User's geographic information.
userId
(string or undefined)
The user ID set via the setUserId API (
Android),
iOS).
userProperties
non-null Object
A map of user properties set with the
setUserProperty API.
All values are UserPropertyValue objects.


