GiacomoGalanti

Products details page - when a product is viewed

Apr 7th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <script>
  2. var dataLayer = window.dataLayer || [];
  3. dataLayer.push({
  4. 'ecommerce': {
  5. 'detail': {
  6. 'actionField': {'list': 'Phones'}, //List is optional
  7. 'products': [{
  8. 'name': 'iPhone 6', //name or id required
  9. 'id': 'ip22122', //name or id required
  10. 'price': '699.99',
  11. 'brand': 'Apple',
  12. 'category': 'phone',
  13. 'variant': 'rose gold'
  14. }]
  15. }
  16. }
  17. });
  18. </script>
Add Comment
Please, Sign In to add comment