Advertisement
prabapro

DL Push - inquiryQuestionnaire

Feb 22nd, 2021
124
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': 'inquiryQuestionnaire',
  5.     'inqQuestionNumber': '01',
  6.     'inqQuestion': 'What do you need help with today?'
  7. });
  8. </script>
  9.  
  10. /** DLV Variables **/
  11. {{DLV - inqQuestionNumber}} Value: inqQuestionNumber
  12. {{DLV - inqQuestion}} Value: inqQuestion
  13.  
  14. /** Trigger **/
  15. Event Type: Custom Event
  16. Event Name: inquiryQuestionnaire
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement