-
Notifications
You must be signed in to change notification settings - Fork 0
/
single_slot.html
30 lines (27 loc) · 940 Bytes
/
single_slot.html
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
<!DOCTYPE HTML>
<html lang="en-us">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Single slot</title>
<script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script>
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
</script>
<script>
googletag.cmd.push(function() {
googletag.defineSlot('/46362926/test_slot1', [240, 400], 'div-gpt-ad-1485099531634-0').addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
</script>
</head>
<body>
<!-- /46362926/test_slot1 -->
<div id='div-gpt-ad-1485099531634-0' style='height:400px; width:240px;'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1485099531634-0'); });
</script>
</div>
</body
</html>