• Resolved blrakademie

    (@blrakademie)


    is it possible to create a link to track bookings?

    * I want to put such a link in google ads to know how profitable it is

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

    (@angelo_nwl)

    Hi,

    You can try to hook into em_booking_save filter or the snippet below

    <?php wp_head(); ?>
    <script>
    jQuery(document).ready( function($){
      jQuery(document).bind('em_booking_success', function() {
    
        //add your google tracking code here
    
      });
    });
    </script>
Viewing 1 replies (of 1 total)

The topic ‘conversion tracking link’ is closed to new replies.