I’m trying to add an event tracker for Facebook for add to cart on a button. I’ve read the tutorials and see I need to add track event code, but I need a little help as once I do so the button will no longer click. I assume I also need to add code for the click out (external), can you please help?
This is what I have on the button now:
import wixWindow from ‘wix-window’;
export function button22_click(event, $w) {
wixWindow.trackEvent(“AddToCart”);
}
however I need this to also click out. Also, how does this event end up being tracked by Facebook?
Thanks!
Tim
http://www.little-global-citizens.com