mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-18 13:31:36 +00:00
There's some issue/setting with the current python GA4 app. I created a new one just for feedback.
11 lines
290 B
JavaScript
11 lines
290 B
JavaScript
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-9B66JQQH2F');
|
|
|
|
// Only for feedback
|
|
function gtagFeedback(){dataLayer.push(arguments);}
|
|
gtagFeedback('js', new Date());
|
|
|
|
gtagFeedback('config', 'G-WFT0J048RF'); |