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

How can I make Response.js in markup mode load OpenX ads (or any javascript)?

EDIT: Here's a jsfiddle for the whole thing. If the OpenX resource is deleted, the text will load, but as long as it is there, it will not load. We have our own hosted OpenX adserver, and are working on a Responsive site. I am trying to use…
bryanwoj
  • 1
  • 3
0
votes
2 answers

Installing OpenX (Revive AdServer) with remote DB

Dear openx experts out there, I'm new to PHP and also Revive AdServer (OpenX). I successfully installed a Revive server using MySql, in a condition where both instances hosted in the same hardware. My question is, how can I install the Revive server…
Bromo Programmer
  • 670
  • 2
  • 13
  • 37
0
votes
1 answer

OpenX php file in images directory

In my openx directory openx/www/image I have a php file that looks like c7dc84ecdf4fee7.php Should this file be there? or its a malicious file?
saadlulu
  • 1,375
  • 2
  • 26
  • 38
0
votes
2 answers

How to invoke companion banner ad in OpenX along with a video ad?

Here's the scenario : I have installed OpenX on my server and i have added a few VIDEO ads and a few BANNER (image) ads. Now, in OpenX, i have linked one particular Banner ad as a companion ad to one particular Video ad. I'm using the OVA-plugin…
S.Raaj Nishanth
  • 242
  • 2
  • 15
0
votes
1 answer

inline video Integration issue in openx and flowplayer

I am using following jquery live click to display ad from my openx server. $('.vbox > li > img').live('click',function(){ var videourl = "http://www.indiantripadviser.com/img/video/"+$(this).data('videourl'); var videodur =…
Jerry Jones
  • 776
  • 1
  • 13
  • 29
0
votes
2 answers

OpenX Google Ads causing javascript errors in Chrome

In our website, we have Google Ads served via OpenX on some pages. In those pages, this error appears in the Google Chrome browser console. It appears lot of times when the page is being loaded. The error is in the form of Blocked a frame with…
ravinsp
  • 4,150
  • 2
  • 32
  • 43
0
votes
1 answer

OpenX asynchronous Tags

Im trying to implement asynchronous ads in OpenX but am struggling with the documentation. Looking at example 26, var OX_ads = OX_ads || []; OX_ads.push({ "slot_id":"placeholderId", "auid":"8", "tid":"4", "tg":"_blank", …
Graeme Paul
  • 1,143
  • 1
  • 16
  • 30
0
votes
1 answer

ajaxloading openx with jquery and php

after a long journey I managed to ajax-load my openx-ads with a combination of jquery an php. You need is an openx-server on your own and access to /{openxPath}/www/delivery/alocal.php. a little wrapper that makes the ad-script ajaxable an…
mxsteini
  • 69
  • 5
0
votes
1 answer

table banner_vast_element_seq in OpenX project

In our OpenX project we have banner_vast_element_seq table. But OpenX doen't have code that works with this table. Also OpenX doesn't have code that create this table. Does anybody know how this table was created and how OpenX use it ?
user1802525
  • 63
  • 1
  • 7
0
votes
1 answer

Integration between OpenX and GWT?

I have GWT Project and i need to add some advertisement to this project so we decide to use OpenX as admin of creating adds to the site . so after investigation we found that the OpenX generate the code of the adds as following Example :
user1025523
  • 55
  • 1
  • 9
0
votes
1 answer

How to link two zones in OpenX

we'd like to have OpenX manage some ad banner type that consists of a leaderboard and a medium rectangle banner (an example would be here in the top right corner: https://www.sevenonemedia.de/image_gallery/12/07/37/1207370.jpg). From my…
0
votes
2 answers

How to get OpenX ad server work with iOS framework?

I have installed OpenX ad server to my domain www.mydomain.com/openx. It works great, but now I want to use these ads in my iOS app. I use OpenX iOS SDK (http://www.openx.com/mobile/sdk-downloads). My main problem is that I don't know sure what to…
mikkokut
  • 382
  • 1
  • 12
0
votes
2 answers

OpenX --- javascript in banners

Does OpenX allow to create banners that contain executable javascript code? I need Javascript in banner, to process clicks (an another events) on some banner elements. I'am going to use type of banner invocation --- Javascript Tag
user1802525
  • 63
  • 1
  • 7
0
votes
1 answer

openX Ad server not displaying the banner in email body

i have created a banner in openx and linked it with zone. Type of zone is Email/Newsletter zone and get its invocation code and paste its code in email body but i don't get banner in email body at receiver end. It gives error showing all invocation…
Vikash
  • 643
  • 7
  • 13
0
votes
1 answer

SHOUTcast streaming music and OpenX ads

I have created a tab page app that streams music and displays banner ads via OpenX (approved by Facebook). The page that frames within Facebook is located here: https://www.mypchost.com/stream/ The problem I am encountering is that the banner ads…