Usage
This function runs automatically, so it is not called manually. Is this incorrect?
Additional Notes
This function should be supplemented by adding a project-specific set of event tracking in a child theme JavaScript file.
If the Event Intent custom dimension (in Nebula Options) is used, each click event is associated with an “explicit” or “intent” dimension (for right-clicking or middle-clicking).
For a list of all events tracked by Nebula, see [page coming soon].
Source File
This function was not found in /assets/js/modules/analytics.js. Please report this error.
No Hooks
This function does not have any filters or actions available. Request one?Override
To override or disable this JavaScript function, simply redeclare it with the exact same function name. Remember: Some functionality is conditionally loaded via dynamic imports, so if your function is not overriding properly, try listening for a DOM event (described below).
function eventTracking(){ //Write your own code here, leave it blank, or return false. }