We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738e112 commit 042ac9bCopy full SHA for 042ac9b
impression.go
@@ -35,7 +35,7 @@ type Impression struct {
35
ContentType string `json:"-"` // Used to attribute bid to a content - not sent in request
36
MediaType string `json:"-"` // media of the impression e.g. video/display
37
Ext Extension `json:"ext,omitempty"`
38
- Rewarded int `json:"rwdd,omitempty"` //Indicates whether the user receives a reward for viewing the ad
+ Rewarded int `json:"rwdd"` //Indicates whether the user receives a reward for viewing the ad
39
}
40
41
func (imp *Impression) assetCount() int {
0 commit comments