Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. //in on page
  2. window.uetq.push({ 'ec': 'listing', 'ea': 'contacted-host', 'ev': 1 });
  3. _kmq.push(['record', 'contact host', { 'user_id': 'UserId' }]);
  4.  
  5. //in another page
  6. Scenestealer.trackRequestBooking(`${booking.listingId}`);
  7. utils.addGoogleAnalyticsEvent('listing', 'reques-booking', '', 1);
  8. utils.recordFacebookEvent('track', 'Lead', { content_name: 'request booking', user_id: 'UserId' });
  9. utils.recordFacebookEvent('trackCustom', 'lead',{ action: 'request booking'});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement