File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 99)
1010
1111// 5.3 Creative Attributes
12- // TODO
12+ const (
13+ BannerAttributeAudioAdAutoPlay = 1
14+ BannerAttributeAudioAdUserInitiated = 2
15+ BannerAttributeExpandableAuto = 3
16+ BannerAttributeExpandableUserInitiatedClick = 4
17+ BannerAttributeExpandableUserInitiatedRollover = 5
18+ BannerAttributeInBannerVideoAdAutoPlay = 6
19+ BannerAttributeInBannerVideoAdUserInitiated = 7
20+ BannerAttributePop = 8
21+ BannerAttributeProvocativeOrSuggestiveImagery = 9
22+ BannerAttributeExtremeAnimation = 10
23+ BannerAttributeSurveys = 11
24+ BannerAttributeTextOnly = 12
25+ BannerAttributeUserInitiated = 13
26+ BannerAttributeWindowsDialogOrAlert = 14
27+ BannerAttributeHasAudioWithPlayer = 15
28+ BannerAttributeAdProvidesSkipButton = 16
29+ BannerAttributeAdobeFlash = 17
30+ )
1331
1432// 5.4 Ad Position
1533const (
You can’t perform that action at this time.
0 commit comments