Advertisement
prabapro

DL - CRTO Transaction

Feb 11th, 2021
141
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': 'crto_transactionpage',
  5.     'crto': {
  6.       transactionId: 210211151925397,
  7.       products: [{
  8.         id: 37,
  9.         price: 15.2,
  10.         quantity: 1
  11.       }, {
  12.         id: 37,
  13.         price: 69.85,
  14.         quantity: 1
  15.       }]
  16.     }
  17.   });
  18. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement