Commit Graph

159 Commits

Author SHA1 Message Date
Fuhu Xia 0c6df3f737 use HTTPS for www.google.com 2023-10-23 12:53:13 -04:00
Nicholas Kumia 9306edb3b2
lint: get action to pass
lint: add reference for called function
2023-08-11 17:20:30 -04:00
Sergey Motornyuk 2cee663cf3 chore: add tests for tracking mode 2023-06-14 20:28:47 +03:00
Sergey Motornyuk acb7a81bc4 feat: track downloads via MeasurementProtocol 2023-06-14 20:23:38 +03:00
Sergey Motornyuk 5268985575 feat: add GTM tracking support 2023-06-14 18:24:48 +03:00
Sergey Motornyuk b6b3f91936 chore: update version 2023-06-14 15:50:55 +03:00
Sergey Motornyuk cf75e577cb fix: report empty googleanalytics.id 2023-06-14 15:36:29 +03:00
Sergey Motornyuk 913908fc61 feat: add blocks to gtag snippet 2023-06-14 15:29:36 +03:00
Sergey Motornyuk 305371c794 Merge tag 'v2.2.1'
chore(release): 2.2.1
2023-01-17 21:20:31 +02:00
Sergey Motornyuk 924bc71a33 fix: adapt event_tracking.js to gtag` 2023-01-17 21:19:39 +02:00
Sergey Motornyuk e633655086 remove breakpoint 2022-12-03 17:54:48 +02:00
Sergey Motornyuk 486bb9fa1c Call skip_event before sending data to queue 2022-12-03 17:37:19 +02:00
Sergey Motornyuk 9f1310af20 feat!: IGoogleAnalytics interface 2022-12-03 17:29:06 +02:00
Sergey Motornyuk 0055c3e063 Extract config 2022-09-09 17:47:05 +03:00
Sergey Motornyuk 8c6c173583 fix: API requests with version are not tracked 2022-08-25 15:51:51 +03:00
Sergey Motornyuk 48fb119c71 typo in mp params 2022-08-24 02:42:27 +03:00
Sergey Motornyuk 0748249e1f feat: experimental measurement protol reporting 2022-08-24 01:52:08 +03:00
Sergey Motornyuk 0257299b5a feat: use gtag for G-* IDs 2022-08-23 17:11:41 +03:00
Sergey Motornyuk 12e08b8cd8 CLI error on missing profile 2022-07-29 01:41:29 +03:00
pdelboca 8a135677d4 Clean obsolete code 2022-05-30 12:52:37 +02:00
pdelboca 6882708017 Fix import 2022-05-30 12:41:36 +02:00
pdelboca dc5c5c5f2f Fix more pep8 2022-05-30 12:38:28 +02:00
pdelboca c4dd52fc56 Fix pep8 2022-05-30 12:37:09 +02:00
pdelboca 2bc1d0e0dd Fix pep8 2022-05-30 12:30:05 +02:00
pdelboca 1813413b33 Fix fixture for older versions 2022-05-30 12:26:50 +02:00
pdelboca df5a7d198f Remove broken method 2022-05-30 12:19:43 +02:00
pdelboca 483d4d20ce Fix file folder 2022-05-30 11:30:20 +02:00
pdelboca f63b879b18 Restore dev-requirements.txt 2022-05-30 11:27:05 +02:00
pdelboca f678a70842 Use toolkit to access action 2022-05-30 10:12:52 +02:00
Sergey Motornyuk 34171b12a1 Handle empty rows 2022-05-08 04:22:12 +03:00
Sergey Motornyuk ae59b35121 Fix auth functions 2022-05-08 02:03:28 +03:00
Sergey Motornyuk 885a05fea4 Optional filters 2022-05-07 02:07:23 +03:00
Sergey Motornyuk 67b599ce1a Add report action 2022-05-07 01:59:15 +03:00
Sergey Motornyuk 86ec2858a5 Add actions 2022-05-06 21:50:26 +03:00
Sergey Motornyuk dc75b4c472 Configure tests 2022-05-06 19:28:52 +03:00
Sergey Motornyuk 7f5c2c03d9 Add config declarations 2022-05-06 19:01:29 +03:00
Sergey Motornyuk b70b26f392 Prepare to v2.10 2022-05-06 17:29:58 +03:00
Sergey Motornyuk b30f5c10c1 Asset order 2021-09-22 14:36:25 +03:00
Sergey Motornyuk 650dbe218d Remove extra this in js module 2021-09-22 14:35:29 +03:00
Sergey Motornyuk af8380070a Black/add assets to package/update pyproject.toml 2021-08-13 12:25:03 +03:00
Mark Calvert 2c0b03f8d7 Fixed copy and paste issue with `self.recent_view_days`.
Updated to correct value `_recent_view_days()`
2021-03-19 14:57:12 -07:00
Mark Calvert 8a5c9c2cbf Added new CKAN configurable value for recent view days 'googleanalytics.recent_view_days'
Default value is still 14 days
This will allow modifying the packages recent view date day delta
2021-03-19 14:02:20 -07:00
Konstantin Sivakov 14d4bb7163 Wrap the sql expresion to sqlalchemy text 2021-03-15 10:16:44 +01:00
Sergey Motornyuk 7eda31b181 Unify config vars 2021-02-10 11:09:12 +07:00
Sergey Motornyuk 8d9ea6cd49 Support custom resource.download handlers 2021-02-10 11:00:30 +07:00
Sergey Motornyuk 02dc6f22a5 Standard version check 2021-02-10 09:41:18 +07:00
Scott Limmer 27969ba3cc [#49] Use of builtins module in controller breaks CKAN Version: >= 2.7, <=2.9 compatibility
Added version check to controller to control builtins import
2020-11-13 11:12:34 +11:00
Sergey Motornyuk 3e620b574a fix py2 2020-10-22 00:38:13 +03:00
Sergey Motornyuk d11e2efe45 remove future 2020-07-28 23:14:15 +03:00
Sergey Motornyuk 382e5e0620 Encode strings before hashing 2020-01-15 10:47:22 +02:00