From b627c26789e86495a33a602f21c7bf3376502a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20David=20M=C3=BCller?= <57191390+t0mdavid-m@users.noreply.github.com> Date: Sat, 12 Oct 2024 10:14:35 +0200 Subject: [PATCH] Update common.py --- src/common/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/common.py b/src/common/common.py index 160746e..2635792 100644 --- a/src/common/common.py +++ b/src/common/common.py @@ -171,9 +171,9 @@ def page_setup(page: str = "") -> dict[str, Any]: method: 'POST', body: new URLSearchParams({{ 'v': '1', // API Version - 'tid': 'YOUR_TRACKING_ID', // Tracking ID + 'tid': 'G-Q3FKFWQR3T', // Tracking ID 'cid': '555', // Client ID (you can generate a random or static ID) - 't': 'pageview', // Pageview hit type + 't': 'pageviewtest', // Pageview hit type 'dp': window.parent.location.pathname, // Document path 'dt': window.parent.document.title // Document title }})