Questions tagged [openx]

An open source ad technology platform written in PHP that serves as an alternative to Google's AdSense.

OpenX is an open-source advertising server that is licensed under the GNU General Public License. It features an integrated banner management interface and tracking system for gathering statistics. The product enables web site administrators to rotate banners from both in-house advertisement campaigns as well as from paid or third-party sources, such as Google's AdSense.

OpenX have announced the sale of OpenX Source to the Revive Adserver team.

177 questions
2
votes
1 answer

ad server solution

i am looking for an open source ad server that serves advertising from my sales team and if there aren`t any to show from an advertising network set by me i want to add different websites and the advertiser can select on which zone and site to…
Bogdan Cosmin
  • 187
  • 1
  • 15
2
votes
4 answers

Openx plugin development

I have just entered in the world of OpenX, and as figured out that new version is built with PLUGIN Framework. I have gone through the Openx plugin development documentation, but its quite bit complicated and half explained. Being a php developer, I…
jtanmay
  • 2,607
  • 6
  • 26
  • 36
2
votes
1 answer

Geo-targeting with the openx API

I am using the openx api to insert advertisers/campaigns/banners but I cannot seem to find any documentation on geo-targeting a campaign or banner via the API. Can this be done, or am I going to have to start injecting directly into the database.
UnkwnTech
  • 88,102
  • 65
  • 184
  • 229
2
votes
2 answers

Sending dates with XML-RPC to OpenX

I'm trying to insert a campaign into openX with the XML-RPC API, everything except the start and end dates is working fine, my current code looks like this: $campaign = new XML_RPC_Value( array('advertiserId' => new…
UnkwnTech
  • 88,102
  • 65
  • 184
  • 229
2
votes
1 answer

Openx Ad Delivery Issues

My System Apache 2.2.9 PHP 5.2.9 MySQL client version: 5.1.28-rc Openx v2.8.5 I am using the Javascript single page call to serve my ads. I am running an in house CMS where everything is processed through a template.php file. My Issue The…
DanWhite
  • 41
  • 4
2
votes
1 answer

Include OpenX ad in a jquery-ui dialog?

I'm loading some content into a jquery-ui dialog via .ajax. That's all working fine but now I've been given an OpenX ad to embed into the dialog & can't figure out how to do it. I know all the script is stripped when coming in via ajax, & I know…
planetClaire
  • 426
  • 5
  • 10
2
votes
1 answer

How to disable cookies with Revive Ad Server

I am using Revive Ad Server and to comply with EU Law I need to be able to disable the tracking cookies that Revive creates when tracking ads. I have looked everywhere online for a solution but can't find one, how would I prevent Revive creating a…
James
  • 671
  • 5
  • 17
2
votes
1 answer

fopen creates the file but fwrite doesn't write any data and returns 0

The below is part of the OpenX server code (Smarty Plugin). When the fopen is called, the file is created successfully. But the fwrite doesn't write any data in the file and returns 0 (not FALSE). The folder itself has the following…
Eyad Salah
  • 1,084
  • 1
  • 11
  • 22
2
votes
0 answers

Statistics not showing in Open x - PEAR error

On an older website I'm still using Open X 2.8 for my banner advertisements. I'm not in the position right now to change this to another banner server. My problem is that since a week or so the statistics have stopped working. I'm getting the…
Nijn
  • 388
  • 6
  • 22
2
votes
3 answers

Why do ad manager add a lot of parameters to URLs

It seems that each time I see an ad that is served by an ad manager application there is always a bunch of parameters added to the URL of the product. Say for instance one random stackoverflow ad :…
Erick
  • 5,969
  • 10
  • 42
  • 61
2
votes
2 answers

openX alternatives, maybe self hosted

I've been using openX self hosted ad management software lately, but it's sooo slow. Goal: I need to be able to show an ad for 10 clicks then disable the ad, and do it daily. Problem: When I set openX at 10 clicks per day, its so slow that it may…
SocialKing
  • 41
  • 1
  • 8
2
votes
4 answers

Upgrade Openx 2.8.10 to Revive Adserver 3.0.0 - how

I've got some old OpenX installation to maintain and I have to upgrade it to some new version. I downloaded Revive sources, extracted it into some other directory, copied (and renamed) config file so that the installer knows it should proceed with…
Tomasz Kapłoński
  • 1,320
  • 4
  • 24
  • 49
2
votes
4 answers

Recommend hosted Ad Manager for displaying ads on web sites

What would be a good hosted ad manager for displaying advertising on a site? I've heard OpenX, but never used it.
Eddie
  • 5,050
  • 8
  • 37
  • 46
2
votes
1 answer

PHP - Remove the Specific Segment from URL

I have showing the ad banners in .../openx/banner.php Each Banner I had set the Banner Link. After clicking the Banners the Page is redirected with the following…
kpmDev
  • 1,330
  • 1
  • 10
  • 28
2
votes
2 answers

getting domain details and portrait_id and landscape_id for openX

I just downloaded the OpenX android sdk and tried to point it to the domain which was created locally but looks it isnt working fine for me. The OXMAdBanner in the layout looks something like :
Deva
  • 3,919
  • 1
  • 27
  • 38
1 2
3
11 12