「Mobile NativeAd」修訂間的差異

出自TAMedia
跳至導覽 跳至搜尋
imported>Wikiuser
imported>Wikiuser
行 25: 行 25:


----
----
[[檔案:Nad reponse code.jpg]]
[[檔案:Nad reponse code_v2.jpg]]

於 2016年9月6日 (二) 03:38 的修訂

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>


參數說明


檔案:Nad parameter.jpg

Response Code


檔案:Nad reponse code v2.jpg