根据 Facebook 说明,我将Facebook pixel code
放在index.php
文件的标题部分,但在此之后,我的google sitemap正在提供 HTTP 标题错误。
现在请帮我弄清楚我的 facebook 像素代码的位置,我的网站建立在1.5开放式购物车上
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1**********7');
fbq('track', 'PageView');
fbq('track', 'InitiateCheckout');
</script>
<noscript>
<img height="1" width="1"
src="https://www.facebook.com/tr?id=177561923016647&ev=PageView
&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code -->
答案 0 :(得分:0)
Facebook跟踪代码或需要用户将其添加到标题的任何其他代码需要添加到以下文件中
catalog > view > theme > {theme_name} > template > common > header.tpl
您必须根据供应商的说明(在本例中为facebook)查找要添加的部分
注意:不建议您更改核心文件或本例中的模板文件。因此,请查看vqmod以及如何使用它来避免核心文件中的此类更改