MatteoGabriele/vue-gtag-next

How to enable ga('require', 'displayfeatures');

hajkli opened this issue · 1 comments

Hello,

Is there any way how to enable this funcionality via config with vue gtag? ga('require', 'displayfeatures');
Link to GA documentation
https://developers.google.com/analytics/devguides/collection/analyticsjs/display-features

Thank you

Ran into this same issue today. I believe you can enable this by using the vue-gtag query method.

this.$gtag.query("require", "displayfeatures");

The query method is like using the GA object directly, as described in the docs here: