Skip to content

Instantly share code, notes, and snippets.

@nitishn
Created December 22, 2014 23:25
Show Gist options
  • Save nitishn/086a3214352c47adb3c4 to your computer and use it in GitHub Desktop.
Save nitishn/086a3214352c47adb3c4 to your computer and use it in GitHub Desktop.
jQuery(document).on('click', '.play', function() {
var video = jQuery(this).data('video-name')
dataLayer.push({'video': video, 'event': 'play_video'});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment