a result of Facebook ads (paid) or organic reach (unpaid) STANDARD EVENTS Standard events within the Facebook pixel code enable you to track specific events, optimize for conversions and build audiences. 15
added to a shopping cart (ex: click, landing page on Add to Cart button) fbq('track', 'AddToCart'); Add payment info Track when payment information is added in the checkout flow (ex: click, landing page on billing info) fbq('track', 'AddPaymentInfo'); Add to wishlist Track when items are added to a wishlist (ex: click, landing page on Add to Wishlist button) fbq('track', 'AddToWishlist'); Complete registration Track when a registration form is completed (ex: complete subscription, sign up for a service) fbq('track', 'CompleteRegistration'); Contact A telephone/SMS, email, chat or other type of contact between a customer and your business fbq('track', 'Contact'); Search Track searches on your website, app or other property (ex: product searches) fbq('track', 'Search'); 16 Source: https://www.facebook.com/business/help/402791146561655
checkout flow (ex: click, landing page on checkout button) fbq('track', 'InitiateCheckout'); Lead Track when someone expresses interest in your offering (ex: form submission, sign up for trial, landing on pricing page) fbq('track', 'Lead'); Purchase Track purchases or checkout flow completions (ex: Landing on "Thank You" or confirmation page) fbq('track', 'Purchase', {value: '0.00', currency: 'USD'}); Start trial Track the start of a free trial of a product or service you offer (ex: trial subscription) fbq('track', 'StartTrial', {value: '0.00', currency: 'USD', predicted_ltv: '0.00'}); Subscribe Track the start of a paid subscription for a product or service you offer fbq('track', 'Subscribe', {value: '0.00', currency: 'USD', predicted_ltv: '0.00'}); View content Track key page views (ex: product page, landing page, article) fbq('track', 'ViewContent'); 17 Source: https://www.facebook.com/business/help/402791146561655
su wp_head via codice PHP per integrare il codice prima della chiusura di </head> DUE SCELTE Automaticamente Tramite plugin auto-installante super tutto fare! Come: Pixel Caffeine 22
track visitors based on what they viewed (product name, product category and product tags) and then dynamically re-target them with advertisements on Facebook or Instagram 26
selecting what you have in your WordPress site, like: » product from WooCommerce » a specific blog post » posts from a specific category » so on… Without knowing anything about IDs or particular code. 28
event in a specific case focused on user behaviour, like a page visit, link click or click into a specific element by selecting them with a CSS like format (#element). 29
click generate a Product catalog for your store and upload it to Facebook or let Pixel Caffeine constantly sync it with Facebook. Advanced filters let you create your product catalog with exactly the products you want to promote. 30