You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,9 +77,8 @@ By default, the built-in consent UI will use whatever UI theme that has been set
77
77
The plugin will automatically add the following default properties to all events:
78
78
79
79
* "$platform": The platform the game is running on. Can be either "Windows", "macOS", "Linux", "FreeBSD", "NetBSD", "OpenBSD", "BSD", "Android", "iOS", or "Web". Custom builds may yield other values.
80
-
* "$session_id": The unique session identifier for this event. A session starts when the game launches and ends when the game is exited.
81
80
* "$debug": Whether this event came from a debug build of the game. Both editor and debug versions of export templates will set debug to true. You can use this to filter out events created during development.
82
-
* "$export_template": Whether this event came from a build using an export template, whether it is debug or release.
81
+
* "$export_template": Whether this event came from a build using an export template, regardless if it is a debug or release build.
0 commit comments