Title: conversion tracking link
Last modified: October 15, 2021

---

# conversion tracking link

 *  Resolved [blrakademie](https://wordpress.org/support/users/blrakademie/)
 * (@blrakademie)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/conversion-tracking-link/)
 * 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](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/conversion-tracking-link/#post-15005831)
 * 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.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/conversion-tracking-link/#post-15005831)
 * Status: resolved