This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/pinot-site.git
The following commit(s) were added to refs/heads/dev by this push:
new f6a398dd Add a new Google Analytics tag for the GA4 migration (#89)
f6a398dd is described below
commit f6a398dd7d207ba8bed05494f3a4ccc6d3be3fa9
Author: Tim Berglund <[email protected]>
AuthorDate: Thu Sep 21 17:23:39 2023 -0600
Add a new Google Analytics tag for the GA4 migration (#89)
* Upgraded to new GA plugin, added new tag
* Include old and new GA plugins for transition period
* Fixed JSON formatting
* No, seriously, fix the JSON formatting
---
website/docusaurus.config.js | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index a43dfd0e..c92b7a56 100755
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -210,7 +210,7 @@ module.exports = {
copyright: `Copyright © ${new Date().getFullYear()} The Apache Software
Foundation.<br>Apache Pinot, Pinot, Apache, the Apache feather logo, and the
Apache Pinot project logo are registered trademarks of The Apache Software
Foundation.<br><br>This page has references to third party software - Presto,
PrestoDB, ThirdEye, Trino, TrinoDB, that are not part of the Apache Software
Foundation and are not covered under the Apache License.`,
},
googleAnalytics: {
- trackingID: 'UA-157446650-1',
+ trackingID: 'UA-157446650-1'
},
algolia: {
apiKey: 'ef0051ce1fd0a5d07af57bffdbb46f87',
@@ -234,6 +234,9 @@ module.exports = {
[
'@docusaurus/preset-classic',
{
+ gtag: {
+ trackingID: ['G-ZXG79NJEBY']
+ },
docs: {
editUrl: 'https://github.com/apache/pinot/edit/master/website/',
// Sidebars filepath relative to the website dir.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]