Code Monkey home page Code Monkey logo

node-rtb-server's Introduction

RTB Server

  • Version: 0.0.1
  • Nodejs & NPM
  • Author: Van-Duyet Le (@duyet)
  • Copyright (c) 2015

Real-time Bidding

Real-time bidding (RTB) is a means by which advertising inventory is bought and sold on a per-impression basis, via programmatic instantaneous auction, similar to financial markets. With real-time bidding, advertising buyers bid on an impression and, if the bid is won, the buyer’s ad is instantly displayed on the publisher’s site. Real-time bidding lets advertisers manage and optimize ads from multiple ad-networks by granting the user access to a multitude of different networks, allowing them to create and launch advertising campaigns, prioritize networks and allocate percentages of unsold inventory, known as backfill.

Installation

  • Require: Ubuntu 14.04 (RAM > 12GB)
  • Nodejs, NPM, PM2

Bidding Logs Server

Setup environment varaibles and cronjob

Run ./bgate_env.sh to settup bgate ENV. Run crontab -e to setup crontab editor, append:

BGATE_HOME=/home/ubuntu/bgate 
*/1     *       *       *       *       $BGATE_HOME/cronjob/ubuntu/minutely.sh                  # every minute
*/15    *       *       *       *       $BGATE_HOME/cronjob/ubuntu/minutely-15.sh               # every 10 minute
1       *       *       *       *       $BGATE_HOME/cronjob/ubuntu/hourly.sh                    # every hour
55      23      *       *       *       $BGATE_HOME/cronjob/ubuntu/daily-endday.sh              # 23h55
0       1       *       *       *       $BGATE_HOME/cronjob/ubuntu/daily-startday.sh            # 1h00
0       1       *       *       7       $BGATE_HOME/cronjob/ubuntu/weekly.sh                    # 1h00 every sunday
55      23      28      *       *       $BGATE_HOME/cronjob/ubuntu/monthly.sh                   # every month (28/x/yyyy 23h55)

node-rtb-server's People

Contributors

renovate-bot avatar duyet avatar renovate[bot] avatar imgbotapp avatar snyk-bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.