Advertisement
CharlotteVDB

UA - EEC - Purchase - Whoowine

Nov 17th, 2022
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. window.dataLayer  = window.dataLayer || [];
  3. window.dataLayer.push({
  4.     'event': 'eec.purchase',               
  5.     'ecommerce': {                         
  6.         'purchase': {                      
  7.             'actionField': {
  8.                 'id': '123456789',                
  9.                 'revenue': '47.95',
  10.                 'tax': '8.92', 
  11.                 'shipping': '4.95',        
  12.             },
  13.             'products': [{                 
  14.                 'name': 'Wijnpakket overheerlijk Spaans',      
  15.                 'id': '7939350954210',              
  16.                 'price': '43',                      
  17.                 'category': 'Wijnpakket',          
  18.                 'variant': 'Mix',      
  19.                 'quantity' : 1         
  20.              }]
  21.         }  
  22.   }
  23. });
  24. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement