• Hi,

    I have to trigger google analytics code and LinkedIn Insight Tag after the successful submission of the contact form.

    for google analytics this is my code : on_sent_ok: "ga('send', 'event', 'detailed form', 'b2b lead'); "

    For LinkedIn Insight Tag I have script:
    <script type="text/javascript"> _linkedin_data_partner_id = "xxxxxx"; </script><script type="text/javascript"> (function(){var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(); </script>

    How can I trigger both of this codes on_ok_sent() ? Please help. Thanks

  • The topic ‘multiple events ( ga and LinkedIn Insight Tag) – on_sent_ok’ is closed to new replies.