From d5e654adee00d4956640cd3e5ae20ba693905876 Mon Sep 17 00:00:00 2001 From: abushev Date: Thu, 18 Apr 2024 17:59:04 +0300 Subject: [PATCH] video delivery method quick fix --- rtb/core/openrtb.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtb/core/openrtb.hpp b/rtb/core/openrtb.hpp index 2f11811..544f135 100644 --- a/rtb/core/openrtb.hpp +++ b/rtb/core/openrtb.hpp @@ -251,7 +251,7 @@ namespace openrtb { /// specification. It is strongly advised to use only the first /// element of this array in preparation for this change. PlaybackCessationModes playbackend; /// The event that causes playback to end. - DeliveryMethod delivery; /// Supported delivery methods (e.g., streaming, progressive). If + std::vector delivery; /// Supported delivery methods (e.g., streaming, progressive). If /// none specified, assume all are supported. AdPosition pos; /// Ad position on screen. CompanionType companiontype; /// Supported VAST companion ad types.