forked from ampproject/amphtml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathads.amp.html
More file actions
745 lines (667 loc) · 21.9 KB
/
ads.amp.html
File metadata and controls
745 lines (667 loc) · 21.9 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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
<!doctype html>
<html ⚡>
<head>
<meta charset="utf-8">
<title>Ad examples</title>
<link rel="canonical" href="http://nonblocking.io/" >
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<style amp-custom>
.broken {
color: red;
}
amp-ad {
max-width: 500px;
}
/* Included here to make sure it does not render. */
.fixed {
position: fixed;
bottom: 0;
right: 0;
background-color: #eee;
opacity: .8;
}
.red {
background-color: red;
}
amp-ad[type="revcontent"] {
width: 100%;
max-width: 1280px;
margin: 18px 0;
padding: 0;
}
amp-ad[type="nativo"] {
width: 100%;
max-width: 1280px;
margin: 18px 0;
padding: 0;
height:100px;
}
</style>
<script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script>
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script async src="https://cdn.ampproject.org/v0.js"></script>
</head>
<body>
<h2>Ad networks in <span class="broken">red color</span> have broken examples, please help to fix.</h2>
<nav>
<!--
When adding new ad network to the list, please
1) verify that the ad slot loads ad. Check DEVELOPMENT.md for how to
run a local server.
2) keep the list in alphabetic order
-->
<a href="#a9">A9</a> |
<a href="#accesstrade">AccessTrade</a> |
<a href="#adblade">Adblade</a> |
<a href="#adition">ADITION</a> |
<a href="#adgeneration">Ad Generation</a> |
<a href="#adman">Adman</a> |
<a href="#adreactor">AdReactor</a> |
<a href="#adsense">AdSense</a> |
<a href="#adsnative">AdsNative</a> |
<a href="#adspirit">AdSpirit</a> |
<a href="#adstir">AdStir</a> |
<a href="#adtech">AdTech</a> |
<a href="#aduptech">Ad Up Technology</a> |
<a href="#amoad">AMoAd</a> |
<a href="#appnexus">App Nexus</a> |
<a href="#atomx">Atomx</a> |
<a href="#caprofitx">CA ProFit X</a> |
<a href="#chargeads">Chargeads</a> |
<a href="#colombia" class="broken">Colombia ad</a> |
<a href="#contentad">Content.ad</a> |
<a href="#criteo">Criteo</a> |
<a href="#dotandads">DotAndAds</a> |
<a href="#doubleclick">Doubleclick</a> |
<a href="#eplanning">E-Planning</a> |
<a href="#ezoic">Ezoic</a> |
<a href="#flite">Flite</a> |
<a href="#genieessp"></a> |
<a href="#gmossp" class="broken"></a> |
<a href="#imobile">I-Mobile</a> |
<a href="#industrybrains">Industrybrains</a> |
<a href="#kargo">Kargo</a> |
<a href="#mads">MADS</a> |
<a href="#mantis-display">MANTIS</a> |
<a href="#mediaimpact">Media Impact</a> |
<a href="#microad">MicroAd</a> |
<a href="#nativo" class="broken">Nativo</a> |
<a href="#nend">Nend</a> |
<a href="#openadstream">Open AdStream</a> |
<a href="#openx">OpenX</a> |
<a href="#plista">Plista</a> |
<a href="#pubmine">Pubmine</a> |
<a href="#pulsepoint" class="broken">PulsePoint</a> |
<a href="#revcontent" class="broken">Revcontent</a> |
<a href="#rubicon">Rubicon</a> |
<a href="#sharethrough">Sharethrough</a> |
<a href="#smartadserver">SmartAdServer</a> |
<a href="#sortable">Sortable ad</a> |
<a href="#sovrn" class="broken">SOVRN</a> |
<a href="#taboola">Taboola</a> |
<a href="#teads">Teads</a> |
<a href="#triplelift">TripleLift</a> |
<a href="#weborama">Weborama</a> |
<a href="#widespace">Widespace</a> |
<a href="#yahoojp">YahooJP</a> |
<a href="#yieldbot" class="broken">Yieldbot</a> |
<a href="#yieldone">yield One</a> |
<a href="#yieldmo">Yieldmo</a> |
<a href="#zergnet">ZergNet</a> |
</nav>
<div class="fixed">
<amp-ad width=300 height=50
type="a9"
data-aax_size="300x250"
data-aax_pubname="test123"
data-aax_src="302">
<div placeholder>
Fixed positioned ad (will not render)
</div>
</amp-ad>
</div>
<h2 id="a9">A9</h2>
<amp-ad width=300 height=250
type="a9"
data-aax_size="300x250"
data-aax_pubname="test123"
data-aax_src="302">
</amp-ad>
<h2 id="accesstrade">AccessTrade</h2>
<amp-ad width="300" height="250"
type="accesstrade"
data-atops="r"
data-atrotid="00000000000008c06y">
</amp-ad>
<h2 id="adblade">Adblade</h2>
<amp-ad width=300 height=250
type="adblade"
data-width="300"
data-height="250"
data-cid="19626-3798936394">
</amp-ad>
<h2 id="adition">ADITION</h2>
<amp-ad width=300 height=250
type="adition"
data-version="1"
data-wp_id="3470234">
</amp-ad>
<h2 id="adgeneration">Ad Generation</h2>
<amp-ad width=320 height=50
type="adgeneration"
data-id="10722">
</amp-ad>
<h2 id="adman">Adman</h2>
<amp-ad width="300" height="250"
type="adman"
data-ws="17342"
data-s="300x250"
data-host="talos.adman.gr">
</amp-ad>
<h2 id="adreactor">AdReactor</h2>
<amp-ad width=728 height=90
type="adreactor"
data-pid=790
data-zid=9
data-custom3="No Type">
</amp-ad>
<h2 id="adsense">AdSense</h2>
<amp-ad width=300 height=250
type="adsense"
data-ad-client="ca-pub-2005682797531342"
data-ad-slot="7046626912">
</amp-ad>
<h2 id="adsnative">AdsNative</h2>
<amp-ad width=300 height=250
type="adsnative"
data-anapiid="t8AjW-y8rudFGzKft_YQcBZG1-aGZ5otj5QdsKaP"
data-ancat="IAB1,IAB2"
data-antid="abc"
data-ankv="key:val,key:val2">
</amp-ad>
<h2 id="adspirit">AdSpirit</h2>
<amp-ad width=300 height=250
type="adspirit"
data-asm-params="&pid=4"
data-asm-host="help.adspirit.de">
</amp-ad>
<h2 id="adstir">AdStir 320x50 banner</h2>
<amp-ad width="320" height="50"
type="adstir"
data-app-id="MEDIA-343ded3e"
data-ad-spot="1">
</amp-ad>
<h2 id="adtech">AdTech (1x1 fake image ad)</h2>
<amp-ad width=300 height=250
type="adtech"
src="https://adserver.adtechus.com/addyn/3.0/5280.1/2274008/0/-1/ADTECH;size=300x250;key=plumber;alias=careerbear-ros-middle1;loc=300;;target=_blank;grp=27980912;misc=3767074">
</amp-ad>
<h2 id="aduptech">Ad Up Technology</h2>
<amp-ad width="500" height="250"
type="aduptech"
layout="fixed"
data-placementkey="ae7906d535ce47fbb29fc5f45ef910b4"
data-query="reisen;mallorca;spanien"
data-adtest="1">
</amp-ad>
<h2 id="amoad">AMoAd banner</h2>
<amp-ad width="300" height="250"
type="amoad"
data-ad-type="banner"
data-sid="62056d310111552c951d19c06bfa71e16e615e39493eceff667912488bc576a6">
</amp-ad>
<h2>AMoAd native</h2>
<amp-ad width="320" height="100"
type="amoad"
data-ad-type="native"
data-sid="62056d310111552c951d19c06bfa71e1bc19eea7e94d0a6e73e46a9402dbee47">
</amp-ad>
<h2 id="appnexus">AppNexus with JSON based configuration multi ad</h2>
<amp-ad width=300 height=250
type="appnexus"
data-target="apn_ad_1"
json='{"pageOpts":{"member": 958}, "adUnits": [{"disablePsa": true, "tagId": 6063968,"sizes": [300,250],"targetId": "apn_ad_1"}, {"tagId": 6063968,"sizes": [728,90],"targetId":"apn_ad_2"}]}'>
</amp-ad>
<amp-ad width=728 height=90
type="appnexus"
data-target="apn_ad_2"
json='{"pageOpts":{"member": 958}, "adUnits": [{"disablePsa": true, "tagId": 6063968,"sizes": [300,250],"targetId": "apn_ad_1"}, {"tagId": 6063968,"sizes": [728,90],"targetId":"apn_ad_2"}]}'>
</amp-ad>
<h2 id="atomx">Atomx</h2>
<amp-ad width=300 height=250
type="atomx"
data-id="1234">
</amp-ad>
<h2 id="caprofitx">CA ProFit-X</h2>
<amp-ad
width="320"
height="50"
type="caprofitx"
data-tagid="17359">
</amp-ad>
<h2 id="chargeads">Chargeads</h2>
<amp-ad width="320" height="50"
type="chargeads"
src="https://www.chargeplatform.com/ads/?id=1288491435">
</amp-ad>
<h2 id="colombia" class="broken">Colombia ad</h2>
<a href="https://github.com/ampproject/amphtml/issues/4613">Issue on GitHub</a>
<amp-ad width=320 height=140
type="colombia"
layout=responsive
data-clmb_slot="129883"
data-clmb_position="1"
data-clmb_section="0">
</amp-ad>
<h2 id="contentad">Content.ad Banner 320x50</h2>
<amp-ad width=320 height=50
type="contentad"
data-id="80a26f7c-277a-4c9a-b541-1ae7304d8b06"
data-d="bm9uYmxvY2tpbmcuaW8="
data-wid="218710"
data-url="nonblocking.io">
</amp-ad>
<h2>Content.ad Banner 300x250</h2>
<amp-ad width=300 height=250
type="contentad"
data-id="09a8809f-9e98-4c24-b076-3dc28c8a7f32"
data-d="bm9uYmxvY2tpbmcuaW8="
data-wid="218706"
data-url="nonblocking.io">
</amp-ad>
<h2>Content.ad Banner 300x250 2x2</h2>
<amp-ad width=300 height=250
type="contentad"
data-id="7902c314-4cad-466e-9264-ecd333a2c757"
data-d="bm9uYmxvY2tpbmcuaW8="
data-wid="218705"
data-url="nonblocking.io">
</amp-ad>
<h2>Content.ad Banner 300x600</h2>
<amp-ad width=300 height=600
type="contentad"
data-id="54115175-cb71-4905-9781-970c868059c1"
data-d="bm9uYmxvY2tpbmcuaW8="
data-wid="218708"
data-url="nonblocking.io">
</amp-ad>
<h2>Content.ad Banner 300x600 5x2</h2>
<amp-ad width=300 height=600
type="contentad"
data-id="d5979da1-3686-4b8d-8bbc-9a94eb2d6a76"
data-d="bm9uYmxvY2tpbmcuaW8="
data-wid="218709"
data-url="nonblocking.io">
</amp-ad>
<h2 id="criteo">Criteo (0x0 fake ad)</h2>
<amp-ad width="300" height="250"
type="criteo"
data-zone="314159">
</amp-ad>
<h2 id="dotandads">DotAndAds masthead</h2>
<amp-ad width=980 height=250
type="dotandads"
data-cid="11"
data-mpo="ampTest"
data-mpt="amp-amp-all-all"
data-sp='sn-u'>
</amp-ad>
<h2>DotAndAds 300x250 box</h2>
<amp-ad width=300 height=250
type="dotandads"
data-sp='300x250-u'
data-cid="11"
data-mpo="ampTest"
data-mpt="amp-amp-all-all">
</amp-ad>
<h2 id="doubleclick">Doubleclick</h2>
<amp-ad width=320 height=50
type="doubleclick"
data-slot="/4119129/mobile_ad_banner">
</amp-ad>
<h2>Doubleclick with JSON based parameters</h2>
<amp-ad width=320 height=50
type="doubleclick"
data-slot="/4119129/mobile_ad_banner"
json='{"targeting":{"sport":["rugby","cricket"]},"categoryExclusions":["health"],"tagForChildDirectedTreatment":0}'>
</amp-ad>
<h2>Doubleclick no ad with fallback</h2>
<amp-ad width=300 height=200
type="doubleclick"
data-slot="/4119129/doesnt-exist">
<div fallback>
<b>Thank you for trying AMP!</b>
<p>You got lucky! We have no ad to show to you!</p>
</div>
</amp-ad>
<h2>Doubleclick no ad with placeholder and fallback</h2>
<amp-ad width=300 height=200
type="doubleclick"
data-slot="/4119129/doesnt-exist">
<div placeholder>
<b>Placeholder here!!!</b>
</div>
<div fallback>
<b>Thank you for trying AMP!</b>
<p>You got lucky! We have no ad to show to you!</p>
</div>
</amp-ad>
<h2>Doubleclick with overriden size</h2>
<amp-ad width=420 height=100
data-override-width=320 data-override-height=50
type="doubleclick"
data-slot="/4119129/mobile_ad_banner"
class="red">
</amp-ad>
<h2>Doubleclick challenging ad</h2>
<amp-ad width="414" height="457"
type="doubleclick"
layout="fixed"
data-slot="/35096353/amptesting/badvideoad">
</amp-ad>
<h2 id="eplanning">E-Planning 320x50</h2>
<amp-ad width=320 height=50
type="eplanning"
layout=responsive
data-epl_si="af2"
data-epl_sv="https://ads.eu.e-planning.net"
data-epl_isv="https://us.img.e-planning.net"
data-epl_sec="AMP_TEST"
data-epl_kvs='{"target1":"food", "target2":"cars"}'
data-epl_e="AMP_TEST">
</amp-ad>
<h2 id="ezoic">Ezoic</h2>
<amp-ad width=300 height=250
type="ezoic"
data-slot="/1254144/28607874"
json='{"targeting": {"iid15":"1479509","t":"134","d":"1317","t1":"134","pvc":"0","ap":"1144","sap":"1144","a":"|0|","as":"revenue","plat":"1","bra":"mod1","ic":"1","at":"mbf","adr":"400","reft":"tf","ga":"2497208","rid":"99998","pt":"0","al":"2022","compid":"1","tap":"28607874-1479509","br1":"0","br2":"0"}}'>
</amp-ad>
<h2 id="flite">Flite</h2>
<amp-ad width=320 height=568
type="flite"
data-guid="aa7bf589-6d51-4194-91f4-d22eef8e3688"
data-mixins="">
</amp-ad>
<h2 id="genieessp">Geniee SSP</h2>
<amp-ad width="300" height="250"
type="genieessp"
data-vid="3"
data-zid="1077330">
</amp-ad>
<h2 id="gmossp" class="broken">GMOSSP 320x50 banner</h2>
<amp-ad width="320" height="50"
type="gmossp"
data-id="10014">
</amp-ad>
<h2 id="imobile">I-Mobile 320x50 banner</h2>
<amp-ad width="320" height="50"
type="imobile"
data-pid="1847"
data-adtype="banner"
data-asid="813689">
</amp-ad>
<h2 id="industrybrains">Industrybrains</h2>
<amp-ad width=300 height=250
type="industrybrains"
data-width="300"
data-height="250"
data-cid="19626-3798936394">
</amp-ad>
<h2 id="kargo">Kargo</h2>
<amp-ad width=300 height=250
type="kargo"
data-site="_tt9gZ3qxCc2RCg6CADfLAAFR"
data-slot="_vypM8bkVCf"
data-options='{"targetParams":{"AD_ID":"test-middle","ad_id":"test-middle"}}'>
</amp-ad>
<h2 id="mads">MADS</h2>
<amp-ad width=320 height=50
type="mads"
data-adrequest='{"pid":"6252122059"}'>
</amp-ad>
<h2 id="mantis-display">MANTIS</h2>
<amp-ad width=300 height=250
type="mantis-display"
data-property = "demo"
data-zone="medium-rectangle">
</amp-ad>
<amp-embed width=100 height=283
type="mantis-recommend"
layout=responsive
heights="(min-width:1907px) 56%, (min-width:1100px) 64%, (min-width:780px) 75%, (min-width:480px) 105%, 200%"
data-property="demo">
</amp-embed>
<h2 id="mediaimpact">Media Impact</h2>
<amp-ad width="320" height="250"
type="mediaimpact"
data-site="67767"
data-page="amp"
data-format="4459"
data-target=""
data-slot="4459">
</amp-ad>
<h2 id="microad">MicroAd 320x50 banner</h2>
<amp-ad width="320" height="50"
type="microad"
data-spot="b4bf837c5ddd69758d5ac924d04cf502"
data-url="${COMPASS_EXT_URL}"
data-referrer="${COMPASS_EXT_REF}"
data-ifa="${COMPASS_EXT_IFA}"
data-appid="${COMPASS_EXT_APPID}"
data-geo="${COMPASS_EXT_GEO}">
</amp-ad>
<h2 id="nativo" class="broken">Nativo</h2>
<amp-ad width="350" height="150"
type="nativo"
layout="responsive"
data-premium
data-request-url="http://localhost:9876">
</amp-ad>
<h2 id="nend">Nend</h2>
<amp-ad width="320" height="50"
type="nend"
data-nend_params='{"media":82,"site":58536,"spot":127513,"type":1,"oriented":1}'>
</amp-ad>
<h2 id="openadstream">Open AdStream single ad</h2>
<amp-ad width=300 height=250
type="openadstream"
data-adhost="oasc-training7.247realmedia.com"
data-sitepage="dx_tag_pvt_site"
data-pos="x04"
data-query="keyword=keyvalue&key2=value2" >
</amp-ad>
<h2 id="openx">OpenX</h2>
<amp-ad width="728" height="90"
type="openx"
data-auid="538289845"
data-host="sademo-d.openx.net"
data-nc="90577858-BidderTest">
</amp-ad>
<div>
<a href="openx.amp.max.html">See all OpenX examples</a>
</div>
<h2 id="plista">Plista responsive widget</h2>
<amp-embed width=300 height=300
type="plista"
layout=responsive
data-countrycode="de"
data-publickey="e6a75b42216ffc96b7ea7ad0c94d64946aedaac4"
data-widgetname="iAMP_2"
data-geo="de"
data-urlprefix=""
data-categories="politik">
</amp-embed>
<h2 id="pubmine">Pubmine 300x250</h2>
<amp-ad width=300 height=250
type="pubmine"
data-adsafe="1"
data-section="1"
data-siteid="37790885"
data-wordads="1">
</amp-ad>
<h2 id="pulsepoint" class="broken">PulsePoint Header Bidding 300x250</h2>
<amp-ad width=300 height=250
type="pulsepoint"
data-pid="521732"
data-tagid="76835"
data-tagtype="hb"
data-timeout="1000"
data-slot="/1066621/ExchangeTech_Prebid_AdUnit">
</amp-ad>
<h2>PulsePoint 300x250</h2>
<amp-ad width=300 height=250
type="pulsepoint"
data-pid="512379"
data-tagid="472988">
</amp-ad>
<h2 id="revcontent" class="broken">Revcontent Widget with placeholder and fallback</h2>
<amp-ad width="320" height="420"
layout="responsive"
type="revcontent"
data-wrapper="rcjsload_2ff711"
data-endpoint="trends.revcontent.com"
data-id="203">
<div placeholder>200 Billion Content recommendations!</div>
<div fallback>200 Billion Content recommendations!</div>
</amp-ad>
<h2 id="rubicon">Rubicon Project Smart Tag</h2>
<amp-ad width="320" height="50"
type="rubicon"
data-method="smartTag"
data-account="14062"
data-site="70608"
data-zone="335918"
data-size="43"
data-kw="amp-test, test"
json='{"visitor":{"age":"18-24","gender":"male"},"inventory":{"section":"amp"}}'>
<div placeholder>Ad Loading...</div>
<div fallback>Ad Load Failed.</div>
</amp-ad>
<h2>Rubicon Project FastLane Single Slot</h2>
<amp-ad width="320" height="50"
type="rubicon"
data-slot="/5300653/amp_test"
data-method="fastLane"
data-account="14062"
data-pos="atf"
data-kw="amp-test"
json='{"targeting":{"kw":"amp-test","age":"18-24","gender":"male","section":"amp"},"visitor":{"age":"18-24","gender":"male"},"inventory":{"section":"amp"}}'>
<div placeholder>Ad Loading...</div>
<div fallback>Ad Load Failed.</div>
</amp-ad>
<h2 id="sharethrough">Sharethrough</h2>
<amp-ad width=300 height=150
type="sharethrough"
layout="responsive"
data-pkey="c0fa8367">
</amp-ad>
<h2 id="smartadserver">SmartAdServer ad</h2>
<amp-ad width=320 height=50
type="smartadserver"
data-call="std"
data-site="94612"
data-page="629154"
data-format="38952"
data-target="foo=bar">
</amp-ad>
<h2 id="sortable">Sortable ad</h2>
<amp-ad width=300 height=250
type="sortable"
data-name="medrec"
data-site="ampproject.org">
</amp-ad>
<h2 id="sovrn" class="broken">SOVRN</h2>
<a href="https://github.com/ampproject/amphtml/issues/4614">Issue on GitHub</a>
<amp-ad width=300 height=250
type="sovrn"
data-width="300"
data-height="600"
data-u="sduggan"
data-iid="informerIDgoeshere"
data-aid="affiliateIDgoeshere"
data-testFlag="true"
data-z="342521">
</amp-ad>
<h2 id="taboola">Taboola responsive widget</h2>
<amp-embed width=100 height=283
type=taboola
layout=responsive
heights="(min-width:1907px) 39%, (min-width:1200px) 46%, (min-width:780px) 64%, (min-width:480px) 98%, (min-width:460px) 167%, 196%"
data-publisher="amp-demo"
data-mode="thumbnails-a"
data-placement="Ads Example"
data-article="auto">
</amp-embed>
<h2 id="teads">Teads</h2>
<amp-ad width=300 height=220
type="teads"
data-pid="42266"
layout="responsive">
<div fallback>Teads fallback - Discover <a href="http://teads.tv/en/platform/">inRead by Teads</a> !</div>
</amp-ad>
<h2 id="triplelift">TripleLift</h2>
<amp-ad width=297 height=410
type="triplelift"
layout="responsive"
src="https://ib.3lift.com/dtj/amptest_main_feed/335430">
</amp-ad>
<h2 id="weborama">Weborama</h2>
<amp-ad width=300 height=250
type="weborama-display"
data-wbo_account_id=51
data-wbo_tracking_element_id=137
data-wbo_fullhost="certification.solution.weborama.fr"
data-wbo_random="[RANDOM]"
data-wbo_publisherclick="[PUBLISHER_TRACKING_URL]">
<div placeholder>Loading ad.</div>
<div fallback>Ad could not be loaded.</div>
</amp-ad>
<h2 id="widespace">Widespace 300x50 Ad</h2>
<amp-ad width=300 height=50
type="widespace"
data-sid="93f1a996-52f5-46b4-8dc8-ccd8886a8fbf"
layout="responsive">
</amp-ad>
<h2>Widespace 300x300 no-ad fallback</h2>
<amp-ad width=300 height=300
type="widespace"
data-sid="911b4848-ef76-4ec1-9713-517d1c91eefb"
layout="responsive">
<div fallback>
<p>You got lucky! We have no ad to show to you!</p>
</div>
</amp-ad>
<h2 id="yahoojp">YahooJP YDN</h2>
<amp-ad width="300" height="250"
type="yahoojp"
data-yadsid="79712_113431">
</amp-ad>
<h2 id="yieldbot" class="broken">Yieldbot 300x250</h2>
<amp-ad width="300" height="250"
type="yieldbot"
data-psn="1234"
data-yb-slot="medrec"
data-slot="/2476204/medium-rectangle"
json='{"targeting":{"category":["food","lifestyle"]},"categoryExclusions":["health"]}'>
</amp-ad>
<h2 id="yieldone">YIELD ONE</h2>
<amp-ad width="320" height="50"
type="yieldone"
data-pubid="0001"
data-pid="032478_4">
</amp-ad>
<h2 id="yieldmo">Yieldmo</h2>
<amp-ad width=300 height=168
type="yieldmo"
data-ymid="1349317029731662884">
</amp-ad>
<h2 id="zergnet">ZergNet</h2>
<amp-embed width="780" height="100"
heights="(max-width:645px) 100%, (max-width:845px) 31%, 23%"
layout="responsive"
type="zergnet"
data-zergid="42658">
</amp-embed>
</amp-ad>
</body>
</html>