<script src="https://whichwhich.xyz/js/adMaker.js"></script>
<script type="text/javascript">
new AdMaker.init({
'zone': '{zone}'
, 'width': '{width}'
, 'height': '{height}'
, 'pbUrl': '{passbackUrl-Link}'
});
</script>
Domain : whichwhich.xyz
Method : GET
URI: /ad
parameter : zone
, width
, height
, adid
, zone_type
, sensitive
, pbUrl
parameter | required | description | default |
---|---|---|---|
zone |
true | 지면번호 | |
width |
false | 지면 가로 사이즈 | 300 |
height |
false | 지면 세로 사이즈 | 250 |
adid |
false | 디바이스 고유 ID | |
apiType |
false | 연동방식 | json |
pbUrl |
false | 패스백 URL |
<script src="https://whichwhich.xyz/js/adMaker.js"></script>
<script type="text/javascript">
new AdMaker.init({
'zone': '10887267'
, 'width': '300'
, 'height': '250'
, 'pbUrl': '{passbackUrl-Link}'
});
</script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
...
</head>
<body>
...
</body>
</html>
통계 API는 swagger로 제공됩니다.
whichwhich.xyz
https://whichwhich.xyz/swagger-ui.html >
통계API 참조