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

Commit

Permalink
removed influx and redis trackers
Browse files Browse the repository at this point in the history
  • Loading branch information
vforgione committed Aug 31, 2015
1 parent d0b2237 commit dafa39a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/analytics-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ var AnalyticsManager = {
ga('adTracker.send', 'pageview', 'theonion' + path);
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 dafa39a

Please sign in to comment.