All Projects → RTB4FREE → campaign-manager

RTB4FREE / campaign-manager

Licence: other
The Camapign Management UI for RTB4Free, the open source bidder / DSP.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
ruby
36898 projects - #4 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to campaign-manager

bool-expr-indexer
A fast boolean expression index implementation, especially for RTB ad selection. A Go implementation of the core algorithm in paper <Indexing Boolean Expression>
Stars: ✭ 49 (+104.17%)
Mutual labels:  dsp, advertising, dmp, rtb
extensions
Code Generators and Extensions for vanilla-rtb stack
Stars: ✭ 16 (-33.33%)
Mutual labels:  bidder, campaign, rtb
rapid-bidder
Real Time Bidding (RTB) - Demand Side Platform ( DSP ) application based on vanilla-rtb stack
Stars: ✭ 59 (+145.83%)
Mutual labels:  dsp, bidder, rtb
MetaHeac
This is an official implementation for "Learning to Expand Audience via Meta Hybrid Experts and Critics for Recommendation and Advertising"(KDD2021).
Stars: ✭ 36 (+50%)
Mutual labels:  campaign, advertising
edgekit
Open source, privacy focused client side library for the creation and monetisation of online audiences.
Stars: ✭ 42 (+75%)
Mutual labels:  advertising, rtb
HouseAds2
A library ( V2 ) for cross promoting own apps within own apps - for Android
Stars: ✭ 23 (-4.17%)
Mutual labels:  banner, advertising
opendsp
一款开源的移动dsp广告平台, 内置主流adx对接和开箱即用的dashboard
Stars: ✭ 87 (+262.5%)
Mutual labels:  dsp, advertising
Bidder
The OpenRTB 2.0 compliant bidder for RTB4FREE, the open source bidder / DSP.
Stars: ✭ 68 (+183.33%)
Mutual labels:  docker-container, dsp
docker-tar1090
Multi-arch tar1090 container for visualising ADSB data
Stars: ✭ 31 (+29.17%)
Mutual labels:  docker-container
railways
A plugin for RubyMine and IntelliJ IDEA Ultimate that adds a panel with routes of Ruby on Rails application.
Stars: ✭ 44 (+83.33%)
Mutual labels:  ruby-on-rails
gitlabFAQ
🐧 Gitlab常见问题和有用信息、链接 📝
Stars: ✭ 21 (-12.5%)
Mutual labels:  ruby-on-rails
docker-radarbox
AirNav RadarBox rbfeeder, multi-architecture (x86_64, arm32v7, arm64)
Stars: ✭ 26 (+8.33%)
Mutual labels:  docker-container
prefixed ids
Friendly Prefixed IDs for your Ruby on Rails models
Stars: ✭ 159 (+562.5%)
Mutual labels:  ruby-on-rails
bioportal web ui
A Rails application for biological ontologies
Stars: ✭ 20 (-16.67%)
Mutual labels:  ruby-on-rails
graphql-ruby-sample
Sample application for demonstrating GraphQL Ruby on Rails integration
Stars: ✭ 16 (-33.33%)
Mutual labels:  ruby-on-rails
stabilizer
Firmware and software for the Sinara Stabilizer module with high speed, low latency ADC/DAC data processing and powerful DSP algorithms in between
Stars: ✭ 61 (+154.17%)
Mutual labels:  dsp
lamby-cookiecutter
AWS SAM Cookiecutter to Quick Start Rails & Lambda 🐑🛤
Stars: ✭ 17 (-29.17%)
Mutual labels:  ruby-on-rails
raspap-docker
A community-led docker container for RaspAP
Stars: ✭ 45 (+87.5%)
Mutual labels:  docker-container
xen-orchestra-docker
Xen Orchestra in a docker container
Stars: ✭ 53 (+120.83%)
Mutual labels:  docker-container
i18n lazy scope
Use lazy lookup with custom i18n scopes.
Stars: ✭ 11 (-54.17%)
Mutual labels:  ruby-on-rails

Docker Pulls Docker Stars Build Status

Campaign Manager - RTB4FREE Campaign Management UI

Campaign management user interface for RTB4Free

An image of this repo is available directly from Docker Hub

Getting Help

User documentation can be found on Read The Docs

Source Code

To start working with code, first make sure you have the following installed on your computer:

Next, get the code from this Github repo:

git clone [email protected]:RTB4FREE/campaign-manager.git
cd campaign-manager

The RTB4Free campaign manager is a standard Rails 4.x application, and can be installed and managed in the standard Rails fashion:

Install using Rails:

bundle install

Configure the database:

rake db:setup

Run the tests:

rake test

Start the server:

rails s

Using Campaign Manager

To run the campaign manager locally, open a browser to the host:

http://localhost:3000

Username: [email protected] Password: rtb4free

For information about the campaign manager functionality:

User Documentation

Getting Support

There are various ways of getting support:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].