Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1 from theonion/redshift-ingest
Browse files Browse the repository at this point in the history
added redshift ingest
  • Loading branch information
vforgione committed Aug 24, 2015
2 parents 674cb0a + 09c6295 commit 90c5e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analytics-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ var AnalyticsManager = {
this.sendQuantcastPixel(freshPage);
this.sendComscorePixel(freshPage, optionalTitle);
Influxer.sendEvent({ event: 'pageview', site: 'onion' });
Ingest.sendEvent();
redisan.firePixel();
if (!freshPage) {
this.sendChartbeatEvent(optionalTitle);
Expand Down

0 comments on commit 90c5e47

Please sign in to comment.