Advertisement
filipr27

ga - items_imported

Mar 25th, 2023 (edited)
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Fire this event when a user successfully imports item(s).
  2.  
  3. <script>
  4. window.dataLayer = window.dataLayer || [];
  5. window.dataLayer.push({
  6.  'event': 'items_imported',
  7.  'import_count': '5', //The count of items imported in this occasion.
  8.  'total_items': '12'  //The total count of items that a user has in the platform, including the ones imported now.
  9.  });
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement