Skip to content

Commit

Permalink
Fix ad verification lookup in xml wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-kosolapov-zattoo committed Aug 20, 2024
1 parent 2516945 commit 41c19ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vast.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ type Wrapper struct {
// which list the resources and metadata required to execute third-party measurement code in order to verify creative playback.
// The <AdVerifications> element is used to contain one or more <Verification> elements,
// which are used to initiate a controlled container where code can be executed for collecting data to verify ad playback details.
AdVerifications *[]Verification `xml:",omitempty" json:",omitempty"`
AdVerifications *[]Verification `xml:"AdVerifications>Verification,omitempty" json:",omitempty"`

FallbackOnNoAd *bool `xml:"fallbackOnNoAd,attr,omitempty" json:",omitempty"`
AllowMultipleAds *bool `xml:"allowMultipleAds,attr,omitempty" json:",omitempty"`
Expand Down

0 comments on commit 41c19ca

Please sign in to comment.