Derek Coleman
Derek Coleman
This is the error that I get when doing that: `if Config['SCRAPING'].getboolean('check_proxies', True) and self.proxy: NameError: name 'Config' is not defined`
Same issue. Any workaround/solution for this?
I have also tried with this code: ` ``` function ads () { $('.adunit:not(".display-block")').dfp({ dfpID: '52137663/top-ad-gh-music-web', enableSingleRequest: false, afterAllAdsLoaded: function() { setInterval(function() { jQuery.dfp(); }, '30000'); } }); } $(document)...
I am running a test on this page http://derekcoleman.me/pzzb6/
I have added this code to refresh the ad whenever the URL changes and it helps it work for the first 'page' change but then it doesn't refresh the ad...
I removed the last bit of code that was checking if the URL has changed so now I have the same exact code as what is on the demo page...