GA4 Tagging Settings
GA4 Tagging Settings
Select the GA4 Tagging button from the left sidebar menu to open the GA4 Tagging main screen.
- For some selected layers in the layer list on the right, GA4 Tagging code entry is restricted.
- If code entry is restricted, the GA4 Tagging script input feature on the GA4 Tagging main screen is disabled.

GA4 Tagging script input disabled

GA4 Tagging script input enabled

In the GA4 event triggering method section on the GA4 Tagging main screen, select the tagging method (dataLayer, gtag).

After selecting the tagging method (dataLayer, gtag), enter the event payload in the input field using the format that matches the selected method.
- If dataLayer is selected in the GA4 event triggering method section, enter the event payload in the input field using the dataLayer.push({ ... }) format.
- If gtag is selected in the GA4 event triggering method section, enter the event payload in the input field using the gtag('event', 'click', { ... }) format.
When dataLayer is selected

When gtag is selected

The GA4 Tagging feature is available only after purchasing Google Analytics Tagging in Dashboard > Additonal Services.