TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    OpenX

    Score1 out of 10
    N/AOpenX 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.N/A

    Treasure AI

    Score9 out of 10
    Mid-Size Companies (51-1,000 employees)
    Treasure AI is an enterprise customer data platform (CDP) that reclaims customer-centricity in the age of the digital customer. It does this by connecting all data and uniting teams and systems into one customer data platform to power purposeful engagements.N/A
    Pricing
    OpenXTreasure AI
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    OpenXTreasure AI
    Free Trial
    NoNo
    Free/Freemium Version
    NoNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeOptional
    Additional Details——
    More Pricing Information
    Community Pulse
    OpenXTreasure AI
    Considered Both Products
    OpenX
    No answer on this topic
    Treasure AI
    No answer on this topic
    Key User Insights
    Would buy again
    No answers on this topic
    100%
    Would buy again
    10 Answers
    Delivers good value for the price
    No answers on this topic
    100%
    Delivers good value for the price
    9 Answers
    Happy with the feature set
    No answers on this topic
    100%
    Happy with the feature set
    10 Answers
    Lived up to sales and marketing promises
    No answers on this topic
    100%
    Lived up to sales and marketing promises
    8 Answers
    Implementation went as expected
    No answers on this topic
    100%
    Implementation went as expected
    9 Answers
    Features
    OpenXTreasure AI
    Ad Network Integration
    Comparison of Ad Network Integration features of OpenX and Treasure AI
    Feature
    OpenX
    6.6
    3 Ratings
    11% below category average
    Treasure AI
    -
    Ratings
    Data Transfer6.53 Ratings00 Ratings
    DSP integration6.83 Ratings00 Ratings
    Ad Campaigns
    Comparison of Ad Campaigns features of OpenX and Treasure AI
    Feature
    OpenX
    7.0
    5 Ratings
    11% below category average
    Treasure AI
    -
    Ratings
    Ad campaign creation6.85 Ratings00 Ratings
    Ad deployment6.65 Ratings00 Ratings
    Display advertising7.35 Ratings00 Ratings
    Ad display and retargeting segmentation6.55 Ratings00 Ratings
    Sequence targeting7.54 Ratings00 Ratings
    Ad Reporting & Analytics
    Comparison of Ad Reporting & Analytics features of OpenX and Treasure AI
    Feature
    OpenX
    6.6
    5 Ratings
    16% below category average
    Treasure AI
    -
    Ratings
    Ad dashboards5.95 Ratings00 Ratings
    Ad performance reports6.05 Ratings00 Ratings
    Ad conversion tracking6.15 Ratings00 Ratings
    Ad attribution reporting7.04 Ratings00 Ratings
    Cross-channel ad management7.25 Ratings00 Ratings
    Ad forecasting and optimization7.64 Ratings00 Ratings
    Best Alternatives
    OpenXTreasure AI
    Small Businesses
    AdRoll
    Score3.7 out of 10
    Twilio Segment
    Score8.4 out of 10
    Medium-sized Companies
    Criteo Commerce Growth
    Score8 out of 10
    Adobe Real-Time CDP
    Score8.3 out of 10
    Enterprises
    Criteo Commerce Growth
    Score8 out of 10
    Tealium Customer Data Hub
    Score8.7 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    OpenXTreasure AI
    Likelihood to Recommend
    7.3
    (15 ratings)
    9.0
    (89 ratings)
    Likelihood to Renew
    7.0
    (10 ratings)
    9.1
    (5 ratings)
    Usability
    9.0
    (1 ratings)
    8.0
    (4 ratings)
    Availability
    -
    (0 ratings)
    9.1
    (1 ratings)
    Performance
    -
    (0 ratings)
    8.2
    (1 ratings)
    Support Rating
    10.0
    (1 ratings)
    8.2
    (7 ratings)
    In-Person Training
    -
    (0 ratings)
    6.4
    (1 ratings)
    Online Training
    -
    (0 ratings)
    7.3
    (1 ratings)
    Implementation Rating
    -
    (0 ratings)
    6.4
    (2 ratings)
    Configurability
    -
    (0 ratings)
    7.3
    (1 ratings)
    Ease of integration
    -
    (0 ratings)
    9.1
    (1 ratings)
    Product Scalability
    -
    (0 ratings)
    9.1
    (1 ratings)
    Vendor post-sale
    -
    (0 ratings)
    7.3
    (2 ratings)
    Vendor pre-sale
    -
    (0 ratings)
    7.4
    (2 ratings)
    User Testimonials
    OpenXTreasure AI
    Likelihood to Recommend
    OpenX
    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.
    Read full review
    Treasure AI
    Treasure Data is well suited to integrating multiple data sources, including online and digital sources. It is also well suited to trigger audience activations to known customers based on their online activity, integrating 3rd party data, and activating target audiences to ad platforms.
    Incentivized
    Read full review
    Pros
    OpenX
    • 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)
    Read full review
    Treasure AI
    • CDP provides a unified view of data from all touchpoints in the customer journey until a single customer uses the service. This feature is very helpful in making service decisions and direction.
    • It provides a variety of extensions to bring your data together in one place and helps you do this easily.
    • Kits provided by Treasure Box provide basic but helpful methods for further development of services.
    Incentivized
    Read full review
    Cons
    OpenX
    • Propagation could be improved; ad units that need to go live immediately could take up to 45 minutes to propagate.
    • Over-complexity can be confusing. There are multiple tiers before assigning ad units per order and it seems unnecessary.
    • Real-time reporting or a status dashboard would be great.
    Read full review
    Treasure AI
    • Documentation is not always fully update --> better off reaching to support for some topics that are not covered
    • Small bugs on the graphical user interface
    • If 2 people are editing on the same project simultaneously, the latter that saves the workflow overwrites the changes of the former one
    Incentivized
    Read full review
    Likelihood to Renew
    OpenX
    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.
    Read full review
    Treasure AI
    I do think that we definitely will be renewing. We are putting major resources, time, and effort into Treasure Data becoming an extension of our organization, in many ways. We are working toward complete synergies with this product and leadership is very excited about the direction we are heading to be completely customer-centric.
    Incentivized
    Read full review
    Usability
    OpenX
    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.
    Read full review
    Treasure AI
    It's a easy platform to use and give the user detailed logs about what is going on in the workflows, so someone that do not have a lot of experience can start to work with it. And also the master segment usability is awesome, as we can filter a lot of data the way we want.
    Incentivized
    Read full review
    Reliability and Availability
    OpenX
    No answers on this topic
    Treasure AI
    As treasure data has a 24 hours support, every time we has big issues that impacts the zones, we do have immediatly support from the treasure data team, so I would say that we do not have any issues with availability
    Incentivized
    Read full review
    Performance
    OpenX
    No answers on this topic
    Treasure AI
    Since treasure data has started having a huge amount of data, sometimes we do have problems with the workflows logs because we generate a lot of then. But with integrations I have not to complain, its really easy to integrate with other platforms.
    Incentivized
    Read full review
    Support Rating
    OpenX
    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.
    Read full review
    Treasure AI
    The technical team has a good hold on the nuances of the data related to our organization. I have found the online technical support on their site quite responsive including the L1 support. In cases where the L1 team isn't able to resolve, I have found they are prompt in getting the product team's input to get a quick resolution.
    Incentivized
    Read full review
    In-Person Training
    OpenX
    No answers on this topic
    Treasure AI
    I was not here when treasure data was implemented to our company.
    Incentivized
    Read full review
    Online Training
    OpenX
    No answers on this topic
    Treasure AI
    I wasnt here at the training in the start, but I had a few training with treasure data for a few functionalities, and they provided me god explanations and great documentations, eve if the project were in beta.
    Incentivized
    Read full review
    Implementation Rating
    OpenX
    No answers on this topic
    Treasure AI
    Implementation was quick and our developers had very few issues with the SDK.
    Incentivized
    Read full review
    Alternatives Considered
    OpenX
    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.
    Incentivized
    Read full review
    Treasure AI
    We chose Treasure Data for the supreme customer service and lack of hidden costs. We don't need to manage any infrastructure or scale anything to meet customer demand. Treasure Data handles everything and makes it easy for us to integrate and focus on the tasks at hand. There may be cheaper options but we do not regret our decision to go with Treasure Data one bit.
    Incentivized
    Read full review
    Scalability
    OpenX
    No answers on this topic
    Treasure AI
    In abi we do have a lot of data coming every day, so treasure data always give us god solutions and options that would fix the problem.
    Incentivized
    Read full review
    Return on Investment
    OpenX
    • 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.
    Read full review
    Treasure AI
    • We have built and supported our source of truth data tables using Treasure. This forms the foundation of our decision making.
    • Most of our Tableau data sources are created using a Treasure Data export which is executed by workflows on a daily basis which allows us to have visibility into day to day performance and communicate them to a wide variety of roles.
    • We load custom data into our Salesforce instance which allows us to trigger certain workflows and build accountability - i.e. a "Sale" will only count once a certain product driven event occurs which comes from data we pipe into Treasure and then into Salesforce.
    Incentivized
    Read full review
    ScreenShots

    Treasure AI Screenshots

    Screenshot of some of the out of the box integrations across advertising, CRM, databases, eCommerce, machine learning and more.Screenshot of the query toolsScreenshot of the audience builder