Skip to content

Commit

Permalink
Video CompanionType fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abushev committed Apr 30, 2024
1 parent d6f2bd0 commit 9ecf6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtb/core/openrtb.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ namespace openrtb {
std::vector<DeliveryMethod> 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.
std::vector<CompanionType> companiontype; /// Supported VAST companion ad types.
/// Recommended if companion Banner objects are included via
/// the companionad array. If one of these banners will be
/// rendered as an end-card, this can be specified using the vcm
Expand Down

0 comments on commit 9ecf6a2

Please sign in to comment.