Facebook
From Mirzagha, 1 Month ago, written in JavaScript.
Embed
Download Paste or View Raw
Hits: 142
  1. [removed]
  2. document.addEventListener('DOMContentLoaded', function() {
  3.   var successMessage = document.querySelector('.forminator-label--forminator-success');
  4.  
  5.   if (successMessage && successMessage.textContent.includes("Thank you for contacting us, we will be in touch shortly.")) {
  6.     gtag('event', 'conversion', {
  7.       'send_to': 'AW-10852928527/specific_conversion_label', // Replace 'specific_conversion_label' with your actual conversion label
  8.     });
  9.   }
  10. });
  11. [removed]
  12.