Advertisement
GiacomoGalanti

form_fill sample code

May 17th, 2022
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. <script>
  3. window.dataLayer = window.dataLayer || [];
  4. window.dataLayer.push({
  5. 'event': 'form_fill',
  6. 'form_name': 'contact form' // replace this with the actual form name
  7. });
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement