Skip to content

Instantly share code, notes, and snippets.

@micahwave
Created March 10, 2014 15:49
Show Gist options
  • Save micahwave/9467614 to your computer and use it in GitHub Desktop.
Save micahwave/9467614 to your computer and use it in GitHub Desktop.
comscore: function() {
try {
COMSCORE.beacon({ c1: "2", c2:"6035728"});
} catch(e) {}
// do comscore pv candidate
jQuery.get(
Time.home_url + "/wp-content/themes/vip/time2014/pageview_candidate.xml",
{
comscorekw: "pageview_candidate",
rand: Math.floor(Math.random()*1000000),
}
);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment