- Adding segmentio/json temporarily, fixing json-fallback
- Updated Intercom's library URL
- Added trailing comma fix
- Added fix for UserVoice displaying
'null' - Added
make cleanbefore running components (fixes json fallback)
- Fixed bug with Google Analytics not tracking integer
values
- Switched from cookie-ing to localStorage
- Moved trait parsing logic to the global level
- Added Improvely
- Added Get Satisfaction
- Added a
$phonealias for Mixpanel - Added the ability to pass a function for the
eventtotrackLinkandtrackForm
- Added Amplitude support
- Fixed improperly parsed cookies
- Fixed bug with Google Analytics being ready to soon
- Added Optimizely
- Fixed handling of
incrementsanduserHashfromoptions.Intercom
- Added
identifyto SnapEngage integration
- Added
groupmethod
- Updated Keen to version 2.1.0
- Fixed bug affecting Pingdom users
- Added identify to UserVoice
- Fixing userfox integration to accept all traits not just signup_date
- Fixing ordering of ignore referrer option in Google Analytics
- Adding support for userfox
- Adding new ignoreReferrer option to Google Analytics provider
- Adding new showFeedbackTab option to BugHerd provider
- Updating UserVoice provider to work with their new snippet(s)
- Fixing Errorception window.onerror binding to be friendlier
- Adding url and title to mixpanel pageviews
- Addiung url and title to keen pageviews
- Fixed GoSquared relying on `document.body
- Adding support for Pingdom RUM
- Adding support for AdRoll
- Fixing LiveChat test
- Updating mixpanel snippet to wait for ready until script loads
- Adding full traits pulled in from identify.
- Renaming Provider.options to Provider.defaults
- Adding universal analytics support to Google Analytics
- Adding support for new Olark Javascript API functions, see #121
- Fixing Uservoice integration
- Fixing ready tests.
- Adding lytics integration by @araddon
- Adding bower support by @jede
- Olark provider now only notifies the operator of track and pageview when the chat box is expanded.
- Qualaroo provider now prefers to identify with traits.email over a non-email userId --- makes the survey responses human readable.
- Woopra no longer tracks after each identify so that duplicate page views aren't generated.
- Changed default Keen IO settings to record all pageviews by default
- Removed Keen IO API Key option since that is no longer used for data "writes" to their API
- Renamed Keen IO projectId to projectToken to match their docs
- Added ability to pass variables into
intercomSettingsviacontext.intercom
- Added Heap
- Removed Storyberg, best of luck guys
- Added fix for conversion of
company'screateddate - 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
trackFormwhen using jQuery
- Added
userIdto Errorception metadata - Made date parsing more lenient (ms & sec) for trait.created
- Added 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
- Added Storyberg by @kevinicus
- Added BugHerd
- Added 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
- Added 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
- Added 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
- Added Keen.io by @dkador
- Added 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 SnapEngage
- Added
trackClickandtrackFormhelpers
- Upgraded to Mixpanel 2.2 by @loganfuller
- Added comScore Direct
- Added Quantcast
- Fixed breaking issue on Clicky
- Updated Makefile for new providers
- Added
labelandcategorysupport to Google Analytics
- Added Gauges by @bdougherty
- Added Vero
- Added optional
urlargument topageviewmethod
- Added Errorception
- Added 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
- Added Klaviyo by @bialecki
- Added HubSpot by @jessbrandi
- Added GoSquared by @simontabor
- Added "Enhanced Link Attribution" for Google Analytics by @nscott
- Added "Site Speed Sample Rate" for Google Analytics by @nscott
- Added Olark
- Added terse
initializesyntax - Added tests for all providers
- Added README