Advertisement
GiacomoGalanti

checkout step2

Jun 2nd, 2020
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <script>
  2. var dataLayer = window.dataLayer || [];
  3. dataLayer.push({
  4. 'event': 'checkoutStep',
  5. 'ecommerce': {
  6. 'checkout': {
  7. 'actionField': {'step': 2, 'option': 'qualcosa tipo sistema di pagamento'}
  8. }
  9. }
  10. });
  11. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement