2
我想表明谷歌DFP機時navbar
谷歌DFP廣告節目click事件
$(document).ready(function() {
var navbar = false;
var navslot = null;
$(document).on('click', '.new_car_nav', function(){
navslot = googletag.defineSlot('/10176910/NavBar', [[250, 250]], 'ad_navbar').addService(googletag.pubads());
googletag.enableServices();
googletag.display('ad_navbar');
});
});
問題用戶點擊的是,它提供了一個錯誤
Exception in queued GPT command TypeError: $ is not defined
要麼我們可以在它使用jquery或不?如果沒有,那我該如何執行它?