Quantcast
Channel: General - Shopware Community Forum
Viewing all articles
Browse latest Browse all 176

Facebook Custom Audience - Remarketing

$
0
0
Gibt es eine einfache Möglichkeit den Facebook Remarketing Code (Cusom Audience - Besucherzahlen Deiner Website) in Shopware einzubinden?
Im Prinzip ist es ja das Gleiche wie der Google Remarketing Code für das es ja ein simples Plugin gibt. (http://store.shopware.com/wolf01024/goo ... -code.html)

Für Facebook müsste man also das gleiche Prinzip anwenden um unten folgenden Code einzubinden.
Entweder als eingenständiges Plugin (wer kann so etwas) oder als einfache durch Einbau ins Template.
<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', '[color=red]CODEID[/color]']);
})();
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=[color=red]CODEID[/color]&ev=PixelInitialized" /></noscript>

Viewing all articles
Browse latest Browse all 176


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>