# Google Analytics

Google Analytics is a platform that collects data from websites and apps to create reports, with APIs and developer products for automating measurement and reporting.

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.

## 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!

## 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.

## 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.

## Removing all trackers from my website

DevFeed: [Removing all trackers from my website](<https://devfeed.tech/articles/removing-all-trackers-from-my-website-28704.md>)

Original publisher: [Read original article](<https://jeroenmols.com/blog/2023/01/29/remove-trackers/>)

Author: info@jeroenmols.com (Jeroen Mols)

Published: 2023-01-29T00:00:00Z

Content type: article

Language: en

Sources: [Jeroen Mols](<https://devfeed.tech/sources/jeroen-mols.md>)

Topics: [Website](<https://devfeed.tech/topics/website.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [Mastodon](<https://devfeed.tech/topics/mastodon.md>), [Reddit](<https://devfeed.tech/topics/reddit.md>)

Tags: [ads](<https://devfeed.tech/tags/ads.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [blogs](<https://devfeed.tech/tags/blogs.md>), [personal](<https://devfeed.tech/tags/personal.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [trackers](<https://devfeed.tech/tags/trackers.md>), [website](<https://devfeed.tech/tags/website.md>)

### AI overview

The author removed Google Analytics, Google Adsense, Disqus comments, and other tracking-related services from their website because they considered the associated data collection harmful to visitor privacy. The website is now described as free of trackers and advertisements.

### Source excerpt

These past years I've grown to be more privacy-aware. And while this post isn't about how I'm increasing my personal privacy, I'd like to talk about how I'm increasing yours.

## Targeting Audiences with Cloud Messaging

DevFeed: [Targeting Audiences with Cloud Messaging](<https://devfeed.tech/articles/targeting-audiences-with-cloud-messaging-16504.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2022/12/targeting-audiences-with-fcm>)

Author: Andrea Wu

Published: 2022-12-21T00: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>), [Android](<https://devfeed.tech/topics/android.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Web](<https://devfeed.tech/topics/web.md>)

Tags: [admin-sdk](<https://devfeed.tech/tags/admin-sdk.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [android](<https://devfeed.tech/tags/android.md>), [apis](<https://devfeed.tech/tags/apis.md>), [cloud-messaging](<https://devfeed.tech/tags/cloud-messaging.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [ios](<https://devfeed.tech/tags/ios.md>), [messaging](<https://devfeed.tech/tags/messaging.md>), [notifications](<https://devfeed.tech/tags/notifications.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

This tutorial explains how Firebase Cloud Messaging can target notifications to specific user segments instead of sending them to everyone. It covers analytics-based targeting using audiences, topics, imported segments, and default Google Analytics user properties.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## 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.

## 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.

## 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.

## Supercharge your mobile games business with Firebase

DevFeed: [Supercharge your mobile games business with Firebase](<https://devfeed.tech/articles/supercharge-your-mobile-games-business-with-firebase-16382.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2021/04/supercharge-your-mobile-games-business-with-firebase>)

Author: Rogers Reichert; Henrique Savelli

Published: 2021-04-05T00: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>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [data](<https://devfeed.tech/topics/data.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>)

Tags: [a-b-testing](<https://devfeed.tech/tags/a-b-testing.md>), [ads](<https://devfeed.tech/tags/ads.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [crashlytics](<https://devfeed.tech/tags/crashlytics.md>), [developer](<https://devfeed.tech/tags/developer.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [games](<https://devfeed.tech/tags/games.md>), [google](<https://devfeed.tech/tags/google.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [integration](<https://devfeed.tech/tags/integration.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [monetization](<https://devfeed.tech/tags/monetization.md>)

### AI overview

This article explains how Firebase can help mobile game developers build, release, and operate games in a competitive market. It covers using player data and Google Analytics integration to understand engagement, segment audiences, personalize experiences, and support monetization decisions.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## App monetization made easy: Using Firebase, AdMob, and Google Analytics to uncover your optimal ads strategy

DevFeed: [App monetization made easy: Using Firebase, AdMob, and Google Analytics to uncover your optimal ads strategy](<https://devfeed.tech/articles/app-monetization-made-easy-using-firebase-admob-and-google-analytics-to-uncover-your-optimal-ads-strategy-16376.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2021/02/app-monetization-made-easy-using-firebase-admob-google-analytics>)

Author: Sumit Chandel; Rachel Saunders

Published: 2021-02-23T00: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>), [A/B Testing](<https://devfeed.tech/topics/a-b-testing.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [App](<https://devfeed.tech/topics/app.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>)

Tags: [a-b-testing](<https://devfeed.tech/tags/a-b-testing.md>), [admob](<https://devfeed.tech/tags/admob.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [remote-config](<https://devfeed.tech/tags/remote-config.md>), [retention](<https://devfeed.tech/tags/retention.md>), [revenue](<https://devfeed.tech/tags/revenue.md>)

### AI overview

This tutorial explains how to combine AdMob, Firebase Remote Config, Firebase A/B Testing, and Google Analytics to test ad strategies on subsets of app users and evaluate their effects on retention, ad revenue, and in-app purchase revenue.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## A 2020 Review of Generative Art, Blogging, Analytics, and Working From Home

DevFeed: [A 2020 Review of Generative Art, Blogging, Analytics, and Working From Home](<https://devfeed.tech/articles/into-2021-37289.md>)

Original publisher: [Read original article](<https://muffinman.io/blog/into-2021/>)

Author: Stanko

Published: 2021-02-01T00:00:00Z

Content type: opinion

Language: en

Sources: [Stanko Tadić](<https://devfeed.tech/sources/stanko-tadic.md>)

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

Tags: [art](<https://devfeed.tech/tags/art.md>), [generative-art](<https://devfeed.tech/tags/generative-art.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [instagram](<https://devfeed.tech/tags/instagram.md>), [macos](<https://devfeed.tech/tags/macos.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [windows](<https://devfeed.tech/tags/windows.md>), [working-from-home](<https://devfeed.tech/tags/working-from-home.md>)

### AI overview

A personal review of 2020 covering the author's progress in generative art and pen plotting, changes from Google Analytics to GoatCounter, blog traffic and redirects, and working from home.

### Source excerpt

2020 was a hard one. I started writing this post in December, but I couldn't make myself finish it. The whole situation with COVID made me anxious at times and I didn't really have motivation for my side projects including this blog. But I won't focus on bad things, everyone had a tough year, so let's try to stay positive. Generative Art # I had one huge positive this year - I got into generative art. My fiance likes to say that I woke up on the first on January and started drawing some triangles. Triangles were super naive, but I'm super happy with my progress and these are some of my creations (all pen plotted): Special thanks to Vladimir Mitrović who was the only person I knew doing generative art. When I reached out, he selflessly helped me start with the whole thing. Be sure to visit his website as he is doing amazing stuff. I already wrote about my generative work a little, but I will create a separate site section for my artwork. Meanwhile, you can see the most of my work on Instagram. I'm super thrilled that people like my art enough to hang it on their walls. All of my work is done with pen plotting in mind. I'm using AxiDraw SE/A3 by Evil Mad Scientist and I love everything about this machine. Pen plotting is something that I want to write more about in the future. Blog # This year I neglected the blog a little. Mostly because I was focused on generative stuff, and I was doing that instead of writing posts. The pandemic didn't help either. I removed Google Analytics in favor of GoatCounter, a simple open source web analytics which are not tracking my readers. Even without writing much, I had more visits than in 2020. But you can see the drop in May, about the same time I removed Google Analytics. Coincidence or not, I can't say. The second drop happened in early December, as I moved posts under /blog prefix but screwed up the redirections. I can only hope search engines won't derank me too much because of that. People are still not sticking around after re

## How GameNexa Studios used Firebase to grow and diversify their monetization strategy

DevFeed: [How GameNexa Studios used Firebase to grow and diversify their monetization strategy](<https://devfeed.tech/articles/how-gamenexa-studios-used-firebase-to-grow-and-diversify-their-monetization-strategy-16372.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2020/12/gamenexa-studios-case-study>)

Author: Firebase Team

Published: 2020-12-17T00: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>), [data](<https://devfeed.tech/topics/data.md>), [A/B Testing](<https://devfeed.tech/topics/a-b-testing.md>), [personalization](<https://devfeed.tech/topics/personalization.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [Crashlytics](<https://devfeed.tech/topics/crashlytics.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>)

Tags: [a-b-testing](<https://devfeed.tech/tags/a-b-testing.md>), [admob](<https://devfeed.tech/tags/admob.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [case-study](<https://devfeed.tech/tags/case-study.md>), [crashlytics](<https://devfeed.tech/tags/crashlytics.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [monetization](<https://devfeed.tech/tags/monetization.md>), [performance-monitoring](<https://devfeed.tech/tags/performance-monitoring.md>), [personalization](<https://devfeed.tech/tags/personalization.md>), [revenue](<https://devfeed.tech/tags/revenue.md>), [user-experience](<https://devfeed.tech/tags/user-experience.md>)

### AI overview

This Firebase case study describes how GameNexa Studios used Google Analytics and Firebase Predictions to segment users, then applied Remote Config and A/B Testing to tailor ads and in-app promotions. The company reported increased in-app purchase revenue, restored ad revenue to pre-pandemic levels, and higher conversions.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Google Analytics for Firebase adds app revenue reporting, predictive insights, and custom metrics

DevFeed: [Google Analytics for Firebase adds app revenue reporting, predictive insights, and custom metrics](<https://devfeed.tech/articles/what-s-next-with-the-latest-in-app-analytics-16364.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2020/10/latest-in-app-analytics>)

Author: Steve Ganem

Published: 2020-10-14T00:00:00Z

Content type: news

Language: en

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

Topics: [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>), [AdMob](<https://devfeed.tech/topics/admob.md>), [A/B Testing](<https://devfeed.tech/topics/a-b-testing.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [SDK](<https://devfeed.tech/topics/sdk.md>)

Tags: [a-b-testing](<https://devfeed.tech/tags/a-b-testing.md>), [admob](<https://devfeed.tech/tags/admob.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [launch](<https://devfeed.tech/tags/launch.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [sdk](<https://devfeed.tech/tags/sdk.md>)

### AI overview

Firebase announces updates to Google Analytics for app developers, including app revenue reporting across AdMob and other third-party advertising platforms, predictive capabilities, and new event-scoped custom dimensions and metrics.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Why you should add Google Analytics to your Crashlytics integration

DevFeed: [Why you should add Google Analytics to your Crashlytics integration](<https://devfeed.tech/articles/why-you-should-add-google-analytics-to-your-crashlytics-integration-16357.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2020/09/crashlytics-analytics-together>)

Author: Oleg Kodysh

Published: 2020-09-29T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [Crashlytics](<https://devfeed.tech/topics/crashlytics.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>), [BigQuery](<https://devfeed.tech/topics/bigquery.md>), [SDK](<https://devfeed.tech/topics/sdk.md>)

Tags: [bigquery](<https://devfeed.tech/tags/bigquery.md>), [crashlytics](<https://devfeed.tech/tags/crashlytics.md>), [data-studio](<https://devfeed.tech/tags/data-studio.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [integration](<https://devfeed.tech/tags/integration.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>)

### AI overview

This tutorial explains how combining Crashlytics with Google Analytics helps monitor crash-free users, investigate the events and screens preceding crashes, and analyze app data. It also describes linking app data to BigQuery for visualization and using custom events and parameters for more detailed crash-session analysis.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## How Pomelo Games used Firebase to increase revenue without losing players

DevFeed: [How Pomelo Games used Firebase to increase revenue without losing players](<https://devfeed.tech/articles/how-pomelo-games-used-firebase-to-increase-revenue-without-losing-players-16360.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2020/09/pomelo-games-case-study>)

Author: Patrick Martin

Published: 2020-09-22T00: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>), [A/B Testing](<https://devfeed.tech/topics/a-b-testing.md>), [AdMob](<https://devfeed.tech/topics/admob.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [Crashlytics](<https://devfeed.tech/topics/crashlytics.md>)

Tags: [a-b-testing](<https://devfeed.tech/tags/a-b-testing.md>), [admob](<https://devfeed.tech/tags/admob.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [case-study](<https://devfeed.tech/tags/case-study.md>), [crashlytics](<https://devfeed.tech/tags/crashlytics.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [games](<https://devfeed.tech/tags/games.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [monetization](<https://devfeed.tech/tags/monetization.md>), [remote-config](<https://devfeed.tech/tags/remote-config.md>), [retention](<https://devfeed.tech/tags/retention.md>), [revenue](<https://devfeed.tech/tags/revenue.md>)

### AI overview

This Firebase case study describes how Pomelo Games used Firebase Remote Config and Firebase A/B Testing to test interstitial ads in Once Upon a Tower. The studio reported a 25% average increase in AdMob revenue and a 35% increase in in-app purchases, with almost no negative impact on retention or game stability.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## New API for manually tracking screen views in Google Analytics

DevFeed: [New API for manually tracking screen views in Google Analytics](<https://devfeed.tech/articles/new-api-for-manually-tracking-screen-views-in-google-analytics-16353.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2020/08/google-analytics-manual-screen-view>)

Author: Sumit Chandel

Published: 2020-08-18T00:00:00Z

Content type: release

Language: en

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

Topics: [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>), [API](<https://devfeed.tech/topics/api.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Android](<https://devfeed.tech/topics/android.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [A/B Testing](<https://devfeed.tech/topics/a-b-testing.md>)

Tags: [a-b-testing](<https://devfeed.tech/tags/a-b-testing.md>), [android](<https://devfeed.tech/tags/android.md>), [api](<https://devfeed.tech/tags/api.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [ios](<https://devfeed.tech/tags/ios.md>), [launch](<https://devfeed.tech/tags/launch.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

The latest Google Analytics for Firebase SDK release allows developers to manually log screen_view events in Android and iOS apps while retaining automatic collection. It also deprecates setCurrentScreen and setScreenName in favor of the new manual event-logging calls.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## This blog is now Google free

DevFeed: [This blog is now Google free](<https://devfeed.tech/articles/this-blog-is-now-google-free-37362.md>)

Original publisher: [Read original article](<https://muffinman.io/blog/this-blog-is-now-google-free/>)

Author: Stanko

Published: 2020-06-21T00:00:00Z

Content type: opinion

Language: en

Sources: [Stanko Tadić](<https://devfeed.tech/sources/stanko-tadic.md>)

Topics: [Google](<https://devfeed.tech/topics/google.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [Website](<https://devfeed.tech/topics/website.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [blog](<https://devfeed.tech/tags/blog.md>), [google](<https://devfeed.tech/tags/google.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [website](<https://devfeed.tech/tags/website.md>)

### AI overview

The author describes removing Google Analytics and Google Fonts from their blog, making it Google-free. They chose GoatCounter as an open-source, privacy-respecting replacement because it provides the data they need with less complexity.

### Source excerpt

Earlier today I removed Google Analytics script from my website. Long time ago I switched to self hosted fonts instead of Google Fonts. That means, as of today, my blog is completely Google free. Google Analytics is a great product, but I probably used up to five percent of it's features. Still I had a fear of missing out. That's why I delayed pulling the plug for so many months. I've tried a lot of other solutions, but they all felt either too complex or too simplistic. In the end, I did find the replacement. GoatCounter # It has a funky name, GoatCounter. It is open source and privacy respecting. There isn't nearly as much data, but it is all the data I need. You should check it out. It has a generous free tier for non-commercial websites - but please consider donating or contributing as it is a work of a single developer. And he is doing a great job, every time I open the dashboard, there is something new or polished. Why? # It is simple: "If you don't pay for it, you are the product". All these Google services are free because they are collecting data on every visitor. It is one thing to use their email service for my personal needs, but having it on my website, enforcing it on my readers just doesn't feel right.

## Announcing Firebase Live

DevFeed: [Announcing Firebase Live](<https://devfeed.tech/articles/announcing-firebase-live-16341.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2020/05/announcing-firebase-live>)

Author: David East

Published: 2020-05-26T00: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>), [Security](<https://devfeed.tech/topics/security.md>), [Unit testing](<https://devfeed.tech/topics/unit-testing.md>), [Appwrite](<https://devfeed.tech/topics/appwrite.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [Unity](<https://devfeed.tech/topics/unity.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [demo](<https://devfeed.tech/tags/demo.md>), [developer-community](<https://devfeed.tech/tags/developer-community.md>), [emulator-suite](<https://devfeed.tech/tags/emulator-suite.md>), [event](<https://devfeed.tech/tags/event.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-live](<https://devfeed.tech/tags/firebase-live.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [talks](<https://devfeed.tech/tags/talks.md>), [testing](<https://devfeed.tech/tags/testing.md>), [unit-testing](<https://devfeed.tech/tags/unit-testing.md>), [unity](<https://devfeed.tech/tags/unity.md>), [videos](<https://devfeed.tech/tags/videos.md>)

### AI overview

Firebase announces Firebase Live, a five-part weekly web series for developers featuring talks, tips, technical tutorials, product updates, and live questions with Firebase experts. The series was postponed to June 23 and includes sessions on testing, the Emulator Suite, authentication, Google Analytics, and Unity.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Announcing the Firebase Crashlytics SDK Beta!

DevFeed: [Announcing the Firebase Crashlytics SDK Beta!](<https://devfeed.tech/articles/announcing-the-firebase-crashlytics-sdk-beta-16337.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2020/02/announcing-firebase-crashlytics-sdk-beta>)

Author: Shobhit Chugh

Published: 2020-02-18T00:00:00Z

Content type: news

Language: en

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

Topics: [Crashlytics](<https://devfeed.tech/topics/crashlytics.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Google Analytics](<https://devfeed.tech/topics/google-analytics.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [macOS](<https://devfeed.tech/topics/macos.md>), [tvOS](<https://devfeed.tech/topics/tvos.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [android](<https://devfeed.tech/tags/android.md>), [app-quality](<https://devfeed.tech/tags/app-quality.md>), [apple](<https://devfeed.tech/tags/apple.md>), [crash-reporting](<https://devfeed.tech/tags/crash-reporting.md>), [crashlytics](<https://devfeed.tech/tags/crashlytics.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [github](<https://devfeed.tech/tags/github.md>), [guide](<https://devfeed.tech/tags/guide.md>), [ios](<https://devfeed.tech/tags/ios.md>), [latest-release](<https://devfeed.tech/tags/latest-release.md>), [launch](<https://devfeed.tech/tags/launch.md>), [legacy](<https://devfeed.tech/tags/legacy.md>), [macos](<https://devfeed.tech/tags/macos.md>), [news](<https://devfeed.tech/tags/news.md>), [reporting](<https://devfeed.tech/tags/reporting.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Firebase announces the Firebase Crashlytics SDK in beta. The SDK removes Fabric dependencies, aligns package names, API design, and initialization with other Firebase SDKs, supports Apple platforms including Mac Catalyst, and is open source. Integration with Google Analytics provides crash-related insights and reporting features.

### Source excerpt

News, tutorials, and updates from the Firebase team.

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