From 4cbc130a19b20b55df8b75f7e57caf5ca0a8ad38 Mon Sep 17 00:00:00 2001 From: Shiva Kumar <32130187+shivakumarss@users.noreply.github.com> Date: Thu, 6 Apr 2023 14:04:57 +0530 Subject: [PATCH] - Introduction of ooh device type | (#100) --- openrtb.go | 1 + 1 file changed, 1 insertion(+) diff --git a/openrtb.go b/openrtb.go index 54ea563..9c30794 100644 --- a/openrtb.go +++ b/openrtb.go @@ -688,6 +688,7 @@ const ( DeviceTypeTablet DeviceType = 5 DeviceTypeConnected DeviceType = 6 DeviceTypeSetTopBox DeviceType = 7 + DeviceTypeOOH DeviceType = 8 ) // ConnType as defined in section 5.22.