• Resolved Robin

    (@cinghaman)


    Hi
    I need to add tracking scripts write before closing of form tag, i have three different popups, is there a filter i can use to add three different tracking scripts to three different popup forms.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Popup Builder Team

    (@popup-by-sygnoos)

    Hi Robin,

    I’m afraid our plugin doesn’t have tracking filter yet.
    You can try to do so via JS.

    1. For popup opening:

    jQuery(“#sgcolorbox”).bind(“sgColorboxOnCompleate”, function () {
    //Popup opened
    });

    2. For popup closing:

    jQuery(“#sgcolorbox”).bind(“sgPopupClose”, function () {
    //Popup closed
    });

    Best regards,
    Sygnoos Team.

Viewing 1 replies (of 1 total)

The topic ‘Need to add track scripts’ is closed to new replies.