Advertisement
FilipFD

filterInteraction

Dec 2nd, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. dataLayer.push({
  2. 'event': 'filterInteraction',
  3. filterAction: '{{opened / closed / applied / canceled}}',
  4. filterTariff: '{{selected tariff}}',
  5. filterDevice: '{{selected device}}',
  6. filterPaymentMethod: '{{slected payment method}}',
  7. filterCategory: '{{selected category}}'
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement