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
Describe the bug
Currently the docs site uses this notation for sending custom events:
ga('send','event','Tabs','Clicked','How-To: Save and get state - tabs-3-go')`
Example:
<aonclick="ga('send', 'event', 'Tabs', 'Clicked', 'How-To: Save and get state - tabs-3-go');" class="nav-link" id="tabs-3-go-tab" data-toggle="tab" href="#tabs-3-go" role="tab" aria-controls="tabs-3-go" aria-selected="false">Go
</a>
This notation is deprecated and needs to be replaced with:
Describe the bug
Currently the docs site uses this notation for sending custom events:
Example:
This notation is deprecated and needs to be replaced with:
More info here
Steps to reproduce
Java
Expected behavior
No errors related to Google Analytics when clicking on buttons or links.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: