Jump to content

giannis_maris

Approved members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by giannis_maris

  1. I notice that some of our campaigns served some impressions even 5 days after they expire. The impressions were very few ( 10 max ) but is there any reason of this happening? In addition, in the campaigns table, all campaigns have expire_time at 21:59:59 regardless the date. Considering that all campaigns need to end at 23:59:59, isn't this going to affect the campaign delivery?
  2. I have an override campaign, with one banner, no delivery capping,unlimited impressions and no expire date, served in the same page with an openx campaign ( geotargeted which means it will have fewer impressions than the other ). For the May 3rd here is the stats from both banners and my daily analytics. Revive ad server : 2763 impressions Openx : 4054 impressions Google analytics: 2570 unique, 3176 sessions, 11398 pageviews As you can see the difference is big and I can't understand why this is happening. I tested my page many times and the banner always loads, even after 100 refreshes. I have revive ad server 3.1.0 installed.
  3. I'm having trouble with the jc invovation code and Drupal. It looks like Drupal renders the code twice. <script type="text/javascript"> <![CDATA[//><!-- var m3_u = (location.protocol=='https:'?'https://www.myserver.com/www/delivery/ajs.php':'https://www.myserver.com/www/delivery/ajs.php'); var m3_r = Math.floor(Math.random()*99999999999); if (!document.MAX_used) document.MAX_used = ','; document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u); document.write ("?zoneid=84"); document.write ('&cb=' + m3_r); if (document.MAX_used != ',') document.write ("&exclude=" + document.MAX_used); document.write (document.charset ? '&charset='+document.charset : (document.characterSet ? '&charset='+document.characterSet : '')); document.write ("&loc=" + escape(window.location)); if (document.referrer) document.write ("&referer=" + escape(document.referrer)); if (document.context) document.write ("&context=" + escape(document.context)); if (document.mmm_fo) document.write ("&mmm_fo=1"); document.write ("'>&lt;\/scr"+"ipt>"); //--><!-- var m3_u = (location.protocol=='https:'?'https://www.myserver.com/www/delivery/ajs.php':'https://www.myserver.com/www/delivery/ajs.php'); var m3_r = Math.floor(Math.random()*99999999999); if (!document.MAX_used) document.MAX_used = ','; document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u); document.write ("?zoneid=84"); document.write ('&cb=' + m3_r); if (document.MAX_used != ',') document.write ("&exclude=" + document.MAX_used); document.write (document.charset ? '&charset='+document.charset : (document.characterSet ? '&charset='+document.characterSet : '')); document.write ("&loc=" + escape(window.location)); if (document.referrer) document.write ("&referer=" + escape(document.referrer)); if (document.context) document.write ("&context=" + escape(document.context)); if (document.mmm_fo) document.write ("&mmm_fo=1"); document.write ("'>&lt;\/scr"+"ipt>"); //--><!]]> </!]]></![cdata[//></script> We copy paste the raw invocation code in the websites source without using any plugins.
  4. Is there any way to generate tags for single page call methos through API?
  5. Well googling banner ad viewability brings a really good ammount of info about the feature. Google have implement it ( calling it Active View ) and some other ad services have talking steps solving this ( Openx, ).
  6. I've been searching to set the correct timezone cause maintenance service only use UTC but can't find it anywhere.
  7. Last months there is a rapid development on viewability feature of a banner. It would be great for revive server to integrate this property to keep up in the market. It will not be too long since this become a standard and change the way that ad impressions work.
  8. I'm adding the ability to get linked banners by zone id and the linked zones of specified banner with the API. Should I use GIT to push the new code so it will be added to potential new versions?
  9. The problem was the server side debug mode. I had to enable it to check some server side response errors I was having and because of the base64 encoding for the banner file posted, the response was breaking on my application. So if someone need to enable the server side debug just change the last line in \www\api\v2\xmlrpc\index.php to $server = new XML_RPC_Server($dispatches, 1, 1); just don't forget to change it back again cause you will end up spending some time figuring out the problem.
  10. I'm using the api to create a new banner on the server but although the banner is stored on the server and I can see it on the manager panel the xml rpc response is "Invalid return payload: enable debugging to examine incoming payload". Here is the xml rpc debugging https://skydrive.live.com/?cid=EAAC1A264FA572F3&id=EAAC1A264FA572F3%2110637
  11. The problem was with the Agency Id as you advise Matteo. I want to mention that when you are deleting the publisher the record in the accounts database remains. I add some code to delete the account record on the server side but is there any particular reason to keep the account record after deleting the publisher? The same happens with agency too.
  12. I'm using the Openx api to complete all tasks on the ad server. After upgrading to revive server I'm having problems with Publishers. Every time I create a new publisher with the api nothing appears on the websites category in the ad server, although the api returns normally the id of the new publisher. In addition when I try to delete the publisher, api returns this error "Unknown publisherId Error in method ox.deletePublisher()". I guess it can't find the publisher to delete. What exactly has changed on this part after the upgrade? I have installed the version 3.0.1.
×
×
  • Create New...