UNPKG
react-metrics
Version:
latest (2.4.1)
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
2.2.3
2.2.2
2.2.1
2.1.1
2.1.0
2.0.0
1.2.1
1.1.1
1.1.0
1.0.1
1.0.0
1.0.0-rc2
1.0.0-rc1
An analytics library for React.js
github.com/nfl/react-metrics
nfl/react-metrics
react-metrics
/
src
/
core
/
ActionTypes.js
13 lines
(11 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * Type of default actions supported by metrics * *
@module
ActionTypes
*
@internal
*/
const
ActionTypes
= {
PAGE_VIEW
:
"pageView"
,
// request page view track
TRACK
:
"track"
// request custom link track
};
export
default
ActionTypes
;