// ViewContent
// Track key page views (ex: product page, landing page or article)
fbq(‘track’, ‘ViewContent’);
// Search
// Track searches on your website (ex. product searches)
fbq(‘track’, ‘Search’);
// AddToCart
// Track when items are added to a shopping cart (ex. click/landing page on Add to Cart button)
fbq(‘track’, ‘AddToCart’);
// AddToWishlist
// Track when items are added to a wishlist (ex. click/landing page on Add to Wishlist button)
fbq(‘track’, ‘AddToWishlist’);