Skip to content

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

Notifications You must be signed in to change notification settings

griffinmichl/reddit-service-ads-tracking

 
 

Repository files navigation

reddit_service_ads_tracking

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.8%
  • Puppet 8.0%
  • Shell 1.4%
  • Other 1.8%