# YeahTargeter Pixel Installation Guide
If you want to improve your website conversion (such as registering, purchasing items, and so on), YeahTargeter can be a great help. You just need to add the pixel to your entire website Then you will get know which ad the conversion from
# 1. Create a pixel
After completing the agreement, our account manager will create a unique pixel for your site.
# 2. Install the Pixel
Add the code to your target website pages(Between the < head > and < / head > in the page's HTML) For example, if you want to track the purchase, you just need to add the code into the page purchase.
<MKQ_PIXEL_ID>
Need to be replaced with your pixel id here.
<!-- mkq pixel code -->
<script type="text/javascript">
!function(w,o,s,r,p,k,e){if(w.mkq){return}p=w.mkq=function(){p.invokeFunc?p.invokeFunc.apply(p,arguments):p.qu.push(arguments)};if(!w._mkq){w._mkq=p}p.push=p;p.qu=[];k=o.createElement(s);k.async=!0;k.src=r;e=o.getElementsByTagName(s)[0];e.parentNode.insertBefore(k,e)}(window,document,"script","//pixeltrack.clientgear.com/mkq.min.js");
mkq('init', '<MKQ_PIXEL_ID>');
mkq('track', "PageView", {
title: document.title
});
</script>
<!-- end mkq pixel code -->
# 3. Check pixel installation
We use the developer tools provided by the chrome browser to check if the installation was successful.
- First,open your website with chrome, then,open the developer tools(Button F12)
- Select an item randomly and go to the details page
- check the Network tab, choose 'ALL'
- search keyword:
event.clientgear.com
.and see if there is such a request. If so, the installation is successful, if not, please check the installation.
If you still have problems, please contact our Account Manager (lucky.zhan@cyberklick.com) to assist you with the installation.