Please elaborate.
if we want to give ads on facebook. we have to set up conversation IP. WIX DOESNT SUPPORT AUTOMATIC SETUP . but competitor serve to setup automatically anyway . So I have to do it manually. but i have no idea about coding. wix directs to me to velo. how can i do that ?
conversation or conversion?
conversion
The Conversion page is the page you display to site visitors once the process is completed (for example: a “Thank you for purchasing” page).
You’re supposed to get a code snippet from Facebook to use on the Conversion page.
Go to your site dashboard > Settings > Custom Code > Add Custom Code
And put the Facebook conversion snippet there (I think it should be in the head section, but you should read the Facebook documentation to make sure). Select “Choose specific pages” and select the Conversion page.
@jonatandor35 This should be an answer not a comment so it can be marked “Best Answer”.
The Conversion page is the page you display to site visitors once the process is completed (for example: a “Thank you for purchasing” page).
You’re supposed to get a code snippet from Facebook to use on the Conversion page.
Go to your site dashboard > Settings > Custom Code > Add Custom Code
And put the Facebook conversion snippet there (I think it should be in the head section, but you should read the Facebook documentation to make sure). Select “Choose specific pages” and select the Conversion page.
@yisrael-wix I’ve made it an answer (by the way, all the difference between replies and answers doesn’t make sense. Replies should also be marked as best answer)
@yisrael-wix I’ve implemented Facebook conversion before, but I’ve done it outside Wix on a non-SPA website. Since Wix is a SPA and Facebook uses the in-site referrer to track maybe it should be done differently (but probably Facebook made one general solution that works for SPAs as well), Anyway I don’t have time to make a research (maybe you know).
@jonatandor35 I agree about the answer/comment issue. We’re working with the forum team on straightening this out.
Thank you so much. and how can I find Facebook conversion snippet . Could you please help me ?
is this the generate token ? copy token and paste to wix ?
Hi,
I think that on your conversion page, you should have the Base Code as in here:
https://developers.facebook.com/docs/facebook-pixel/implementation/
(use your pixel-id)
With a Tracking Standard Event (wrapped by tags) as in here:
https://developers.facebook.com/docs/facebook-pixel/implementation/conversion-tracking
(change the ‘Purchase’ to whatever you wish, and the object to whatever you need)
You should try it.
thank you
This is NOT the solution to Facebooks Conversion API. This is nothing else than telling Facebook an URL to track as Conversion
Of course. As you said this is a specific webpage where you put a code snippet for Facebook to track as conversion.
You can also use custom events through a custom element to report conversion on button click (or any other event).
If that’s not what you wanted you can try installing one of the Facebook packages:
facebook-nodejs-business-sdk
facebook -js-sdk
facebook-ads-api
They are available for installation.
You should read the docs and see if they fit to your needs.