hubspot()

This function requires the Hubspot API to be added in Nebula Options. It is currently not used for sending Hubspot data as the data is currently sent through the nv() function with updates and sends to Hubspot from the server-side. Hubspot requires that the properties be created before they can have values, so the server-side Read More »

scrollDepth()

This function listens for (and times) the initial scroll by the user as well as when (if) the user reaches the end of the page. To supplement this data, implement MaxScroll using the autotrack.js library. Read More »

eventTracking()

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 Read More »

socialSharing()

This function looks for the classes (Facebook), (Twitter), (LinkedIn), (Pinterest), and (Email) to replace the href with their appropriate "sharer" intent URL (and parameters). Read More »