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
0
votes
1 answer

OpenX Admin not accessible

My OpenX server got slammed with heavy traffic a couple of days ago. Since then I have been unable to get into the OpenX admin. The page just times out. The server is still delivering ads. Apache had been restarted and the RAM on the server cluser…
ellroy35
  • 438
  • 4
  • 5
0
votes
1 answer

OpenX rest api - get list of sites under publisher

I'm trying to find a method to fetch all sites under publisher using OpenX rest API. However documentation (http://www.openx.com/docs/openx_help_center/content/index.html) does not offer any insight in "filtering" results per publisher id…
Vladimir Cvetic
  • 832
  • 3
  • 8
  • 23
0
votes
2 answers

Can openx server just xml for a banner instead of adding html?

I want to set up a zone in openx which will be invoked from a flash application, so I want openx to just serve back whatever xml I paste into the 'generic html banner'. Problem is when I use the invocation code for the zone, openx is putting some…
dar
  • 6,520
  • 7
  • 33
  • 44
0
votes
2 answers

Flash banner link not accessible in openX?

I make flash banners for different clients and all were happy until I met fellows who use openX . I used the regular as2 code(they demanded as2) on (release){ getURL("http://www.ge.vtb.ge/personal/cards/credit/"); } but they said it doesn't…
Alex
  • 31
  • 7
0
votes
1 answer

Wordpress + OpenX PHP invocation = headers already sent

We have a small Wordpress portal that uses local OpenX installation for its advertising needs. The WP theme was built using PHP invocation code for OpenX zones and here lies the problem. In one of the OpenX functions called by the invocation code is…
0
votes
1 answer

Can't parse chunked response while using Zend\XMLRpc\Client

I got error after upgrade zf 2.0.4 => 2.0.6 Zend\Http\Exception\RuntimeException File: D:\xampp\htdocs\htm\base\vendor\zendframework\zendframework\library\Zend\Http\Response.php:449 Message: Error parsing body - doesn't seem to be a chunked…
Tran Minh Dung
  • 184
  • 2
  • 7
0
votes
1 answer

OpenX API list linked zone of a campaign

Is there possible to list linked zone of a campaign via OpenX API ? I found the methods to link and unlink zone in a campaign (linkCampaign, unlinkCampaign) but I can't listed them Thanks !
Tran Minh Dung
  • 184
  • 2
  • 7
0
votes
1 answer

Can I setup openx api ( opensource ads service ) in windows 7 through xampp 1.6.8

I wanna use Openx with api on windows 7 through xampp 1.6.8 . Can't find tutorial for setup and use openx api on windows.
vernomcrp
  • 3,459
  • 11
  • 34
  • 44
0
votes
1 answer

Difference between statistics from database and Admin-Frontend

I am product-manager for a distributed OpenX-Setup (4 Delivery-, 1 DB-Server). I am trying to write my own python scripts, that generate reports. When I connect to the database and query for the data from one day, the results differ slightly from…
sdoering
  • 53
  • 5
0
votes
1 answer

Getting OpenX (Ad Software) republish.php to work

I'm trying to run republish.php (part of OpenX) to re-process some statistics data. When I do I get the following error: C:\apache\htdocs\scripts\maintenance\tools>C:\php\php.exe -f republish.php 'ads. ourdomain.ca' '2012-11-09 01:00:00'…
Brad
  • 1,979
  • 7
  • 35
  • 47
0
votes
1 answer

how to embed for statement in openx template (template.html)

Now i'm writing a openx plugin. But now i have an array data that got from database. when i used statement foreach embedding into html page (a template in openx) i write: …
chipnin
  • 21
  • 3
0
votes
1 answer

Openx 2.8.10 local image/banner destination url dont work

I created a banner of type "banner Local" on my openx. In the destination url i put http://www.delphifontes.com.br/?pagina=pparceiros. A simple page in my own website, but when i click on it, it takes me…
Linces Marques
  • 644
  • 1
  • 10
  • 24
0
votes
2 answers

OpenX on Android won't fetch ads

I'm having trouble implementing OpenX in my app. This is how I setup my OXMAdController: protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); //OpenX init (needs to be called before setContentView…
paxx
  • 1,079
  • 2
  • 12
  • 26
0
votes
1 answer

display openx ads in html page bundled with fire fox extension .xpi

I need to display openx ads in one of my html file bundled with firefox extension (xpi). No ads are shown once it is accessed in chrome context. please let me know how to display ads in html page bundled with xpi. Thanks Anand
anand
0
votes
1 answer

OpenX Market Advertiser Console API

I want to develop a simple API for openx advertising console which will allow me to add placements and domains in a placement automatically i.e. I can multiple domains in a placement simultaneously. I am looking for sample code/script to do…
1 2 3
11
12
Id