Archive

Posts Tagged ‘adserver’

Adserver – Ppc Adwords Add Monthly Fee Option

November 12th, 2011 Comments off

I have a script open source similar to adserver (keywords for advertiser and publishers). The script has ppc pay for advertisers, is it possible to add payment option for set fee for specific amount of days so advertiser can choose to either use ppc per keyword or choose to pay set monthly fee to advertise specific amount of days/months? and for specific amount of websites/names they advertise on (example: 1-5 websites, monthly fee = $xx (they select websites in admin based (which I enter the sites – already capable)).

website is under development nothing just shell right now. onlineadvertisements.us has mysql database attached. Adserver Ultimate purchased through inoutscripts.com

Smalll Adserver Needed Cfml Or Php

September 7th, 2011 Comments off

Need a small very powerful adserver with a multiple publisher setup

Must be able to

Ad Websites & Zones & Pricing

Add Networks with Campaigns
Add Direct Campaigns
Add House Campaigns Non-Revenue Things

Reporting with some data

Need beta in 7 days….

Please only bid if you can build the UI in Flash or html5

Categories: Flash, HTML5, PHP Tags: , , , , , ,

Embed Tracking Adserver Tag In A .flv Flash Player File

May 31st, 2011 Comments off

We can track the impression on flash .swf banners, by embedding the basic image tracking code in them.

problem:
But it did not work in pre-roll video banners that plays in the flash player, that output an ad before the video plays.

i just want to track the impression on this flv video that contains the ad.

——-

i need a developer to embed a image tag

sample
<img src=”http://ads.adseerver.com//track.php?gid=333&kid=44545&pid=449&fid=1686&sid=598&id=316760642062039″ >

in the flv file so that we can count impressions.
it works in a swf banner on a website, but it wont work in the flash that plays in the flash player.

thank you

Adserver Optimizer

January 13th, 2010 Comments off

We need a Top Notch ASP.Net or PHP Coder for the developement of a Ad Optimizer System simular to Pubmatic. Great Project must sign NDA. Demo of System available

Adserver Development

January 8th, 2010 Comments off

We need a Company that can build us a massive adserver that we can resell to our customers as a asp modell. Should be simular to other Top Adservrs with management of advertisers, campaigns, banners, adwords(google API), our course also reporting and billing. Please only bid if you can deliver high-performance scalable applications

A Simple Javascript Snippet

June 19th, 2009 Comments off

Ok, so I am not well versed with javascript and do everything with php. But this one calls for a bit of js manipulation.

For someone who knows JS this should be a five minute job.

So, we are using openx for ad management. The problem is that placing the openx javacode all over the page is simply too annoying.

so we had created a single php function called disp_ads where it would be fed the ad_zone and another variable and then it would display the ad.

this is one it looks like:

function ad_disp_raw ($ad_zone, $ad_n) {
?&gt;
&lt;script type=’text/javascript’&gt;&lt;!–//&lt;![CDATA[
var m3_u = (location.protocol=='https:'?'/cp/adserver/www/delivery/ajs.php':'/cp/adserver/www/delivery/ajs.php');
var m3_r = Math.floor(Math.random()*99999999999);
if (!document.MAX_used) document.MAX_used = ',';
document.write ("&lt;scr"+"ipt type='text/javascript' src='"+m3_u);
document.write ("?zoneid=&lt;?=$ad_zone; ?&gt;");
document.write ('&amp;amp;cb=' + m3_r);
if (document.MAX_used != ',') document.write ("&amp;amp;exclude=" + document.MAX_used);
document.write (document.charset ? '&amp;amp;charset='+document.charset : (document.characterSet ? '&amp;amp;charset='+document.characterSet : ''));
document.write ("&amp;amp;loc=" + escape(window.location));
if (document.referrer) document.write ("&amp;amp;referer=" + escape(document.referrer));
if (document.context) document.write ("&amp;context=" + escape(document.context));
if (document.mmm_fo) document.write ("&amp;amp;mmm_fo=1");
document.write ("'&gt;&lt;/scr"+"ipt&gt;");
//]]&gt;–&gt;&lt;/script&gt;&lt;noscript&gt;&lt;a href=’/cp/adserver/www/delivery/ck.php?n=&lt;?=$ad_n; ?&gt;&amp;amp;cb=INSERT_RANDOM_NUMBER_HERE’ target=’_blank’&gt;&lt;img src=’/cp/adserver/www/delivery/avw.php?zoneid=&lt;?=$ad_zone; ?&gt;&amp;amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;amp;n=&lt;?=$ad_n; ?&gt;’ border=’0′ alt=” /&gt;&lt;/a&gt;&lt;/noscript&gt;
&lt;?
}

// function ad_disp is a generic add display module from phpads
function ad_disp ($ad_zone, $ad_n) {
?&gt;
&lt;fieldset class=ads&gt;
&lt;legend&gt;ADVERTISEMENT&lt;/legend&gt;
&lt;? ad_disp_raw ($ad_zone, $ad_n); ?&gt;
&lt;/fieldset&gt;&lt;?

}

———
So as you can see, sometimes we call the ad_disp function which displays a little fieldset around the ad or we can call the ad_disp_raw function directly if we don’t want the fieldset around the ad.

—-&gt; the job:
we need the same methodology done but ALL is java. So, no php function but a java function PLUS the call.

So, really all one needs to do is write two js functions where one calls the other (see above php functions) and their call syntax – where all we do is call the function with the two variables.

right now the function calls look like this:

&lt;? ad_disp{12, 1233s32); ?&gt;
so we want a call that is as simple as this!

—&gt; this needs to be done rightaway. so if you can’t do this in less than an hour don’t bid please.

Bear