UNPKG
analytics-pixel
Version:
latest (1.4.4)
1.4.4
A starter theme for Frontity
frontity.org
frontity/frontity
analytics-pixel
/
src
/
index.js
13 lines
(12 loc)
•
272 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
default
{
actions
: {
analytics
: {
sendPageView
:
(
{state}
) =>
{
ga
(
'send'
, {
hitType
:
'pageview'
,
page
: state.
router
.
link
}); } } } }