# How to integrate web leads pixel

To get started with The Web Leads, you will have to complete these two steps.

* Create a web property.
* Add the pixel to your app.

### Create a web property

To learn more about web property and how to create one, follow the guide [here](https://help.murlist.com/murlist-lead-engine/web-leads/how-to-create-web-property).

### Add the pixel to your web app or website.

Upon creation of web property, a unique tracking pixel will be generated. You can see it by clicking on the setup details as in here:

![Click on setup details](https://1629072980-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MaR5Jb7OPFQMIjhzJ6g%2F-MjMYviAbX1PiBunPdBe%2F-MjM_kqFLF48aRcsbgCJ%2FFirst%20step%20to%20integrate%20the%20lead%20tracking%20%20pixel.png?alt=media\&token=6035b101-01ac-43f9-901d-fa6cb5350d36)

Next, copy the pixel:

![copy the Murlt's web leads tracking](https://1629072980-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MaR5Jb7OPFQMIjhzJ6g%2F-MjMYviAbX1PiBunPdBe%2F-MjMaEcxdL77219n-Zvc%2FSecond%20step%20to%20integrate%20the%20lead%20tracking%20%20pixel.png?alt=media\&token=97b790fb-d1e0-4d3a-beb9-52422ec8e0d2)

The next step is to add this to **the head tag** of your website or web application.

That is all.&#x20;

N.B: The default pixel looks like this:

```
<script async defer data-domain="engine.murlist.com" src="http://engine.murlist.com/yourId" />
```

But can also be implemented this way:

```
(function(m,u,r,l,i,s,t){
           m[r]=m[r]||function(){(m[r].q=m[r].q||[]).push(arguments)};
            s=u.createElement(l);s.async=1;s.src="http://engine.murlist.com/"+i;
            t=u.getElementsByTagName(l)[0];t.parentNode.insertBefore(s,t);
        })(window, document, "murlist", "script", "yourId")
```

Replace "yourId" in the sample code above with the web lead property's ID you wish to integrate.
