Skip to content

Commit 042ac9b

Browse files
committed
Update impression.go
1 parent 738e112 commit 042ac9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impression.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type Impression struct {
3535
ContentType string `json:"-"` // Used to attribute bid to a content - not sent in request
3636
MediaType string `json:"-"` // media of the impression e.g. video/display
3737
Ext Extension `json:"ext,omitempty"`
38-
Rewarded int `json:"rwdd,omitempty"` //Indicates whether the user receives a reward for viewing the ad
38+
Rewarded int `json:"rwdd"` //Indicates whether the user receives a reward for viewing the ad
3939
}
4040

4141
func (imp *Impression) assetCount() int {

0 commit comments

Comments
 (0)