mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 07:19:25 -05:00
Only run analytics stuff in an organic listing.
Prevents counting impressions and clicks on pages where the ad is being managed.
This commit is contained in:
committed by
Neil Williams
parent
98e874a97d
commit
969ee4cc46
@@ -5,7 +5,7 @@ r.analytics = {
|
||||
init: function() {
|
||||
// these guys are relying on the custom 'onshow' from jquery.reddit.js
|
||||
$(document).delegate(
|
||||
'.promotedlink.promoted:not(.blob)',
|
||||
'.organic-listing .promotedlink.promoted',
|
||||
'onshow',
|
||||
_.bind(function(ev) {
|
||||
this.fetchTrackersOrFirePixel(ev.target)
|
||||
|
||||
Reference in New Issue
Block a user