Advertisement
Guest User

Untitled

a guest
Sep 12th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. jQuery(document).ready(function( $ ){
  3.     jQuery(document).on('submit_success', function(){
  4.         var convertionName = 'Landing Page dyson September 2019'; // Write your convertion name here
  5.         fbq('track', 'Lead', {content_name: convertionName}); // Facebook Pixel
  6.         dataLayer.push({'event': convertionName}); // Google Tag Manager
  7.     });
  8. });
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement