Facebook Pixels标准事件与参数

时间:2016-04-19 08:09:55

标签: facebook facebook-javascript-sdk

我正在使用Facebook Pixel跟踪我网站上的某些事件,如下所述:https://www.facebook.com/business/help/651294705016616/?ref=u2u

似乎唯一可以接受其他参数的事件是Purchase事件。但是在这里:https://developers.facebook.com/docs/marketing-api/dynamic-product-ads/product-audiences/v2.6我们可以看到使用其他参数的其他事件:

fbq('track', 'ViewContent', {
  content_name: 'Really Fast Running Shoes',
  content_category: 'Apparel & Accessories > Shoes',
  content_ids: ['1234'],
  content_type: 'product',
  value: 0.50,
  currency: 'USD'
 });

要查看有关事件及其参数的更多详细信息,请在同一网站上找到https://developers.facebook.com/docs/ads-for-websites/tag-api的链接 但是这个网站似乎已被弃用(如左侧菜单所示)。

使用此网站上显示的参数是否安全? 我没有product catalog我想使用这些参数来过滤我的观众。

最后,我可以使用自己的参数并根据自己的参数过滤我的观众吗?

0 个答案:

没有答案