You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the risk of asking a stupid question, how do you define additional basic GA methods? For instance, referring to the official Google Analytics docs, I'd like to set the Basic Method:
so I can track the page speed metrics for 100% of site visitors. But I can't seem to do this in the plugin's options because putting it in a custom variables box yields the following output in my site's source:
At the risk of asking a stupid question, how do you define additional basic GA methods? For instance, referring to the official Google Analytics docs, I'd like to set the Basic Method:
_setSiteSpeedSampleRate(sampleRate)
so I can track the page speed metrics for 100% of site visitors. But I can't seem to do this in the plugin's options because putting it in a custom variables box yields the following output in my site's source:
Which isn't correct, it should be:
Is it possible to add this method via a hook? If so, a bit of example code would be much appreciated!
If not, would it be possible to add this and maybe the _setSampleRate and _anonymizeIp() methods as options to the plugin, please?
Thanks!
The text was updated successfully, but these errors were encountered: