OpenX Blog

Five ways you can help spread the word about OpenX

Tags: OpenX
by Oliver George on August 6th, 2008

Use OpenX to rotate ads and compare performance

by Oliver George on August 4th, 2008

Lord Matt shares his experiences managing websites in a series of articles titled how I manage multiple blogs.

Like many publishers, Lord Matt uses OpenX to maximise his ad revenue by rotating ads and comparing their performance.

He also talks about tools which help him do more with less, something which is close to many website owners hearts and it only gets more important as their online advertising needs become more and more sophisticated.

OpenX is popular tool for website owners wanting to save time and maximise their ad revenue. Find out how on our website:

Community Team News

by Scott Switzer on August 1st, 2008

Community is a very important and unique part of OpenX. We have a team of people who continuously reach out to and speak with our community of publishers, consultants, translators, and advertisers. This team has helped build the OpenX community into the largest in online advertising.

One part of our community which is growing the fastest is our developer community. Developers have already embraced one of the upcoming features of v2.7 - a shiny new plug-in framework (well done, Monique and Chris!). A significant group of developers have already written plug-ins to OpenX.

As we build out the plug-in framework, we are in parallel building the OpenX developer community. Chris Nutting, who most OpenX developers know in the forums or IRC, is now our official Community Developer, and will look after OpenX developers full time. Chris has always made himself available to developers, and has tirelessly answered questions on IRC and the forums for the past three years. He is as passionate as they come.

Welcome to the community team, Chris!

Find paid support on the new OpenX consulting directory

Tags: OpenX
by Oliver George on July 25th, 2008

We have always encouraged independent consultants to provide paid services to the OpenX community - it’s an important part of the support ecosystem. Today we’re launching the OpenX consultant directory which we hope will help connect consultants with the OpenX community.

How does it work?
The OpenX consulting directory provides a categorised list of consultants who provide services which may be useful to people using OpenX’s software or services. Using the directory you can easily request support from a consultant of your choice.

Are you looking for paid support?
Visit our consultant directory  to find a consultant that suits you.

Would you like to be listed as a consultant?
Find out more and register here  if you would like to be included in the independent consulting directory.

This is a new service that we’re excited to launch and expect to develop further. Please send us your feedback. We hope you find the new consulting directory useful!

Video blog: Tim Cadogan introduces OpenX 2.6

Tags: OpenX
by Oliver George on July 24th, 2008

In the first of a series of video blogs Tim Cadogan, our CEO, introduces the new version of OpenX.


Tim Cadogan introduces OpenX 2.6 from OpenX Limited on Vimeo.

Tim will be in the OpenX chatroom for the next hour, so if you’re quick you can ask him some questions.

UPDATED: OpenX seminar in Los Angeles, California

Tags: OpenX
by Anna Skorupa on July 22nd, 2008

We would like to invite everyone to join us for the next OpenX event which will take place on 14th of August (UPDATED: see below) in the Pasadena area of Los Angeles, California. It’s a free event open to anyone interested in finding out more about OpenX.

Based on the success of the last event in Germany, we’re going to choose the topics we cover based on the suggestions offered by people who register. This means you can ensure this event is useful for you!

If you’re based in or around LA we’d love to see you there.

Please register to attend for today!


UPDATE:
We’ve moved this event to the 14th August to get the location we wanted at Caltech.

OpenX 2.6 has arrived with some exciting new features

Tags: OpenX
by Oliver George on July 21st, 2008

We’re excited to announce that the new version of the OpenX ad server has arrived.

OpenX 2.6 builds on our existing open source ad server to offer some great new features to help you take control of the advertising on your websites and make more money online, including:

  • OpenX API - Save time by automating common tasks and linking OpenX with other systems.
  • Faster ad tag - Deliver ads faster and reduce your server load using the single page call ad tag.
  • User management tools - Control users permissions and log all trafficking activity.

And that’s just the start! You’ll also find new ad targeting options, UI improvements and much, much more.

