Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Files

Latest commit

8548af0 · Jul 31, 2017

History

History
18 lines (11 loc) · 410 Bytes

cross-domain-tracking.md

File metadata and controls

18 lines (11 loc) · 410 Bytes

Cross-domain tracking

To enable cross-domain tracking you need to add your links in the linkers array in the configuration object

import Vue from 'vue'
import VueAnalytics from 'vue-analytics'

Vue.use(VueAnalytics, {
  id: 'UA-XXX-X',
  linkers: ['example1.com', 'example2.com']
})

More information about cross-domain tracking