From 0e37df5ffaf2da8cc697885cc4c854eec802fd5c Mon Sep 17 00:00:00 2001 From: TumkoVolodymyr Date: Fri, 3 May 2024 17:33:33 +0300 Subject: [PATCH] user_agent property added as built-in properties used for events --- src/Event.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Event.php b/src/Event.php index f587193..f296f28 100644 --- a/src/Event.php +++ b/src/Event.php @@ -87,6 +87,7 @@ class Event implements \JsonSerializable 'ip' => 'string', 'idfa' => 'string', 'adid' => 'string', + 'user_agent' => 'string', ]; /**