Lucep integration guides

Step-by-step guides on how to plug Lucep into all your favorite software.

Facebook Lead Ads / Instagram

Facebook Integration
1
Signup for a Lucep Account
2
Login to Facebook - Lucep integration page and Click “Tap here to connect to Facebook”
3
Select Facebook page that you want to integrate
4
Lucep Lead Capture integrated to your Facebook account
5
Click manage connection to choose the Facebook Lead Ads form
Register Lucep

Google AdWords Integration

1
Sign in to your Google Ads account
2
Select Leads as your goal
3
Select “Lead form submissions” as ways to reach your goal
4
In Lead form extensions section click “LEAD FORM EXTENSION”
5
Enter [TEXT TO BE UPDATED] in the Webhook URL field.

Enter your campaign tracking tag in to the KEY field.

Web forms Integration

1
Signup for a Lucep Account
2
Collect the form id and field name of the form
3
Update the field name to the script.
4
Copy and paste the script and put it into your website

<script>
    var script = document.createElement("script");
    script.src = "https://cdn.lucep.com/js/lucep-intercept.stable.min.js";
    script.onload = function () {
        new Lucepintercept({
            domain: "YOUR DOMAIN HERE",
            form_id: "myform",
            firstname_ref: "fullname",
            phonenumber_ref : "phone_number",
            incl_refs: ["fullname", "phone_number", "email"],
            submit_id: "submit",
            service_name: "Callback request"
        });
    }
    document.getElementsByTagName("head")[0].appendChild(script);
</script>

Lucep Widget Integration

2
Submit your team name
3
Copy paste this special snippet into the footer of the template used for the pages where you want to display the Lucep widget.

    <script type="text/javascript">
        window.$gorilla ||
            ((window._gorilla = {
                no_ui: false,
                load_ui: "https://cdn.lucep.com/js/CornerWidgetUI.stable.latest.min.js",
                mobile: false,
                cdn: "https://cdn.lucep.com/",
                domain: "YOUR TEAM NAME",
                id: 1,
                lang: "eng",
            }) &&
                (function (l, u, c, e, p) {
                    var g = document.createElement(e);
                    g.src = l;
                    g.onload = u;
                    document.getElementsByTagName(c)[p].appendChild(g);
                })("https://cdn.lucep.com/js/L.SalesGorilla.stable.latest.min.js", null, "head", "script", 0));
    </script>

Ready to try it out?

Get a demo now