Skip to content

Instantly share code, notes, and snippets.

View dpplweb's full-sized avatar

dpplweb

  • Des Plaines Public Library
  • 1501 Ellinwood Street
View GitHub Profile
@dpplweb
dpplweb / Google Analytics Event handler for CDM
Created April 16, 2013 15:24
Simple script for attach Google Anatlyics event handler to ContentDM
(function() {
"use strict";
//dynamically add a Google Event tracking event to a CDM download button
//make sure that Google Analytics is loaded
if (_gaq) {
var sizes, p, url, item_id, title_div, item_title, dlb;
//define download buttons for loop below