Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Push this dataLayer event when a user submits a contact form successfully.
- <script>
- window.dataLayer = window.dataLayer || [];
- window.dataLayer.push({
- 'event': 'contact_form_submission',
- 'cd_form_category': 'Order' //cd_form_category should have value from category dropdown. (for example, Order, Delivery, Payment & Invoices, Products, Personalized products, Sample Requests)
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment