aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/utils/analytics.ts
Commit message (Collapse)AuthorAgeFilesLines
* Deploy @dexon-foundation/0x.jsstableHsuan Lee2019-03-061-89/+0
|
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
|
* Move ObjectMap to shared typesfragosti2018-09-191-1/+2
|
* Initial changes for v2 portalBrandon Millman2018-08-311-6/+11
|
* Fix indentify typofragosti2018-07-131-3/+3
|
* Make Analytics API non-asyncfragosti2018-07-131-26/+21
|
* Add no-floating-promises ignore commentsfragosti2018-07-121-0/+1
|
* Integrate heap analyticsfragosti2018-07-121-20/+36
|
* Replace calls to google analytics with calls to heapfragosti2018-07-121-18/+62
|
* Remove dep on Web3 in Website. Introduced InjectedWeb3 type.Fabio Berger2018-07-041-5/+6
|
* Add missing type definitionsLeonid Logvinov2018-05-141-3/+3
|
* Refactor Analytics so that calls to ReactGA are all in a single module, ↵Fabio Berger2018-03-101-0/+26
combining the provider type util function, moving GA id to configs and using utils.onPageLoadAsync