diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-04-01 14:35:58 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-04-01 14:35:58 -0400 |
commit | b382906266ec83ba8a6cb64e95ed31ee7408d083 (patch) | |
tree | 6371908cbb05c17c778a8515d96c10568f1d1d77 /index.html | |
parent | fe34b31e46cfdaf6afc79172719dbe0cdcea9515 (diff) |
ad impression tracking
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -99,12 +99,12 @@ <div class="row"> <div class="col-md-6 col-md-offset-3"> <div class="well sponsor" style="background-color: rgba(0, 0, 0, 0.4);"> - <a onClick="_gaq.push(['_trackEvent', 'refs', 'ad', 'treehouse']);" href="http://srv.buysellads.com/direct/click/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" rel="nofollow" target="_blank"> + <a href="http://srv.buysellads.com/direct/click/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" onclick="_gaq.push(['_trackEvent', 'banner', 'click', 'treehouse']);" rel="nofollow" target="_blank"> <span style="float: left; margin-right: 15px;"> - <img src="http://srv.buysellads.com/direct/image/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" width="175" height="135"> + <img onload="_gaq.push(['_trackEvent', 'banner', 'impression', 'treehouse']);" src="http://srv.buysellads.com/direct/image/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" width="175" height="135"> </span> </a> - <a onClick="_gaq.push(['_trackEvent', 'refs', 'ad', 'treehouse']);" href="http://srv.buysellads.com/direct/click/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" rel="nofollow" target="_blank"> + <a href="http://srv.buysellads.com/direct/click/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" onclick="_gaq.push(['_trackEvent', 'banner', 'click', 'treehouse']);" rel="nofollow" target="_blank"> <h4 style="margin-bottom: 0.4em;">Treehouse</h4> <div class="clearfix"> <p>Learn Web Design, Coding, Mobile App Development & More.</p> |