Skip to content

Instantly share code, notes, and snippets.

@matthewpalmer
Created March 22, 2013 08:56
Show Gist options
  • Save matthewpalmer/5219877 to your computer and use it in GitHub Desktop.
Save matthewpalmer/5219877 to your computer and use it in GitHub Desktop.
var post = document.getElementById('postTitle');
var postTitle = post.innerHTML;
analytics.track('Post page viewed', {
date: new Date(),
title: postTitle
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment