Jump to content

Eagle1

Approved members
  • Posts

    2
  • Joined

  • Last visited

About Eagle1

Eagle1's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi All, Yesterday, I tried to serve responsive ads from my adserver on my localhost. I followed the process as: Created two banners- one 728*90 and other 300*50. Generated two invocation codes by async js for them. In my <div> tag, I put the following code: <div> <script type="text/javascript"> var width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; if (width > 960) { <ins data-revive-zoneid="13" data-revive-target="_blank" data-revive-id="54c1dcde598ba078b0f24adee5f1a71c"></ins> <script async src="//localhost/Eagle/www/delivery/asyncjs.php"></script> } else { <ins data-revive-zoneid="14" data-revive-id="54c1dcde598ba078b0f24adee5f1a71c"></ins> <script async src="//localhost/Eagle/www/delivery/asyncjs.php"></script> } </script> </div> Now, this was broken because <script> cannot be written in <script> tag. Please help.
  2. Hi All, I am using version 3.2.0 and it works perfect for my websites. Yesterday I wanted to upgrade to 3.2.1 version. I performed all the steps mentioned in the upgrade documentation. Everything during upgrade process was going fine until the page came for confirmation of recent directory of revive adserver. The document mentioned that the text field there will be autofilled by the version directory, but it was empty. I tried by entering Server, /Server and domain/Server but it did not work and the upgradation was complete without any plugins installed. So, in my 3.2.1 , there weer problems like no text ads, no invocation codes, etc. My questions are: 1) Because my 3.2.0 version is working perfect for me, is it mandatory to upgrade? Will it cause any problem if I donot upgrade? Because I want to go on with 3.2.0 version. 2) Any solution to the problem with upgrading? Thanks !!!!!!!!!!!
×
×
  • Create New...