Commit graph

165 commits

Author SHA1 Message Date
Joost Cassee
adb184adfd Update changelog and bump version 2015-04-19 10:49:25 +02:00
Eric Amador
67f29fdb2b Use assertRaisesRegex when available. 2015-04-18 00:42:54 -04:00
Eric Amador
dcf51bc6ca assertEqual was deprecated in python 3.2 2015-04-18 00:33:56 -04:00
Eric Amador
dc031d9e01 Make exception handling python 3 compatible. 2015-04-18 00:22:38 -04:00
Joost Cassee
31b06af0ce Update changelog, authors and version 2015-03-09 20:51:14 +01:00
Joost Cassee
54d922496d Merge pull request #50 from mgaitan/mixpanel_identify
update mixpanel indetify code.
2015-03-09 20:36:13 +01:00
Joost Cassee
fe608af67c Merge pull request #49 from craigbruce/master
Add Django 1.7 support
2015-03-09 20:34:09 +01:00
Joost Cassee
abb8e4cbbf Merge pull request #48 from mgaitan/uservoice_identify_users
Identifying authenticated users in Uservoice
2015-03-09 20:32:45 +01:00
Martín Gaitán
e1bfe4c40a send user properties 2014-09-19 13:22:50 -03:00
Martín Gaitán
b8f1203bca update test 2014-09-09 09:02:42 -03:00
Martín Gaitán
6992f170de update test 2014-09-09 09:01:43 -03:00
Martín Gaitán
3f31081113 update mixpanel indetify code. See https://mixpanel.com/help/reference/javascript-full-api-reference#mixpanel.identify for reference 2014-09-09 08:58:56 -03:00
Craig Bruce
51a08742c5 removed custom override_settings, using django instead. Removed with/without app decorators as only use in a few places. Updated all tests to use django provided override_settings. 2014-09-05 12:26:08 -07:00
Craig Bruce
c929410aef incorrect variable names/syntax (this should not of worked) 2014-09-05 11:40:00 -07:00
Craig Bruce
38b9cc70e6 fixed various typos, this would of failed previously 2014-09-05 11:23:20 -07:00
Craig Bruce
7ccd84d1d3 added default middleware for django 1.7 2014-09-05 11:22:25 -07:00
Craig Bruce
33af2c6184 minor pep8 fix 2014-09-05 10:32:10 -07:00
Martín Gaitán
3c1206db11 Identifying users 2014-08-25 22:33:53 -03:00
Scott Adams
228244cf94 Account for possible foreign characters in name 2014-08-13 18:27:17 +02:00
Scott Adams
b383b178bf Fixes #44
By passing olark_fullname and/or olark_email contexts it will pre-fill the olark full name and email fields.
2014-08-13 11:59:06 +02:00
Joost Cassee
7ac9b38ee5 Small fixes after Piwik merge
- Update changelog and add Peter Bittner to authors
- Fix documentation typo
- Bump version
2014-07-06 21:21:49 +02:00
Peter Bittner
6cf24c4709 Added tests for Piwik 2014-07-05 00:32:59 +02:00
Peter Bittner
e49da10e01 Added Piwik open source web analytics 2014-07-05 00:02:16 +02:00
Joost Cassee
8770c37b33 Bump version to 0.18.0 and credit Craig Bruce 2014-06-01 22:45:37 +02:00
Craig Bruce
1ebe4f676b Updated HubSpot tracking code. Updated test/docs/changelog to reflect this. HUBSPOT_DOMAIN is no longer required. 2014-05-26 16:57:49 -06:00
Joost Cassee
60c2d03c50 Merge pull request #37 from greenkahuna/master
Fixes default name key for intercom.
2014-05-01 17:01:07 +02:00
skoczen
dc13c2a89f Version bump. 2014-04-30 16:29:42 -07:00
skoczen
f24f03c3f8 Fixes full_name -> name.
That's embarrassing.
2014-04-30 16:27:57 -07:00
Joost Cassee
170f8babad Fix Travis and comment out failing test
Django 1.6 does not allow dynamic changes to the install apps list
anymore, at least not in the same way as 1.5 did. No time to fix the
test, so cowardly commenting it out.
2014-04-29 01:45:47 +02:00
Joost Cassee
cef2956edb Merge branch 'master' of github.com:greenkahuna/django-analytical into greenkahuna-master 2014-04-29 01:05:22 +02:00
skoczen
7751777b4e Fixes up extra slashes. 2014-04-28 15:54:39 -07:00
skoczen
559cd3677f sort_keys all the things! 2014-04-28 15:52:36 -07:00
Joost Cassee
0ba4bc4456 Remove reference to simplejson 2014-04-28 23:19:44 +02:00
Joost Cassee
2b323bdb72 Merge branch 'uservoice' of github.com:mgaitan/django-analytical into mgaitan-uservoice 2014-04-28 22:53:26 +02:00
skoczen
a94f0d8bb0 Adds support for custom variables, in a similar pattern to woopra's tag. 2014-04-28 10:10:23 -07:00
skoczen
6ebdb3de98 Properly moves to body_bottom. 2014-04-25 10:48:18 -07:00
skoczen
d76a0981b8 Adds intercom.io support, fixes inconsent fails from json ordering. 2014-04-25 10:46:30 -07:00
Craig Bruce
90ff353de2 replaced simplejson with json 2013-12-19 22:00:28 -07:00
Martín Gaitán
ba2c13c57c assertIn fallback for py2.6/dj1.2 2013-11-26 20:34:33 -03:00
Martín Gaitán
064dd5b681 empty key returns no code 2013-11-26 20:18:48 -03:00
Martín Gaitán
010612b115 update tests 2013-11-26 14:49:45 -03:00
Martín Gaitán
afcda9e8bd updating tests 2013-11-26 14:34:31 -03:00
Martín Gaitán
e781f3ed93 trigger custom 2013-11-26 14:15:29 -03:00
Martín Gaitán
e1983ad8a9 flatten confiuration. update doc 2013-11-26 13:55:46 -03:00
Martín Gaitán
63020a2062 Updated uservoice service tracking code.
Now all custom options are in `USERVOICE_WIDGET_OPTIONS`. This could be overriden per-view
with a `uservoice_widget_option` context variable.

For example, to override the default trigger position you could set:

	USERVOICE_WIDGET_OPTIONS = (('addTrigger',
					{"trigger_position": "bottom-left",
                                         "mode": "contact"}),)

`USERVOICE_WIDGET_OPTIONS` accepts any Uservoice's JS SDK configuration
See https://developer.uservoice.com/docs/widgets/overview/
2013-11-26 12:18:12 -03:00
Joost Cassee
6343b103f3 Bump version and update changelog 2013-11-19 07:44:55 +01:00
Max Arnold
2a13008ffc improve variable names and snippet readability 2013-11-19 10:07:55 +07:00
Max Arnold
440d078d86 add support for GA Display Advertising features
https://support.google.com/analytics/answer/3450482

The Google Analytics Display Advertising features include the following:
- Demographics and Interests reporting
- Remarketing with Google Analytics
- DoubleClick Campaign Manager integration (for Google Analytics Premium)
2013-10-26 10:17:38 +07:00
Joost Cassee
b5b4716db8 Update Clickmap integration and changelog 2013-04-11 04:02:50 +02:00
Joost Cassee
5dacedf9a4 Merge https://github.com/arteria/django-analytical 2013-04-11 03:51:48 +02:00