Hi there,
What is the best way to integrate custom code like JS.
Let’s say I want to add Intercom, FB Pixel and other marketing features … what would be the best solution for doing this ?
Thanks.
Hi there,
What is the best way to integrate custom code like JS.
Let’s say I want to add Intercom, FB Pixel and other marketing features … what would be the best solution for doing this ?
Thanks.
I assume the services you mentioned require integrating JS into the source code of Glide. I don’t think those are possible. Pixel has been mentioned quite a few times around here but no one mentioned a solution, I believe.
There is a code column in tables, can that be used for this ?
That is for code that can be ran against the data in the table. It’s not for the forward facing app interface.
Jeff’s right. I use the custom code/JS columns mostly for transforming data inside my tables. It’s not for injecting a script into the forward-facing interface.