- Added Heap
- Removed Storyberg, best of luck guys
- Added fix for conversion of
company
'screated
date - Added extra tests for
trackForm
- Fixing issue with ClickTale https bug
- Migrated to new Intercom Javascript API
- Removed un-used Intercom traits
- Fix bug in
trackForm
when using jQuery
- Added
userId
to Errorception metadata - Made date parsing more lenient (ms & sec) for trait.created
- Qualaroo
- Fixed bug with Chartbeat and page load times
- Fixed bug in
trackLink
reported by @quirkyjack - Fixed bug in ClickTale where it didn't create the ClickTaleDiv
- Storyberg by @kevinicus
- BugHerd
- ClickTale
- Cleaned up extraneous
require
's in many providers
- Added support for strings for the
created
trait - Added
load-date
for getting the page's load time
- Sentry
- Added initial pageview support to more providers
- Allowed HubSpot to recognize email
userId
- Added support for DoubleClick via Google Analytics
- Fixed bug in FoxMetrics provider
- Added queue for providers which don't support ready immediately.
- Fixed bug in
trackForm
when submitted via jQuery
- Added cookie-ing to keep identity and traits across page loads
- Added
identify
support for Clicky - Added
identify
support for GoSquared - Added
identify
support for Woopra - Updated tracking for Usercycle
- Added Intercom companies by @adrianrego
- Added Intercom setting for use_counter
- Fixed Intercom traits passed without a created field
- Switched over to Component
- Added
ready
method for binding to when analytics are initialized - Added UserVoice
- Added Perfect Audience
- Added LiveChat
- Fixed Intercom to allow multiple
identify
calls
- Merged in fix for Keen IO's branding
- Added fix to
utils.parseUrl()
fieldpathname
in IE
- Added an
alias
method for merging two user's by ID
- Fixed multiple elements on
trackLink
andtrackForm
- Fixed CrazyEgg
apiKey
toaccountNumber
- Fixed Keen to Keen.io
- Fixed
alias
andextend
breaking on non-objects
- Fixed
trackForm
timeout by @Plasma
- Added support for Mixpanel's revenue feature
- Added support for KISSmetrics'
"Billing Amount"
property for revenue - Added support for
revenue
being passed to Google Analytics'value
property
- Added automatic canonical URL support in Google Analytics
- Added Intercom widget setting
- Fixed Chartbeat from requiring
body
element to exist
- Bitdeli by @jtuulos
- Added Mixpanel
$first_name
and$last_name
aliases by @dwradcliffe - Fixed Mixpanel
$last_seen
alias - Added
parseUrl
util - Moved GoSquared queue to snippet
- Added support for Errorception user metadata
- Added option to use a properties function in
trackLink
andtrackForm
methods
- Keen.io by @dkador
- Foxmetrics by @rawsoft
- Updated Google Analytics to include noninteraction and value added by @rantav
- Moved to expect.js from chai for cross-broser support
- Renamed
trackClick
totrackLink
- Renamed
trackSubmit
totrackForm
- Fixed Clicky loading slowly
- Added
trackClick
andtrackForm
helpers
- Upgraded to Mixpanel 2.2 by @loganfuller
- Quantcast
- Fixed breaking issue on Clicky
- Updated Makefile for new providers
- Added
label
andcategory
support to Google Analytics
- Gauges by @bdougherty
- Vero
- Added optional
url
argument topageview
method
- Errorception
- Clicky
- Fixed IE 7 bug reported by @yefremov
- Fixed GoSquared trailing comma by @cmer
- Added domain field to GA by @starrhorne
- Removed phantom install to get travis working
- Added window._gaq fix in initialize
- Added link query tag support for
ajs_uid
andajs_event
- Added docco, uglify, and phantom to
devDependencies
by @peleteiro
- Added the
pageview
method for tracking virtual pageviews - Added Travis-CI
- Fixed window level objects in customerio and gosquared
- Added for Intercom's "secure" mode by @buger
- Removed root references
- Separated providers into separate files for easier maintenance
- Changed special
createdAt
trait tocreated
for cleanliness - Moved
utils
directly onto the analytics object - Added
extend
andalias
utils - Added
settings
defaults for all providers
- Fixed bug with HubSpot calls pre-script load
- Upgraded sinon-chai to use callWithMatch version
- Klaviyo by @bialecki
- HubSpot by @jessbrandi
- GoSquared by @simontabor
- Added "Enhanced Link Attribution" for Google Analytics by @nscott
- Added "Site Speed Sample Rate" for Google Analytics by @nscott
- Olark
- Added terse
initialize
syntax - Added tests for all providers
- Added README