-
Notifications
You must be signed in to change notification settings - Fork 398
Expand file tree
/
Copy pathGoogle_AdWords_Image_Ad_Specs.rb
More file actions
199 lines (161 loc) · 3.05 KB
/
Google_AdWords_Image_Ad_Specs.rb
File metadata and controls
199 lines (161 loc) · 3.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
cheatsheet do
title 'Google AdWords Image Ad Specifications'
docset_file_name 'Google_AdWords_Image_Ad_Specs'
keyword 'adwords'
source_url 'http://cheat.kapeli.com'
introduction 'The image specifications to meet Google AdWords criteria.'
category do
id 'File Types'
entry do
name 'Formats'
notes 'GIF, JPG, PNG, ZIP'
end
entry do
name 'Size'
notes 'Up to 150KB'
end
entry do
name 'GIF animation limits'
notes 'Under 30 seconds, less than 5 FPS'
end
end
category do
id 'Square and Rectangle Ad Sizes'
entry do
name 'Small square'
notes '200 × 200'
end
entry do
name 'Vertical rectangle'
notes '240 × 400'
end
entry do
name 'Square'
notes '250 × 250'
end
entry do
name 'Triple widescreen'
notes '250 × 360'
end
entry do
name 'Inline rectangle'
notes '300 × 250'
end
entry do
name 'Large rectangle'
notes '336 × 280'
end
entry do
name 'Netboard'
notes '580 × 400'
end
end
category do
id 'Skyscraper Ad Sizes'
entry do
name 'Skyscraper'
notes '120 × 600'
end
entry do
name 'Wide skyscraper'
notes '160 × 600'
end
entry do
name 'Half-page ad'
notes '300 × 600'
end
entry do
name 'Portrait'
notes '300 × 1050'
end
end
category do
id 'Leaderboard Ad Sizes'
entry do
name 'Banner'
notes '468 × 60'
end
entry do
name 'Leaderboard'
notes '728 × 90'
end
entry do
name 'Top banner'
notes '930 × 180'
end
entry do
name 'Large leaderboard'
notes '970 × 90'
end
entry do
name 'Billboard'
notes '970 × 250'
end
entry do
name 'Panorama'
notes '980 × 120'
end
end
category do
id 'Mobile Ad Sizes'
entry do
name 'Mobile banner'
notes '300 × 50'
end
entry do
name 'Mobile banner'
notes '320 × 50'
end
entry do
name 'Large mobile banner'
notes '320 × 100'
end
end
category do
id 'Popular Ad Sizes in Denmark'
entry do
name 'Denmark top banner'
notes '930 x 180'
end
end
category do
id 'Popular Ad Sizes in Norway'
entry do
name 'Norway netboard'
notes '580 x 400'
end
end
category do
id 'Popular Ad Sizes in Poland'
entry do
name 'Poland billboard'
notes '750 x 100'
end
entry do
name 'Poland double billboard'
notes '50 x 200'
end
entry do
name 'Poland triple billboard'
notes '50 x 300'
end
end
category do
id 'Popular Ad Sizes in Russia'
entry do
name 'Russia vertical rectangle'
notes '240 x 400'
end
end
category do
id 'Popular Ad Sizes in Sweden'
entry do
name 'Sweden triple widescreen'
notes '50 x 360'
end
entry do
name 'Sweden panorama'
notes '980 x 120'
end
end
end