(function ($) { $(document).ready(function () { fbq('init', '957721581233208'); fbq('track', 'Search', { checkin_date : '2024-04-19' , checkout_date : '2024-04-20' } ); $('.btn-reserver-produit').click(function() { fbq('track', 'ViewContent' , { guests : 2, checkin_date : '2024-04-19' , checkout_date : '2024-04-20' , value : $(this).data('prix') , currency : 'EUR', room : $(this).data('produit') , rate : $(this).data('plan') , room_id : $(this).data('num-produit') , rate_id : $(this).data('num-plan') }); }); }); })(jQuery);