Files
noodl-docs/library/modules/google-analytics/nodes/send-google-analytics-data/README.md
Eric Tuvesson 53f0d6320e Initial commit
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com>
Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com>
Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com>
Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
2023-09-05 12:08:55 +02:00

2.0 KiB

title, hide_title
title hide_title
Send Google Analytics Data true

<##head##>

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.

<##head##>

Inputs

Data Description
Gtag Tracking Data The 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.
Signal Description
Do Send a signal to this input to track the data in Google Analytics.

Outputs

Signal Description
Data Sent Sends a signal when the data has been sent to Google Analytics. Useful for clearing user inputs after submission.