mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 21:12:48 +00:00
docs[patch]: Update how GA4 is collected (#18821)
There's some issue/setting with the current python GA4 app. I created a new one just for feedback.
This commit is contained in:
14
docs/static/js/google_analytics.js
vendored
14
docs/static/js/google_analytics.js
vendored
@@ -1,7 +1,11 @@
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag("config", "G-9B66JQQH2F");
|
||||
gtag('config', 'G-9B66JQQH2F');
|
||||
|
||||
// Only for feedback
|
||||
function gtagFeedback(){dataLayer.push(arguments);}
|
||||
gtagFeedback('js', new Date());
|
||||
|
||||
gtagFeedback('config', 'G-WFT0J048RF');
|
Reference in New Issue
Block a user