reddit/reddit-service-ads-tracking

Name: reddit-service-ads-tracking

Owner: Reddit

Description: This service provides endpoints for tracking ad clicks, impressions, and conversions.

Created: 2016-06-04 00:01:55.0

Updated: 2018-05-08 19:17:18.0

Pushed: 2017-03-01 19:17:45.0

Homepage:

Size: 17

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

reddit_service_ads_tracking (DEPRICATED!)

Build Status

This service provides endpoints for tracking ad clicks, impressions, and conversions.

prereqs
installation
vagrant up
run the service
vagrant ssh
cd src
baseplate-serve2 example.ini --bind 0.0.0.0:9090 --reload --debug

Check to see that everything is working by hitting the health check.

curl localhost:9090/health

Vagrant is setup to forward 9090 on both guest and host so it should work from either place.

run the tests
vagrant ssh -c "cd src; nosetests"
development

Please install the git hooks for development:

chmod +x hooks/*
cp hooks/* .git/hooks

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.