How to send details to GA without using data layer | Community
Skip to main content
Alok_biswas
New Participant
November 9, 2022
Question

How to send details to GA without using data layer

  • November 9, 2022
  • 1 reply
  • 2828 views

Do we have any alternative for dataLayer.push? we don't use data layer in our pages. So, we need any alternate solution to push event and formId to GA.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
New Participant
November 9, 2022

The answer is kinda right in your question: events! https://support.google.com/analytics/answer/9322688?hl=en

Alok_biswas
New Participant
November 10, 2022

Hi Sanford,

 

Thanks for your feedback. But the question is I want an alternative datalayer.push. What other function I can use instead of using this?

SanfordWhiteman
New Participant
November 10, 2022

GA Events are not the same as DataLayer events.