alfio-event / alf.io

alf.io - The open source ticket reservation system for conferences, trade shows, workshops, meetups
https://alf.io
GNU General Public License v3.0
1.38k stars 344 forks source link

Support for setting up Facebook pixel (Facebook analytics) #621

Closed icougil closed 3 years ago

icougil commented 5 years ago

Is your feature request related to a problem? Please describe. Yes, it is, if you want to track your visitors across different sites via Facebook. In order to set up properly the Facebook Pixel, it is mandatory to introduce some code in alf.io :-/

Describe the solution you'd like It would be awesome to add your Facebook account in order to have Facebook Pixel setting up in your alf.io management site

Describe alternatives you've considered Probably the best solution is to add a list of textboxes + checkboxes in the backend in order to see the code that Facebook suggest to include it in alf.io and if the user need/wants to customize it, just be able to change it for every single event (arriving to the checkout, confirmation of a ticket bought, etc)

Additional context The official documentation by Facebook for setting up the pixel

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

icougil commented 4 years ago

Wops, Don't you think this feature could make sense? I think it could make a lot of sense for understanding how good (or bad) a campaing is... Best,

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

doug86i commented 5 months ago

I'd also be interested in this.

Perhaps there is a way to do it with the custom css box?

I'll have a play.

doug86i commented 5 months ago

I tried using the pixel image as a background in the custom css and it seems to work.

Here is the code I used:

div.application-container{ background-image: url("https://www.facebook.com/tr?id=YOUR_ID_HERE&ev=PageView"); }