Advertisement
jamesan

Diff of ga_social_tracking.js missing attribution

Nov 28th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.78 KB | None | 0 0
  1. --- google/ga_social_tracking.js    2012-03-02 13:45:05.000000000 -0500
  2. +++ tvo/ga_social_tracking.js   2013-10-21 13:31:50.000000000 -0400
  3. @@ -1,13 +1,3 @@
  4. -// Copyright 2012 Google Inc. All Rights Reserved.
  5. -
  6. -/**
  7. - * @fileoverview A simple script to automatically track Facebook and Twitter
  8. - * buttons using Google Analytics social tracking feature.
  9. - * @author api.nickm@gmail.com (Nick Mihailovski)
  10. - * @author api.petef@gmail.com (Pete Frisella)
  11. - */
  12. -
  13. -
  14.  /**
  15.   * Namespace.
  16.   * @type {Object}.
  17. @@ -71,7 +61,9 @@
  18.              opt_target, opt_pagePath));
  19.        });
  20.      }
  21. -  } catch (e) {}
  22. +  } catch (e) {
  23. +    //console.log('error - ' + e);
  24. +  }
  25.  };
  26.  
  27.  
  28. @@ -137,4 +129,4 @@
  29.      return unescape(params[1]);
  30.    }
  31.    return;
  32. -};
  33. +};
  34. \ No newline at end of file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement