Skip to content

Commit

Permalink
UOE-10197: Support Adunit config for AMP(in-banner-video) (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
AvinashKapre authored Mar 11, 2024
1 parent cbcf65a commit a1371bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/pubmatic/openwrap/models/adunitconfig/adunitconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ type NativeConfig struct {
}

type Video struct {
Enabled *bool `json:"enabled,omitempty"`
Config *VideoConfig `json:"config,omitempty"`
Enabled *bool `json:"enabled,omitempty"`
AmpTrafficPercentage *int `json:"amptrafficpercentage,omitempty"`
Config *VideoConfig `json:"config,omitempty"`
}

// Struct for UniversalPixel
Expand Down

0 comments on commit a1371bb

Please sign in to comment.