Skip to content

Commit

Permalink
Update common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m authored Oct 12, 2024
1 parent 2dd3605 commit b627c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}})
Expand Down

0 comments on commit b627c26

Please sign in to comment.