This pull request replaces Common Room and Instantly tracking pixels with Koala in the website trackers. It introduces a new file pixels_koala.py that contains the Koala tracking script and a function to generate the corresponding React component. The get_pixel_website_trackers() function in pixels.py has been updated to include Koala and remove Common Room and Instantly trackers.
This pull request replaces Common Room and Instantly tracking pixels with Koala in the website trackers. It introduces a new file
pixels_koala.py
that contains the Koala tracking script and a function to generate the corresponding React component. Theget_pixel_website_trackers()
function inpixels.py
has been updated to include Koala and remove Common Room and Instantly trackers.