Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 330 Bytes

custom-methods.md

File metadata and controls

13 lines (6 loc) · 330 Bytes

Custom methods

Google Analytics has a very big api and sometimes the wrapper might limit you on what you need, so it's still possible to access the plain Analytics api

this.$ga.query(...)

if you need more interaction or you want to add specific features, please add an issue on the repo or make a pull request