• Resolved mastergiangi

    (@mastergiangi)


    Hello,

    is there a guide on how to track conversions for Pinterest, via Google Tag Manager?

    As we know, Wame chat already does everything on its own regarding Google Analytics and Facebook Pixel, but how to track Lead conversions on Pinterest?

    In other words, as soon as the user clicks on Wame’s ‘Start WhatsApp button’ I would like Pinterest’s Lead conversion tracked.

    Thanks in advance for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Pacotole

    (@pacotole)

    You can use GTM ‘WhatsAppMe’ event sent by WAme:
    In GTM add new Trigger of type ‘Custom Event’ and set Event name WhatsAppMe.
    After that configure your Pinteres Tag and in Triggering set your previously created trigger.

    Or you can use javascript event ‘whatsappme:open’ to trigger your custom events:

    <script>
    (function ($) {
      $(document).on('whatsappme:open', function () {
        pintrk('track', 'lead', { lead_type: 'Newsletter' });
      });
    }(jQuery));
    </script>
    Thread Starter mastergiangi

    (@mastergiangi)

    All clear, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Pinterest conversions tracking’ is closed to new replies.