You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/17 17:11:15 UTC

[GitHub] [beam] alexeyinkin commented on a diff in pull request #21926: [Playground] Replace Google Analytics with Matomo (#21763)

alexeyinkin commented on code in PR #21926:
URL: https://github.com/apache/beam/pull/21926#discussion_r900361371


##########
playground/frontend/lib/config.g.dart:
##########
@@ -17,6 +17,8 @@
  */
 
 const String kAnalyticsUA = 'UA-73650088-2';
+const int kMatomoSiteId = 19;
+const String kMatomoEndpointUrl = 'https://analytics.apache.org/matomo.php';

Review Comment:
   This also has to be added to `gradle.properties`, but these two files are out of sync already, so this is better be done in
   - #21925 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org