01-14-2015, 11:18 AM
01-14-2015, 08:14 PM
This looks interesting
01-14-2015, 09:19 PM
Thing is why would you need this software when a simple html page with a meta refresh with a retargeting pixel on that page will do exactly the same thing?!
Just doing some digging on one of their domains and found this link
They are doing exactly what I said above:
Use the code and save yourself the money...
Just doing some digging on one of their domains and found this link
Code:
http://yourdealparadise.com/MariaRosa
They are doing exactly what I said above:
Code:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="refresh" content="0; url=https://www.facebook.com/mariarosapeluqeros" />
</head>
<body>
<script>(function() {
var _fbq = window._fbq || (window._fbq = []);
if (!_fbq.loaded) {
var fbds = document.createElement('script');
fbds.async = true;
fbds.src = '//connect.facebook.net/en_US/fbds.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(fbds, s);
_fbq.loaded = true;
}
_fbq.push(['addPixelId', '305372289649673']);
})();
window._fbq = window._fbq || [];
window._fbq.push(['track', 'PixelInitialized', {}]);
</script>
<noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?id=305372289649673&ev=PixelInitialized" /></noscript> </body>
</html>
Use the code and save yourself the money...