Skip to main content

Send Google Analytics Data

This node is used to send custom data to Google Analytics. It works similarily to the gtag function provided by Google.

Inputs​

DataDescription
Gtag Tracking DataThe data that should be sent to Google Analytics.

For the code gtag("event", "search", {"term": "Noodl"}) you would send "event", "search", {"term": "Noodl"} to this input.
SignalDescription
DoSend a signal to this input to track the data in Google Analytics.

Outputs​

SignalDescription
Data SentSends a signal when the data has been sent to Google Analytics. Useful for clearing user inputs after submission.