Skip to content

Commit ca075e9

Browse files
committed
Update README
1 parent 613f9b6 commit ca075e9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,8 @@ By default, the built-in consent UI will use whatever UI theme that has been set
7777
The plugin will automatically add the following default properties to all events:
7878

7979
* "$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.
8180
* "$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.
8382

8483
All default property names start with a "$".
8584

0 commit comments

Comments
 (0)