• Resolved darkcobalt

    (@darkcobalt)


    Hello,

    We’re using Events Manager Pro 2.4.4.2

    We’re wondering if there’s a way to integrate Bookings with Google Analytics goals or events.

    Our goal is to track advertising campaign effectiveness. in driving bookings, so we were thinking of using GA campaign URLs and then finding a way to track a successful booking.

Viewing 1 replies (of 1 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    this custom javascript might help you get started

    
    <script>
    jQuery(document).ready( function($){
        jQuery(document).bind('em_booking_success', function(response){
    		
            window.location.href = "https://google,com";   
    		
        });			
    });
    </script>
    

    you can try to add this custom javascript in your theme footer.php or in your header.php below wp_head

Viewing 1 replies (of 1 total)
  • The topic ‘Campaign tracking of event bookings’ is closed to new replies.