-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (71 loc) · 2.49 KB
/
index.html
File metadata and controls
79 lines (71 loc) · 2.49 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
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<title>Adlayer Javascript Integration Test</title>
<link type="text/css" rel="stylesheet" href="stylesheets/foundation.min.css" />
<link type="text/css" rel="stylesheet" href="https://raw.github.com/ccampbell/rainbow/master/themes/tricolore.css" />
<script src="javascripts/jquery.js"></script>
<style>
.drag {cursor:move;}
</style>
</head>
<body>
<div class="row">
<div class="twelve columns">
<h2>
<a href="http://adlayer.com.br">
<img alt="logo" src="http://adlayer.com.br/img/logo.png" />
<br />
Javascript Integration Test
</a>
</h2>
<p>
Teste a integração de seus Adlayer Widgets
</p>
<hr>
</div>
</div>
<div id="adlayer_js_test" class="row">
<div class="eight columns">
<h3>
Bookmarklet
</h3>
<p>
<ol>
<li>
Apenas arraste
<strong>
<a class="drag" href="javascript:(function(){var elem=document.createElement('script');elem.setAttribute('src','http://integration.adlayerjavascriptsdk.com/main.js');document.body.appendChild(elem);})()">Adlayer Integration Test</a>
</strong>
para sua barra de favoritos</li>
<li>Vá para a página integrada</li>
<li>Clique no bookmarklet na barra de favoritos</li>
</ol>
</p>
<h3>
Rodando os testes
</h3>
<p>
<ol>
<li>Depois de executar o bookmarket</li>
<li>Aguarde a interface carregar</li>
<li>Confira os relatórios, se algum teste não passar (vermelho), algo está errado com sua integração *</li>
</ol>
* Se todos os testes estão verdes, então você fez um bom trabalho e sua integração está funcionando perfeitamente.
</p>
<h3>Confira no video</h3>
<iframe width="560" height="315" src="http://www.youtube.com/embed/O7A-V_a1FrA" frameborder="0" allowfullscreen></iframe>
<h3>Teste agora em sua conta <a href="http://adlayer.com.br">Adlayer</a></h3>
</div>
</div>
<script src="javascripts/rainbow-custom.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-39116603-3', 'adlayerjavascriptsdk.com');
ga('send', 'pageview');
</script>
</body>
</html>