The new release has already been fully translated into 11 languages by OpenX community, including Brazilian Portuguese, French, German, Italian, Japanese, Polish, Romanian, Russian, Simplified Chinese, Slovenian and Spanish, with more translations on the way.

To help everyone take advantage of these new features, we’ve also created a new step-by-step guide to upgrading your ad server.

This has been a huge community effort and we’re thrilled to have your support to make this possible. Our thanks go out to the hundreds of community members who helped develop new features, resolve bugs and get this release ready for launch today.

Download OpenX 2.6 and get started today!


Related links:
Download OpenX 2.6
OpenX 2.6 release notes

OpenX security update

Tags: OpenX
by Oliver George on July 21st, 2008

The OpenX team has released a security update to our open source ad server. We strongly encourage all users to upgrade to avoid this issue.

This release (v2.4.8) resolves a vulnerability in the delivery system. In addition, this release includes 13 bug fixes and enhancements relating to password recovery, tracker invocation tags and geotargeting.

Find out more from the release notes, or download the latest version of OpenX today.

Automate and integrate with the new OpenX API

Tags: Developers, OpenX
by Chris Nutting on July 19th, 2008

The new release of OpenX includes an exciting new feature which promises to save online advertisers lots of time and money: the OpenX API. The new OpenX API gives developers a way to control the ad server so they can automate common tasks and integrate with other applications in a stable and reliable way.

Here’s a quick FAQ that introduces the new OpenX API, describes the key features and explains how it can help you integrate the OpenX ad server into your overall business.

What is the OpenX API?
The OpenX API is a web service. It provides an interface for other applications to control entities like advertisers, campaigns, banners, websites and zones on your ad server.

How can it make my life easier?
With a little TLC, the API can be used to streamline your business processes and automate some of the more mundane tasks to reduce the possibility of “pilot error”. Copying and pasting from one system into another is inherently error-prone, and use of the API could free up your staff to engage in more productive pursuits.

What kind of things can I do with it?
There are lots of different things the OpenX API can do to help make your systems interoperate better. Here are just a few examples:

  • The OpenX API can be used to integrate your ad server with an existing sales tool, so that when you book a sale, the campaign details are automatically set up in your OpenX installation, without human intervention. You can also link your billing system to pull down statistics and billing information directly from the ad server on demand.
  • Some publishers have begun to streamline data entry processes using the API, e.g. creating a simple banner upload web-form to automatically upload banners into their OpenX system.
  • The more geeky users out there have already been experimenting with building interfaces into the OpenX API from other languages. We’ve provided helper libraries and example code in PHP and Java. Python and Ruby clients are already in development by community members.

Does the OpenX API give me complete control of the ad server?
We’ve chosen the most important attributes for this first release, which provides the basic functionality required by most publishers. We expect to expand the functionality in upcoming releases.

That’s all very cool, where can I get more detailed (technical) information?
We’ve written a step-by-step OpenX API tutorial with worked examples for using the API from both a PHP and a Java client which takes you through the basics of connecting to and sending commands to the OpenX API.

We also have auto-generated OpenX API interface specification. This is an intimidating document, but it does accurately describe all the classes, variables and methods which the OpenX API provides access too which makes it an invaluable tool for virgin developers. By way of example, the class associated with the Campaign object is called CampaignServiceImpl.

Serve ads faster with single page call

Tags: OpenX
by Oliver George on July 17th, 2008

The new release of OpenX (currently in beta) introduces a new feature, single page call, to serve ads faster. If your websites include more than one ad on each page, then upgrading to OpenX 2.6 will deliver ads faster and reduce the load on your server!

The new ad tag makes one request to the ad server to fetch all the banners needed for the page, hence the feature’s name. This is the reason for the performance boost, too: three individual ad requests puts more strain on the server than one combined request.

Although this new feature also allows the server to perform functions such as companion positioning by combining ad requests together, this useful new feature primarily provides better ad serving performance.

Find out more about single page call in the user guide.


Screenshot: Generating single page call ad tags


Screenshot: Adding single page call ad tags to your website

« Previous PageNext Page »