- Added
userIdto Errorception metadata - Made date parsing more lenient (ms & sec) for trait.created
- Qualaroo
- Fixed bug with Chartbeat and page load times
- Fixed bug in
trackLinkreported 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
createdtrait - Added
load-datefor 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
trackFormwhen submitted via jQuery
- Added cookie-ing to keep identity and traits across page loads
- Added
identifysupport for Clicky - Added
identifysupport for GoSquared - Added
identifysupport 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
readymethod for binding to when analytics are initialized - Added UserVoice
- Added Perfect Audience
- Added LiveChat
- Fixed Intercom to allow multiple
identifycalls
- Merged in fix for Keen IO's branding
- Added fix to
utils.parseUrl()fieldpathnamein IE
- Added an
aliasmethod for merging two user's by ID
- Fixed multiple elements on
trackLinkandtrackForm - Fixed CrazyEgg
apiKeytoaccountNumber - Fixed Keen to Keen.io
- Fixed
aliasandextendbreaking on non-objects
- Fixed
trackFormtimeout by @Plasma
- Added support for Mixpanel's revenue feature
- Added support for KISSmetrics'
"Billing Amount"property for revenue - Added support for
revenuebeing passed to Google Analytics'valueproperty
- Added automatic canonical URL support in Google Analytics
- Added Intercom widget setting
- Fixed Chartbeat from requiring
bodyelement to exist
- Bitdeli by @jtuulos
- Added Mixpanel
$first_nameand$last_namealiases by @dwradcliffe - Fixed Mixpanel
$last_seenalias - Added
parseUrlutil - Moved GoSquared queue to snippet
- Added support for Errorception user metadata
- Added option to use a properties function in
trackLinkandtrackFormmethods
- 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
trackClicktotrackLink - Renamed
trackSubmittotrackForm
- Fixed Clicky loading slowly
- Added
trackClickandtrackFormhelpers
- Upgraded to Mixpanel 2.2 by @loganfuller
- Quantcast
- Fixed breaking issue on Clicky
- Updated Makefile for new providers
- Added
labelandcategorysupport to Google Analytics
- Gauges by @bdougherty
- Vero
- Added optional
urlargument topageviewmethod
- 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_uidandajs_event - Added docco, uglify, and phantom to
devDependenciesby @peleteiro
- Added the
pageviewmethod 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
createdAttrait tocreatedfor cleanliness - Moved
utilsdirectly onto the analytics object - Added
extendandaliasutils - Added
settingsdefaults 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
initializesyntax - Added tests for all providers
- Added README