「Mobile NativeAd」修訂間的差異
跳至導覽
跳至搜尋
imported>Wikiuser (新頁面: Example Code ---- <script type="text/javascript" language="javascript"> window.onload = function(){ getNativeAdParas(slotSubId, nativeAdCallback); }; functi...) |
imported>Wikiuser |
||
| 行 20: | 行 20: | ||
---- | ---- | ||
[[檔案:Nad | [[檔案:Nad parameter.jpg]] | ||
Response Code | Response Code | ||
於 2016年5月13日 (五) 09:47 的修訂
Example Code
<script type="text/javascript" language="javascript">
window.onload = function(){
getNativeAdParas(slotSubId, nativeAdCallback);
};
function nativeAdCallback(nadParas){
if(nadParas == "00"){
//TO DO
}else{
//TO DO
}
};
</script>
參數說明
Response Code
