Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 468 Bytes

require.md

File metadata and controls

19 lines (12 loc) · 468 Bytes

Require

It's possible to use this method to require an Analytics plugin or add your own plugin

example adding Google Optimize

this.$ga.require('GMT-XXXXXXX')

or adding a custom plugin

const options = {}
this.$ga.require('pluginName', options)

Google Analytics docs: require