Value for lead not showing
-
Hi there
We are using your plugin to place our facebook pixel tracing code insode, and although we can see whenever a lead is initiated we are not getting the value of that lead through, i was wondering if you can have a look at our code incase something is amiss?. So we use WP-forms and have some custom code to tell facebook pixel to track certain forms based on their IDS, the code is as follows –
<script>
if(window.location.href.indexOf(“wpforms-9658”) > -1){
}
else if (window.location.href.indexOf(“wpforms”) > -1){
if(window.location.href.indexOf(“wpforms-9658”) > -1){}
else if(window.location.href.indexOf(“wpforms-10107”) > -1){}
else if(window.location.href.indexOf(“wpforms-15527”) > -1){}
else if(window.location.href.indexOf(“wpforms-15543”) > -1){}
else if(window.location.href.indexOf(“wpforms-16317”) > -1){}
else if(window.location.href.indexOf(“wpforms-15555”) > -1){}
else{
fbq(‘track’, ‘Lead’, {
value: 200.00,
currency: ‘GBP’
});
}
};
</script>And we get the lead part coming through no problem, its just the value that we cannot see, is there a setting to receive the value another way?
Kind Regards
The page I need help with: [log in to see the link]
The topic ‘Value for lead not showing’ is closed to new replies.