# Google Analytics

Published articles for Google Analytics.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Which AI actually reads your site? Two months of LLM traffic, measured

DevFeed: [Which AI actually reads your site? Two months of LLM traffic, measured](<https://devfeed.tech/articles/which-ai-actually-reads-your-site-two-months-of-llm-traffic-measured-19793.md>)

Original publisher: [Read original article](<https://evilmartians.com/chronicles/which-ai-actually-reads-your-site-two-months-of-llm-traffic-measured>)

Author: Travis Turner (richardturner@evilmartians.com)

Published: 2026-07-21T00:00:00Z

Content type: article

Language: en

Sources: [Evil Martians](<https://devfeed.tech/sources/evil-martians.md>)

Topics: [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [Netlify](<https://devfeed.tech/topics/netlify.md>), [Back end](<https://devfeed.tech/topics/backend.md>)

Tags: [agent-experience](<https://devfeed.tech/tags/agent-experience.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [backend](<https://devfeed.tech/tags/backend.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [dx](<https://devfeed.tech/tags/dx.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [jamstack](<https://devfeed.tech/tags/jamstack.md>), [llm](<https://devfeed.tech/tags/llm.md>), [llms](<https://devfeed.tech/tags/llms.md>), [logs](<https://devfeed.tech/tags/logs.md>), [measurement](<https://devfeed.tech/tags/measurement.md>), [netlify](<https://devfeed.tech/tags/netlify.md>)

### AI overview

Evil Martians measured two months of server-side LLM traffic to its website. The study found that ChatGPT primarily fetches rendered HTML, while Claude Code requests Markdown most of the time through content negotiation. Most llms.txt requests came from bots other than the intended AI assistants, and a hidden AI hint received no measurable hits.

### Source excerpt

We told you to measure. So of course we did it ourselves too: two months of server-side LLM traffic to evilmartians.com. Find out which agents read HTML, which read Markdown, what llms.txt actually does, and the one technique that got zero hits.

## A Privacy-First Analytics API: One Facade, A Provider SPI, And A Consent Gate

DevFeed: [A Privacy-First Analytics API: One Facade, A Provider SPI, And A Consent Gate](<https://devfeed.tech/articles/a-privacy-first-analytics-api-one-facade-a-provider-spi-and-a-consent-gate-19448.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/privacy-first-analytics/>)

Author: Shai Almog

Published: 2026-06-29T00:00:00Z

Content type: tutorial

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [api](<https://devfeed.tech/tags/api.md>), [ccpa](<https://devfeed.tech/tags/ccpa.md>), [framework](<https://devfeed.tech/tags/framework.md>), [gdpr](<https://devfeed.tech/tags/gdpr.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [privacy](<https://devfeed.tech/tags/privacy.md>)

### AI overview

This article explains a new analytics facade with a provider SPI and an opt-in consent gate. Reporting calls are withheld until consent is granted, and the design supports multiple analytics providers and granular consent categories.

### Source excerpt

A new analytics facade with a provider SPI you can point at any backend and a consent gate that is opt-in by default, so nothing leaves the device until the user agrees.

## 2 Martians, greenfield to MVP in 4 weeks: agentic coding on Rails

DevFeed: [2 Martians, greenfield to MVP in 4 weeks: agentic coding on Rails](<https://devfeed.tech/articles/2-martians-greenfield-to-mvp-in-4-weeks-agentic-coding-on-rails-19776.md>)

Original publisher: [Read original article](<https://evilmartians.com/chronicles/2-martians-greenfield-to-mvp-in-4-weeks-agentic-coding-on-rails>)

Author: Travis Turner (richardturner@evilmartians.com)

Published: 2026-06-09T00:00:00Z

Content type: article

Language: en

Sources: [Evil Martians](<https://devfeed.tech/sources/evil-martians.md>)

Topics: [agentic-coding](<https://devfeed.tech/topics/agentic-coding.md>), [Rails](<https://devfeed.tech/topics/rails.md>), [coding](<https://devfeed.tech/topics/coding.md>), [React](<https://devfeed.tech/topics/react.md>), [Storybook](<https://devfeed.tech/topics/storybook.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [stripe](<https://devfeed.tech/topics/stripe.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agentic-coding](<https://devfeed.tech/tags/agentic-coding.md>), [ai](<https://devfeed.tech/tags/ai.md>), [app](<https://devfeed.tech/tags/app.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [building](<https://devfeed.tech/tags/building.md>), [case-study](<https://devfeed.tech/tags/case-study.md>), [coding](<https://devfeed.tech/tags/coding.md>), [designer](<https://devfeed.tech/tags/designer.md>), [developer-marketing](<https://devfeed.tech/tags/developer-marketing.md>), [developer-products](<https://devfeed.tech/tags/developer-products.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [onboarding](<https://devfeed.tech/tags/onboarding.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [payments](<https://devfeed.tech/tags/payments.md>), [platform](<https://devfeed.tech/tags/platform.md>), [product](<https://devfeed.tech/tags/product.md>), [product-development](<https://devfeed.tech/tags/product-development.md>), [production](<https://devfeed.tech/tags/production.md>), [prototype](<https://devfeed.tech/tags/prototype.md>), [rails](<https://devfeed.tech/tags/rails.md>), [react](<https://devfeed.tech/tags/react.md>), [skills](<https://devfeed.tech/tags/skills.md>), [storybook](<https://devfeed.tech/tags/storybook.md>)

### AI overview

A designer and an engineer describe how they shipped Thicket, a production MVP, in four weeks using agentic coding with Rails, Inertia, React, and Storybook. They discuss their workflow, project-specific skills, user validation, and the resulting open-source practices.

### Source excerpt

A designer and an engineer shipped a production MVP in four weeks on Rails + Inertia. In this post, we share our agentic coding stack, the skills we built, and why it clicked.

## Building a Self-Hosted Analytics Dashboard in One Session

DevFeed: [Building a Self-Hosted Analytics Dashboard in One Session](<https://devfeed.tech/articles/building-a-self-hosted-analytics-dashboard-in-one-session-40125.md>)

Original publisher: [Read original article](<https://korbonits.com/blog/2026-03-25-self-hosted-analytics/>)

Published: 2026-03-25T00:00:00Z

Content type: tutorial

Language: en

Sources: [Alex Korbonits](<https://devfeed.tech/sources/alex-korbonits.md>)

Topics: [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [Netlify](<https://devfeed.tech/topics/netlify.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Astro](<https://devfeed.tech/topics/astro.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Dark Mode](<https://devfeed.tech/topics/dark-mode.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [building](<https://devfeed.tech/tags/building.md>), [cookies](<https://devfeed.tech/tags/cookies.md>), [dark-mode](<https://devfeed.tech/tags/dark-mode.md>), [dashboard](<https://devfeed.tech/tags/dashboard.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [netlify](<https://devfeed.tech/tags/netlify.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>)

### AI overview

A tutorial describing how to build a self-hosted analytics dashboard without Google Analytics or third-party tracking scripts. The implementation uses a beacon, a Netlify serverless function, Supabase, build-time rendering, and an authenticated analytics page.

### Source excerpt

No Google Analytics, no third-party scripts, no cookies. Just a Netlify function, Supabase, and a Chart.js dashboard I actually own.

## Firebase A/B Testing is now available for the web

DevFeed: [Firebase A/B Testing is now available for the web](<https://devfeed.tech/articles/firebase-a-b-testing-is-now-available-for-the-web-16652.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2026/03/ab-testing-for-web>)

Author: Sumit Chandel; Athira Manu

Published: 2026-03-04T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [A/B Testing](<https://devfeed.tech/topics/a-b-testing.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>), [Web](<https://devfeed.tech/topics/web.md>), [Website](<https://devfeed.tech/topics/website.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>)

Tags: [a-b-testing](<https://devfeed.tech/tags/a-b-testing.md>), [announce](<https://devfeed.tech/tags/announce.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-remote-config](<https://devfeed.tech/tags/firebase-remote-config.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [react](<https://devfeed.tech/tags/react.md>), [release](<https://devfeed.tech/tags/release.md>), [remote-config](<https://devfeed.tech/tags/remote-config.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [web](<https://devfeed.tech/tags/web.md>), [web-apps](<https://devfeed.tech/tags/web-apps.md>)

### AI overview

Firebase A/B Testing is now available for web apps, extending its existing mobile app experimentation capabilities. The feature uses Google Analytics and Firebase Remote Config to run and analyze experiments, track metrics such as retention, revenue, and engagement, and identify statistically significant variations.

### Source excerpt

From Mobile to Web: Easily run, analyze, and scale product experiments to drive real impact using Firebase A/B Testing now available for your web apps!

## Fueld.AI's nutrition coach with Firebase and Google Cloud

DevFeed: [Fueld.AI's nutrition coach with Firebase and Google Cloud](<https://devfeed.tech/articles/fueld-ai-s-nutrition-coach-with-firebase-and-google-cloud-16611.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/06/fueld-ai-app-coach>)

Author: Raïssa Tona

Published: 2025-06-25T00:00:00Z

Content type: article

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Google Cloud Platform (GCP)](<https://devfeed.tech/topics/google-cloud.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Cloud Functions](<https://devfeed.tech/topics/cloud-functions.md>), [Firestore](<https://devfeed.tech/topics/firestore.md>), [Genkit](<https://devfeed.tech/topics/genkit.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [case-study](<https://devfeed.tech/tags/case-study.md>), [cloud-functions](<https://devfeed.tech/tags/cloud-functions.md>), [cloud-logging](<https://devfeed.tech/tags/cloud-logging.md>), [cloud-storage](<https://devfeed.tech/tags/cloud-storage.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [genkit](<https://devfeed.tech/tags/genkit.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [google-cloud](<https://devfeed.tech/tags/google-cloud.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [news](<https://devfeed.tech/tags/news.md>), [vertex-ai](<https://devfeed.tech/tags/vertex-ai.md>)

### AI overview

Fueld.AI used Firebase and Google Cloud services to build a health and nutrition app that analyzes meal photos, provides AI coaching, and securely shares data with health professionals. The article describes its use of Authentication, Cloud Storage, Cloud Functions, Genkit, Gemini, Cloud Firestore, Hosting, Analytics, and Cloud Logging.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Export Google Analytics data to Sheets via Apps Script

DevFeed: [Export Google Analytics data to Sheets via Apps Script](<https://devfeed.tech/articles/export-google-analytics-data-to-sheets-via-apps-script-31144.md>)

Original publisher: [Read original article](<https://technicalwriting.dev/2025/04/sheets/index.html>)

Published: 2025-04-25T00:00:00Z

Content type: tutorial

Language: en

Sources: [technicalwriting.dev](<https://devfeed.tech/sources/technicalwriting-dev.md>)

Topics: [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [Google Apps Script](<https://devfeed.tech/topics/google-apps-script.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [apps](<https://devfeed.tech/tags/apps.md>), [automation](<https://devfeed.tech/tags/automation.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [script](<https://devfeed.tech/tags/script.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

This tutorial explains how to use Google Apps Script to export Google Analytics data to Google Sheets. The spreadsheet can update automatically each night, and a custom Sheets menu can trigger an on-demand update. It also describes an optional HTTPS exposure feature and the required setup, dependencies, permissions, and OAuth authorization.

### Source excerpt

A tutorial that shows you how to export Google Analytics data to Google Sheets.

## Why Nonprofits and Public Organizations Should Reconsider Website Cookies and Tracking

DevFeed: [Why Nonprofits and Public Organizations Should Reconsider Website Cookies and Tracking](<https://devfeed.tech/articles/of-je-doet-geen-cookies-36499.md>)

Original publisher: [Read original article](<https://berthub.eu/articles/posts/of-je-doet-geen-cookies/>)

Published: 2024-05-06T19:07:14Z

Content type: opinion

Language: nl

Sources: [Bert Hubert's writings](<https://devfeed.tech/sources/bert-hubert-s-writings.md>)

Topics: [Cookies](<https://devfeed.tech/topics/cookies.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [Internet](<https://devfeed.tech/topics/internet.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [cookies](<https://devfeed.tech/tags/cookies.md>), [google](<https://devfeed.tech/tags/google.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [surveillance](<https://devfeed.tech/tags/surveillance.md>), [trackers](<https://devfeed.tech/tags/trackers.md>), [tracking](<https://devfeed.tech/tags/tracking.md>)

### AI overview

The article argues that nonprofits and public organizations often use cookies, trackers, and Google Analytics without clear evidence that the resulting statistics inform real decisions. It questions the privacy and practical value of this tracking.

### Source excerpt

We leven in rare tijden. Cookies en tracking zijn overal op internet. We worden overal gevolgd, iedere klik wordt bijgehouden. Tools als Google Analytics zijn hierbij een Faustiaanse deal: De analytics vertellen jou dingen over je gebruikers, en in ruil vertel jij Google wat diezelfde gebruikers op jouw site doen. Vreemd genoeg hebben bergen non-profit en (overheids)organisaties met goede bedoelingen ook al die cookies en trackers aanstaan op hun sites. Zo doen ze vrolijk mee aan "surveillance capitalism", ook al hoeven ze niet te leven van advertenties.

## The Importance of Using a Composite Metric to Measure Performance

DevFeed: [The Importance of Using a Composite Metric to Measure Performance](<https://devfeed.tech/articles/the-importance-of-using-a-composite-metric-to-measure-performance-29988.md>)

Original publisher: [Read original article](<https://engineering.indeedblog.com/blog/2024/01/composite-web-performance-metric/>)

Author: Ben Cripps

Published: 2024-01-31T21:57:58Z

Content type: article

Language: en

Sources: [Indeed](<https://devfeed.tech/sources/indeed.md>)

Topics: [performance measurements](<https://devfeed.tech/topics/performance-measurements.md>), [client](<https://devfeed.tech/topics/client.md>), [Usability](<https://devfeed.tech/topics/usability.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>)

Tags: [engineering](<https://devfeed.tech/tags/engineering.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [measurements](<https://devfeed.tech/tags/measurements.md>), [performance](<https://devfeed.tech/tags/performance.md>), [performance-measurements](<https://devfeed.tech/tags/performance-measurements.md>), [usability](<https://devfeed.tech/tags/usability.md>)

### AI overview

Indeed examines the limitations of relying on a single client-side performance metric, including incomplete coverage of third-party content and poor alignment with actual usability. It suggests that a composite metric can better measure users' experience.

### Source excerpt

In the past, Indeed has used a variety of metrics to evaluate our client-side performance, but we've tended to focus on one at a time. Traditionally, we chose a single performance metric and used it as the measuring stick for whether we were improving or degrading the user experience. This made it simple to track [...]

## Firebase announces its first Demo Day with 10 demos and technical resources

DevFeed: [Firebase announces its first Demo Day with 10 demos and technical resources](<https://devfeed.tech/articles/see-what-s-new-what-s-possible-with-firebase-at-demo-day-16531.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2023/11/demo-day>)

Author: Annum Munir

Published: 2023-11-08T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Development](<https://devfeed.tech/topics/development.md>), [Google](<https://devfeed.tech/topics/google.md>), [Flutter](<https://devfeed.tech/topics/flutter.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [android](<https://devfeed.tech/tags/android.md>), [app-distribution](<https://devfeed.tech/tags/app-distribution.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [cloud-functions](<https://devfeed.tech/tags/cloud-functions.md>), [cloud-storage](<https://devfeed.tech/tags/cloud-storage.md>), [crashlytics](<https://devfeed.tech/tags/crashlytics.md>), [demo](<https://devfeed.tech/tags/demo.md>), [demo-day](<https://devfeed.tech/tags/demo-day.md>), [development](<https://devfeed.tech/tags/development.md>), [event](<https://devfeed.tech/tags/event.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [google](<https://devfeed.tech/tags/google.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [ios](<https://devfeed.tech/tags/ios.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [launch](<https://devfeed.tech/tags/launch.md>), [palm](<https://devfeed.tech/tags/palm.md>), [project-idx](<https://devfeed.tech/tags/project-idx.md>), [python](<https://devfeed.tech/tags/python.md>), [remote-config](<https://devfeed.tech/tags/remote-config.md>), [swift](<https://devfeed.tech/tags/swift.md>), [terraform](<https://devfeed.tech/tags/terraform.md>), [web](<https://devfeed.tech/tags/web.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

Firebase announces its first Demo Day, releasing 10 prerecorded videos and technical resources covering app development, AI workflows, Flutter and Project IDX integrations, security, infrastructure, and Firebase console updates.

### Source excerpt

After sharing tons of teasers and behind-the-scenes footage over the past few weeks, we're excited to announce that our very first Demo Day is finally here!

## Maximize Revenue with Remote Config Personalization

DevFeed: [Maximize Revenue with Remote Config Personalization](<https://devfeed.tech/articles/maximize-revenue-with-remote-config-personalization-16514.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2023/04/maximize-revenue-with-remote-config-personalization>)

Author: Dana Silver

Published: 2023-04-11T00:00:00Z

Content type: tutorial

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [personalization](<https://devfeed.tech/topics/personalization.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [App](<https://devfeed.tech/topics/app.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>)

Tags: [admob](<https://devfeed.tech/tags/admob.md>), [ads](<https://devfeed.tech/tags/ads.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [app](<https://devfeed.tech/tags/app.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [personalization](<https://devfeed.tech/tags/personalization.md>), [remote-config](<https://devfeed.tech/tags/remote-config.md>), [revenue](<https://devfeed.tech/tags/revenue.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>)

### AI overview

This tutorial explains how Firebase Remote Config personalization uses Google Analytics events and parameter values to tailor app experiences and optimize objectives such as purchases, ad impressions, revenue, and return ad spend. It also demonstrates configuring ad frequency through the Firebase Console.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Docusaurus 2.4

DevFeed: [Docusaurus 2.4](<https://devfeed.tech/articles/docusaurus-2-4-40939.md>)

Original publisher: [Read original article](<https://docusaurus.io/blog/releases/2.4>)

Author: Sébastien Lorber

Published: 2023-03-23T00:00:00Z

Content type: release

Language: en

Sources: [Docusaurus Blog](<https://devfeed.tech/sources/docusaurus-blog.md>)

Topics: [Documentation](<https://devfeed.tech/topics/documentation.md>), [Query (disambiguation)](<https://devfeed.tech/topics/query.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>)

Tags: [bug-fixes](<https://devfeed.tech/tags/bug-fixes.md>), [bun](<https://devfeed.tech/tags/bun.md>), [changes](<https://devfeed.tech/tags/changes.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [migrate](<https://devfeed.tech/tags/migrate.md>), [npm](<https://devfeed.tech/tags/npm.md>), [pnpm](<https://devfeed.tech/tags/pnpm.md>), [release](<https://devfeed.tech/tags/release.md>), [translation](<https://devfeed.tech/tags/translation.md>)

### AI overview

Docusaurus 2.4 is announced as a minor release with updates to sidebar item descriptions, theme selection through a query-string parameter, npm-to-Yarn conversion, Google Analytics tracking IDs, error rendering, translations, and several other fixes and changes.

### Source excerpt

We are happy to announce Docusaurus 2.4.

## What's new at Firebase Summit 2022

DevFeed: [What's new at Firebase Summit 2022](<https://devfeed.tech/articles/what-s-new-at-firebase-summit-2022-16485.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2022/10/whats-new-at-firebase-summit-2022>)

Author: Kara Yu

Published: 2022-10-18T00:00:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Angular](<https://devfeed.tech/topics/angular.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app-check](<https://devfeed.tech/tags/app-check.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [c-sharp](<https://devfeed.tech/tags/c-sharp.md>), [cloud-functions](<https://devfeed.tech/tags/cloud-functions.md>), [cloud-messaging](<https://devfeed.tech/tags/cloud-messaging.md>), [cloud-storage](<https://devfeed.tech/tags/cloud-storage.md>), [crashlytics](<https://devfeed.tech/tags/crashlytics.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-summit](<https://devfeed.tech/tags/firebase-summit.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [games](<https://devfeed.tech/tags/games.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [in-app-messaging](<https://devfeed.tech/tags/in-app-messaging.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [news](<https://devfeed.tech/tags/news.md>), [performance-monitoring](<https://devfeed.tech/tags/performance-monitoring.md>), [personalization](<https://devfeed.tech/tags/personalization.md>), [realtime-database](<https://devfeed.tech/tags/realtime-database.md>), [remote-config](<https://devfeed.tech/tags/remote-config.md>), [unity](<https://devfeed.tech/tags/unity.md>), [updates](<https://devfeed.tech/tags/updates.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Firebase's 2022 Summit article announces platform updates, including preview support in Firebase Hosting for deploying dynamic web frameworks such as Next.js and Angular Universal through the Firebase CLI.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Set Up Tinybird Web Analytics Starter Kit for Streaming Web Events

DevFeed: [Set Up Tinybird Web Analytics Starter Kit for Streaming Web Events](<https://devfeed.tech/articles/open-source-google-analytics-alternative-set-it-up-in-3-minutes-18507.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/google-analytics-alternative-in-3-minutes>)

Author: Cameron Archer

Published: 2022-09-12T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [Streaming](<https://devfeed.tech/topics/streaming.md>), [Website](<https://devfeed.tech/topics/website.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [i-built-this](<https://devfeed.tech/tags/i-built-this.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

A tutorial-style article about using the Tinybird Web Analytics Starter Kit to stream web events data to a ready-made dashboard.

### Source excerpt

Use the Tinybird Web Analytics Starter Kit to quickly start streaming web events data to a readymade dashboard.

## How I replaced Google Analytics with Retool and Tinybird, Part 2

DevFeed: [How I replaced Google Analytics with Retool and Tinybird, Part 2](<https://devfeed.tech/articles/how-i-replaced-google-analytics-with-retool-and-tinybird-part-2-18510.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/how-i-replaced-google-analytics-with-retool-and-tinybird-part-2>)

Author: Cameron Archer

Published: 2022-09-05T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [Retool](<https://devfeed.tech/topics/retool.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [ui](<https://devfeed.tech/topics/ui.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [building](<https://devfeed.tech/tags/building.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [i-built-this](<https://devfeed.tech/tags/i-built-this.md>), [retool](<https://devfeed.tech/tags/retool.md>), [ui](<https://devfeed.tech/tags/ui.md>)

### AI overview

Part 2 describes using Tinybird as a backend for building analytics dashboards in Retool and other user interfaces, in the context of replacing Google Analytics.

### Source excerpt

Tinybird serves as a powerful and flexible backend for building analytics dashboards in any UI - in this case Retool. Part 2 of 2.

## Ditching Google Analytics for Fathom

DevFeed: [Ditching Google Analytics for Fathom](<https://devfeed.tech/articles/ditching-google-analytics-for-fathom-3622.md>)

Original publisher: [Read original article](<https://laravel.com/blog/ditching-google-analytics-for-fathom>)

Author: James Brooks

Published: 2022-08-30T09:06:00Z

Content type: opinion

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [Livewire](<https://devfeed.tech/topics/livewire.md>), [Vapor](<https://devfeed.tech/topics/swift-vapor.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [gdpr](<https://devfeed.tech/tags/gdpr.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [privacy](<https://devfeed.tech/tags/privacy.md>)

### AI overview

The Laravel team explains why it replaced Google Analytics with Fathom Analytics across its blog, Envoyer, Forge, and Vapor. The move was motivated by Fathom's simpler dashboard and privacy-law compliance, while a planned importer would preserve existing Google Analytics data.

### Source excerpt

On August 24th, we switched to Fathom Analytics, completely removing our dependency on Google Analytics from this blog, Envoyer, Forge and Vapor.

## How an ecommerce giant replaced Google Analytics for privacy

DevFeed: [How an ecommerce giant replaced Google Analytics for privacy](<https://devfeed.tech/articles/how-an-ecommerce-giant-replaced-google-analytics-for-privacy-18485.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/ecommerce-google-analytics-alternative>)

Author: Tinybird

Published: 2022-08-25T00:00:00Z

Content type: article

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [Security, Privacy and Abuse Prevention](<https://devfeed.tech/topics/security-privacy-and-abuse-prevention.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [data-privacy](<https://devfeed.tech/tags/data-privacy.md>), [ecommerce](<https://devfeed.tech/tags/ecommerce.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [i-built-this](<https://devfeed.tech/tags/i-built-this.md>), [scale](<https://devfeed.tech/tags/scale.md>), [speed](<https://devfeed.tech/tags/speed.md>)

### AI overview

An ecommerce company replaced Google Analytics with an architecture designed to satisfy data privacy laws while maintaining speed and scale.

### Source excerpt

Here's the architecture they built to satisfy data privacy laws without limiting speed or scale.

## How I replaced Google Analytics with Retool and Tinybird, Part 1

DevFeed: [How I replaced Google Analytics with Retool and Tinybird, Part 1](<https://devfeed.tech/articles/how-i-replaced-google-analytics-with-retool-and-tinybird-part-1-18509.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/how-i-replaced-google-analytics-with-retool-and-tinybird-part-1>)

Author: Cameron Archer

Published: 2022-08-24T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [Retool](<https://devfeed.tech/topics/retool.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [ui](<https://devfeed.tech/topics/ui.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [building](<https://devfeed.tech/tags/building.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [i-built-this](<https://devfeed.tech/tags/i-built-this.md>), [retool](<https://devfeed.tech/tags/retool.md>), [ui](<https://devfeed.tech/tags/ui.md>)

### AI overview

The article describes using Tinybird as a backend to build analytics dashboards in Retool as a replacement for Google Analytics. It is identified as Part 1 of a two-part series.

### Source excerpt

Tinybird serves as a powerful and flexible backend for building analytics dashboards in any UI - in this case Retool. Part 1 of 2.

## Building Firebase Quickdraw Multiplayer

DevFeed: [Building Firebase Quickdraw Multiplayer](<https://devfeed.tech/articles/building-firebase-quickdraw-multiplayer-16443.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2022/06/firebase-quickdraw>)

Author: Tri Cao; Scott Shipman

Published: 2022-06-14T00:00:00Z

Content type: tutorial

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Web app](<https://devfeed.tech/topics/webapp.md>), [Cloud Functions](<https://devfeed.tech/topics/cloud-functions.md>), [Realtime Database](<https://devfeed.tech/topics/realtime-database.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [cloud-functions](<https://devfeed.tech/tags/cloud-functions.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [games](<https://devfeed.tech/tags/games.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [multiplayer](<https://devfeed.tech/tags/multiplayer.md>), [performance-monitoring](<https://devfeed.tech/tags/performance-monitoring.md>), [realtime-database](<https://devfeed.tech/tags/realtime-database.md>), [web-app](<https://devfeed.tech/tags/web-app.md>)

### AI overview

This tutorial explains how Firebase Quickdraw, a web game with an AI guessing bot, was extended with multiplayer functionality. It covers shareable rooms for up to four players, Realtime Database, Cloud Functions, Firebase Hosting, Google Analytics, and Firebase Performance Monitoring.

### Source excerpt

Build a multiplayer game with Firebase!

## What's new at Firebase Summit 2021

DevFeed: [What's new at Firebase Summit 2021](<https://devfeed.tech/articles/what-s-new-at-firebase-summit-2021-16421.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2021/11/whats-new-at-firebase-summit-2021>)

Author: Kristen Richards

Published: 2021-11-10T00:00:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Extension](<https://devfeed.tech/topics/extension.md>), [stripe](<https://devfeed.tech/topics/stripe.md>), [Firestore](<https://devfeed.tech/topics/firestore.md>), [Google](<https://devfeed.tech/topics/google.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app-check](<https://devfeed.tech/tags/app-check.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [c-sharp](<https://devfeed.tech/tags/c-sharp.md>), [cloud-functions](<https://devfeed.tech/tags/cloud-functions.md>), [cloud-messaging](<https://devfeed.tech/tags/cloud-messaging.md>), [cloud-storage](<https://devfeed.tech/tags/cloud-storage.md>), [crashlytics](<https://devfeed.tech/tags/crashlytics.md>), [development](<https://devfeed.tech/tags/development.md>), [extension](<https://devfeed.tech/tags/extension.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-summit](<https://devfeed.tech/tags/firebase-summit.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [games](<https://devfeed.tech/tags/games.md>), [github](<https://devfeed.tech/tags/github.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [in-app-messaging](<https://devfeed.tech/tags/in-app-messaging.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [news](<https://devfeed.tech/tags/news.md>), [performance-monitoring](<https://devfeed.tech/tags/performance-monitoring.md>), [personalization](<https://devfeed.tech/tags/personalization.md>), [platform](<https://devfeed.tech/tags/platform.md>), [realtime-database](<https://devfeed.tech/tags/realtime-database.md>), [remote-config](<https://devfeed.tech/tags/remote-config.md>), [sendgrid](<https://devfeed.tech/tags/sendgrid.md>), [stripe](<https://devfeed.tech/tags/stripe.md>), [unity](<https://devfeed.tech/tags/unity.md>), [updates](<https://devfeed.tech/tags/updates.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Firebase Summit 2021 introduced platform updates focused on accelerating app development, operating apps with confidence, and scaling them. The article highlights new Firebase Extensions for e-commerce, payments, messaging, merchandise, and Cloud Firestore search.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Improving the Google Analytics dashboard in Firebase

DevFeed: [Improving the Google Analytics dashboard in Firebase](<https://devfeed.tech/articles/improving-the-google-analytics-dashboard-in-firebase-16419.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2021/11/updated-google-analytics-dashboard>)

Author: Sumit Chandel

Published: 2021-11-05T00:00:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [ui](<https://devfeed.tech/topics/ui.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [comparison](<https://devfeed.tech/tags/comparison.md>), [feature](<https://devfeed.tech/tags/feature.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [launch](<https://devfeed.tech/tags/launch.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monetization](<https://devfeed.tech/tags/monetization.md>), [retention](<https://devfeed.tech/tags/retention.md>), [revenue](<https://devfeed.tech/tags/revenue.md>), [ui](<https://devfeed.tech/tags/ui.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Firebase has updated its Google Analytics dashboard with redesigned cards, a new Realtime view, explorer cards, and other UI improvements. The Firebase console also adds the Comparisons tool, replacing Filters and allowing up to five comparison groups.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Analyze Firebase push notification delivery data with BigQuery

DevFeed: [Analyze Firebase push notification delivery data with BigQuery](<https://devfeed.tech/articles/how-to-get-better-insight-into-push-notification-delivery-16415.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2021/10/push-notification-delivery-insights>)

Author: Charlotte Liang; Peter Friese

Published: 2021-10-27T00:00:00Z

Content type: tutorial

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [push-notification](<https://devfeed.tech/topics/push-notification.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>), [BigQuery](<https://devfeed.tech/topics/bigquery.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [API](<https://devfeed.tech/topics/api.md>), [data](<https://devfeed.tech/topics/data.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [api](<https://devfeed.tech/tags/api.md>), [bigquery](<https://devfeed.tech/tags/bigquery.md>), [cloud-messaging](<https://devfeed.tech/tags/cloud-messaging.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [ios](<https://devfeed.tech/tags/ios.md>), [push-notification](<https://devfeed.tech/tags/push-notification.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [troubleshooting](<https://devfeed.tech/tags/troubleshooting.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>)

### AI overview

This tutorial explains how to export Firebase Cloud Messaging notification delivery data to BigQuery and use queries and dashboards to understand delivery rates and troubleshoot problems. It covers enabling the Firebase-to-BigQuery integration and configuring client-side logging for iOS, with support also noted for Android and the web.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Analytics Labels for Messaging Campaigns

DevFeed: [Analytics Labels for Messaging Campaigns](<https://devfeed.tech/articles/analytics-labels-for-messaging-campaigns-16404.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2021/09/analytics-labels-app-messaging-campaigns>)

Author: Andrea Wu

Published: 2021-09-30T00:00:00Z

Content type: tutorial

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Messaging](<https://devfeed.tech/topics/messaging.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [cloud-messaging](<https://devfeed.tech/tags/cloud-messaging.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [messaging](<https://devfeed.tech/tags/messaging.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Firebase Cloud Messaging analytics labels let developers associate messages with a text label and use Google Analytics to track notification-related events beyond sent counts. Labels can be applied through the Firebase Cloud Messaging API or Firebase Console campaigns, then used to filter reports and analyze notification impact.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Tracking-free audience statistics

DevFeed: [Tracking-free audience statistics](<https://devfeed.tech/articles/tracking-free-audience-statistics-36567.md>)

Original publisher: [Read original article](<https://berthub.eu/articles/posts/tracking-free-audience-statistics/>)

Published: 2021-06-27T11:46:27Z

Content type: opinion

Language: en

Sources: [Bert Hubert's writings](<https://devfeed.tech/sources/bert-hubert-s-writings.md>)

Topics: [data analytics](<https://devfeed.tech/topics/data-analytics.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [Bot](<https://devfeed.tech/topics/bot.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Users](<https://devfeed.tech/topics/users.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [bots](<https://devfeed.tech/tags/bots.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [gdpr](<https://devfeed.tech/tags/gdpr.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [tracking](<https://devfeed.tech/tags/tracking.md>)

### AI overview

The article argues that website operators can obtain useful audience statistics without sending visitors' data to third parties. It criticizes Google Analytics and similar platforms for providing limited actionable insight while imposing privacy costs, and identifies metrics such as human readership and article completion as more useful.

### Source excerpt

As regular readers of this blog will know, I am no friend of the surveillance capitalism that currently powers the web. It is becoming well-neigh impossible to develop any software or host any content without some component tracking your users & sending data to third parties. Even though I try very hard not to fall for this, periodically I discover that my sites also embed things that embed things that potentially leak your details to third parties.

[Next page](<https://devfeed.tech/tags/google-analytics.md?cursor=WyIyMDIxLTA2LTI3VDExOjQ2OjI3KzAwOjAwIiwgIjk2ODY5NjgxLTRlMGQtNDhkOC04OTY5LTUwNTEzZGFjMWQ5NiJd>)