Drupal is a free, open-source content management system written in PHP that competes primarily with Joomla and Plone. The standard release of Drupal, known as Drupal core, contains basic features such as account and menu management, RSS feeds, page layout customization, and system administration.
N/A
OpenX
Score1 out of 10
N/A
OpenX is an ad serving platform. It is sold option as a hosted solution for can be purchased as an installed application. It allows for easy inventory management , geo-targeting of ads by country, and provides statistics for each ad placement.
If you want to set up a basic Not For Profit (NFP) Membership system and content base, Word Press is easier than Drupal. However, if you have specific needs that require a fair bit of customisation then Drupal is the best CRM available. If the webmaster is confident with PHP and SQL, Drupal allows a lot of creativity.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
What are the best ways to integrate it with salesforce.com? What are the best ways to target our users with this tool? To segment the users? How can I integrate my ads with your adexchange-what sizes are you looking for in terms of banners, skyscrapers and so on. In this way I can plan my in house ad and those for the exchange to be the same size, to avoid duplication of work.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
OpenX is a system that was designed to scale as is evident in some key design decisions found throughout the platform. The multi-server setup that was chosen at Mail.com allowed for a distributed server architecture which separated the front end web delivery nodes from the backend MySQL Database master which replicated data back to each front end delivery node mysql slave. This eased the ability to horizontally scale as needed due to the ingenious separation of the ad impressions data tables on the delivery nodes which were being collected locally on each ad impression and then processed periodically back to to the master database which replicated the aggregated statistics back to the delivery nodes. The ability to load balance across the front end web delivery nodes, add caching at many different layers, utilize a CDN for the static ad images, implement PHP accelerators, and hit memcached instead of the MySQL master made the OpenX platform a service that was very resilient to failures.
The ability to optimize the platform is also something that OpenX does very well. This is evident in many of the config key parameters available. In addition to OpenX specific tunable's, optimizations can be made at many different levels in which the system sits. These include hardware and operating system level optimizations, tcp and networking stack optimizations, web server/php-cgi configurations, and database (MySQL InnoDB) tunable's. There are many different optimization knobs that can be tuned to help scale the application for the best performance possible
The documentation was simple, to the point, and well written which led to an easy initial implementation and roll out of a multi-server setup. The installation and upgrade procedures were straight forward even for the complexities of the multi-server setup. I also found the OpenX team to be accessible and even got a chance to meet some of the team at their Up Close and Personal events at Cal Tech in Pasadena. Core developers were on hand to answer technical questions and also made themselves available to us via email and irq channels.
The open nature of the OpenX platform allows for flexibility in the choice of web serving platform to use (Apache, nginx, Lighttpd) and also the database management systems (MySQL, PostGreSQL)
This is not an easy CMS to work with if you don't have a good understanding of website development. It isn't "plug-and-play" like Wordpress or Shopify.
Over time, doing major updates to the system can be taxing, especially if you aren't well-versed enough in doing system updates in line with your "child" theme and code.
The CMS can become somewhat cumbersome with server resources if not carefully optimized while you build and customize it to your liking.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
The time and money invested into this platform were too great to discontinue it at this point. I'm sure it will be in use for a while. We have also spent time training many employees how to use it. All of these things add up to quite an investment in the product. Lastly, it basically fulfills what we need our intranet site to do.
I no longer work at the company where I was using OpenX, but if I were then I'd certainly stay aboard. Frankly, there are a lot of sunk costs involved with building all of the infrastructure we had put in place, the system was working very well even if reporting was a hassle, and our team was trained on it. Also, I'm not aware of another product that does everything else we'd need it to.
As a team, we found Drupal to be highly customizable and flexible, allowing our development team to go to great lengths to develop desired functionalities. It can be used as a solution for all types of web projects. It comes with a robust admin interface that provides greater flexibility once the user gets acquainted with the system.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
I was given the system to use as part of setting up a whole new site from scratch in less than 2 months, with a large number of specialty hub pages to run ads on and lots of content I needed to run disease specific ads on. The system was easy for me to learn on the fly in a very compressed time frame. I would have loved more chance to really dig in under the hood to see all that it could do, but given how fast I had to work, I got everything up and running and looking great. And I did it ahead of my launch deadline too. My only reservation might be for people who are not as patient as I am in picking things up, or as hands on. Customer service was great if I needed them, and a quick start guide with the essentials would be ideal for those people.
Drupal itself does not tend to have bugs that cause sporadic outages. When deployed on a well-configured LAMP stack, deployment and maintenance problems are minimal, and in general no exotic tuning or configuration is required. For highest uptime, putting a caching proxy like Varnish in front of Drupal (or a CDN that supports dynamic applications).
Drupal page loads can be slow, as a great many database calls may be required to generate a page. It is highly recommended to use caching systems, both built-in and external to lessen such database loads and improve performance. I haven't had any problems with behind-the-scenes integrations with external systems.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
As noted earlier, the support of the community can be rather variable, with some modules attracting more attraction and action in their issue queues, but overall, the development community for Drupal is second to none. It probably the single greatest aspect of being involved in this open-source project.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
They went above and beyond without ever asking for additional money and we met our launch date and immediately started to meet and even surpass our business goals. Nothing was too much trouble, which really stood out compared to other companies I had and was at that time also working with. Customer service can really make or break any business; if i expect my staff to give good customer service, I expect to get it too, and Open X gave it.
I was part of the team that conducted the training. Our training was fine, but we could have been better informed on Drupal before we started providing it. If we did not have answers to tough questions, we had more technical staff we could consult with. We did provide hands-on practice time for the learners, which I would always recommend. That is where the best learning occurred.
The on-line training was not as ideal as the face-to-face training. It was done remotely and only allowed for the trainers to present information to the learners and demonstrate the platform online. There was not a good way to allow for the learners to practice, ask questions and have them answered all in the same session.
Plan ahead as much you can. You really need to know how to build what you want with the modules available to you, or that you might need to code yourself, in order to make the best use of Drupal. I recommend you analyze the most technically difficult workflows and other aspects of your implementation, and try building some test versions of those first. Get feedback from stakeholders early and often, because you can easily find yourself in a situation where your implementation does 90% of what you want, but, due to something you didn't plan for, foresee, or know about, there's no feasible way to get past the last 10%
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
Drupal can be more complex to learn, but it offers a much wider range of applications. Drupal’s front and backend can be customized from design to functionality to allow for a wide range of uses. If someone wants to create something more complex than a simple site or blog, Drupal can be an amazing asset to have at hand.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
OpenX is less focused than MoPub and it has a bigger reach as it is not limited to the mobile app. Unlike MoPub that focuses on performance, OpenX comes from the branding world and is pushing into CTV and other areas of the industry more catered to traditional media agencies and not pure ad tech players.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
Drupal is well known to be scalable, although it requires solid knowledge of MySQL best practices, caching mechanisms, and other server-level best practices. I have never personally dealt with an especially large site, so I can speak well to the issues associated with Drupal scaling.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
OpenX made it easy to manage online advertising. At the time I used the product I was the lead developer in charge of implementing the solution but quickly was put into the role of managing the traffic and training other users. It was really easy for a technical user to become a traffic manager. Getting other users trained and up to speed was very efficient.