• Resolved gcalvelo

    (@gcalvelo)


    Hi
    I need to add Google Ads convertion code to the whatsapp link/button onclick=
    , Where can i find the code to edit or is there any kind of integration module for this ?? Thanks !

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

    (@creapuntome)

    Hi!

    Join.chat out of the box send open events to Google Analytics, GTM or Facebook (if they are present).

    Also you can send your custom event on joinchat:open e.g.:

    $(document).on('joinchat:open', function (event, args) {
      you_custom_function_for_ads_covrsion(args.link);
    });

    The info is in the FAQS

    Plugin Contributor davidlillo

    (@davidlillo)

    We’re closed on this ticket. If you need more help don’t hesitate to write to us. Thank you. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Onclick event’ is closed to new replies.