-
-
Notifications
You must be signed in to change notification settings - Fork 255
Closed
Labels
Description
Currently in the process of integrating analytics, I really like the concept and the library!
Am probably going to end up writing a barebones Facebook Pixel plugin, just thought I would make a ticket to see it. It has a pretty simple API that I think will map well.
Some issues I've encountered:
- Facebook PageView event doesn't let you tell it what page you're viewing, it takes it straight from the URL. It also does this automatically (even in SPAs) unless you configure disablePushStateTracking
- It doesn't look like analytics standardises what you pass to identify which makes it hard to make a single identify call if you are for instance using segment and facebook which have different field names.
CruelMoney, mikehwagz, trumpet2012 and fvpDev