UNPKG

analytics-pixel

Version:

A starter theme for Frontity

13 lines (12 loc) 272 B
export default { actions: { analytics: { sendPageView: ({state}) => { ga('send', { hitType: 'pageview', page: state.router.link }); } } } }