File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ var _ = Describe("Banner", func() {
1818 W : 728 ,
1919 H : 90 ,
2020 Pos : AdPosAboveFold ,
21- BType : []int {4 },
22- BAttr : []int {14 },
23- Api : []int {3 },
21+ BType : []int {BannerTypeFrame },
22+ BAttr : []int {CreativeAttributeWindowsDialogOrAlert },
23+ Api : []int {APIFrameworkMRAID1 },
2424 }))
2525 })
2626
Original file line number Diff line number Diff line change 99)
1010
1111// 5.3 Creative Attributes
12- // TODO
12+ const (
13+ CreativeAttributeAudioAdAutoPlay = 1
14+ CreativeAttributeAudioAdUserInitiated = 2
15+ CreativeAttributeExpandableAuto = 3
16+ CreativeAttributeExpandableUserInitiatedClick = 4
17+ CreativeAttributeExpandableUserInitiatedRollover = 5
18+ CreativeAttributeInBannerVideoAdAutoPlay = 6
19+ CreativeAttributeInBannerVideoAdUserInitiated = 7
20+ CreativeAttributePop = 8
21+ CreativeAttributeProvocativeOrSuggestiveImagery = 9
22+ CreativeAttributeExtremeAnimation = 10
23+ CreativeAttributeSurveys = 11
24+ CreativeAttributeTextOnly = 12
25+ CreativeAttributeUserInitiated = 13
26+ CreativeAttributeWindowsDialogOrAlert = 14
27+ CreativeAttributeHasAudioWithPlayer = 15
28+ CreativeAttributeAdProvidesSkipButton = 16
29+ CreativeAttributeAdobeFlash = 17
30+ )
1331
1432// 5.4 Ad Position
1533const (
You can’t perform that action at this time.
0 commit comments