Author: vines Date: Tue May 13 19:12:49 2014 New Revision: 1594331 URL: http://svn.apache.org/r1594331 Log: Working on getting download link GA tracking
Modified: accumulo/site/trunk/content/downloads/index.mdtext Modified: accumulo/site/trunk/content/downloads/index.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/downloads/index.mdtext?rev=1594331&r1=1594330&r2=1594331&view=diff ============================================================================== --- accumulo/site/trunk/content/downloads/index.mdtext (original) +++ accumulo/site/trunk/content/downloads/index.mdtext Tue May 13 19:12:49 2014 @@ -17,6 +17,21 @@ Notice: Licensed to the Apache Softwa specific language governing permissions and limitations under the License. +<script> +/** +* Function that tracks a click on an outbound link in Google Analytics. +* This function takes a valid URL string as an argument, and uses that URL string +* as the event label. +*/ +var trackOutboundLink = function(url) { + ga('send', 'event', 'outbound', 'click', url, {'hitCallback': + function () { + document.location = url; + } + }); +} +</script> + Be sure to verify your downloads by these [procedures][VERIFY_PROCEDURES] using these [KEYS][GPG_KEYS]. ## Current Release