Skip to content

Commit

Permalink
UOE-10197: Support Adunit config for AMP(in-banner-video)
Browse files Browse the repository at this point in the history
  • Loading branch information
AvinashKapre committed Mar 7, 2024
1 parent cbcf65a commit c7d9008
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 c7d9008

Please sign in to comment.