Advertisement
Stenor81

HC Omega

Dec 9th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. window.dataLayer = window.datalayer || [];
  3.  
  4. dataLayer.push ({
  5.     event: 'login',
  6.     userId: 'Personno',// the popi id of the user (pulled from OCC)
  7.     transactionID: "TransactionID",//the id of the transaction (element for enhanced eCommerce)
  8.     terms: 'Terms' ,//number of instalments (element for enhanced eCommerce)
  9.     segments: "Segments",// the segment of the user (pulled from OCC)
  10.     customerGroup: "CustomerGroup",// the segment of the user (pulled from OCC)
  11.     lifeStages: "LifeStages",// the Life Stage of the user (pulled from OCC)
  12.     marketingFlag: "MarketingFlag",// the MarketingFlag of the user (pulled from OCC)
  13.     atb: "ATB",// the Amount To Buy of the user (pulled from OCC)
  14.     furnitureEligible: 'FurnitureEligible',// the furniture worthiness of the user (pulled from OCC)
  15.     sessionNumber: 7 //the number of the session of the logged in user
  16. });
  17. <script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement