yandex-metrika-vue3
Version:
**yandex-metrika-vue3** allows you to send data about visited pages to [Yandex Metrika]. ## Installation Install with [yarn]: ```bash $ yarn add yandex-metrika-vue3 ``` Install with [npm]: ```bash $ npm install yandex-metrika-vue3 --save ``` ## Ways to us
24 lines (23 loc) • 509 B
JavaScript
let config = {
id: null,
options: {
accurateTrackBounce: true,
clickmap: true,
defer: false,
ecommerce: false,
params: [],
userParams: {},
trackHash: false,
trackLinks: true,
type: 0,
webvisor: false,
triggerEvent: false
},
router: null,
env: 'development',
scriptSrc: 'https://mc.yandex.ru/metrika/tag.js',
debug: false,
ignoreRoutes: [],
skipSamePath: true
};
export default config;