Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pcweb/telemetry/pixels.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
get_google_analytics_trackers,
get_posthog_trackers,
get_rb2b_trackers,
gtag_report_conversion,
)


Expand All @@ -15,6 +16,9 @@ def get_pixel_website_trackers() -> list[rx.Component]:
return [
get_common_room_trackers(site_id="b608b3c3-5dea-4365-b685-6b6635c7fda5"),
*get_google_analytics_trackers(tracking_id="G-4T7C8ZD9TR"),
gtag_report_conversion(
conversion_id_and_label="AW-11360851250/ASB4COvpisIbELKqo6kq"
),
get_clearbit_trackers(public_key="pk_3d711a6e26de5ddb47443d8db170d506"),
get_posthog_trackers(
project_id="phc_A0MAR0wCGhXrizWmowRZcYqyZ8PMhPPQW06KEwD43aC"
Expand Down
Loading