Skip to content

Refactor: use new analytics usage #20584

Open
criticalAY wants to merge 4 commits intoankidroid:mainfrom
criticalAY:refactor/analytics-usage
Open

Refactor: use new analytics usage #20584
criticalAY wants to merge 4 commits intoankidroid:mainfrom
criticalAY:refactor/analytics-usage

Conversation

@criticalAY
Copy link
Copy Markdown
Contributor

@criticalAY criticalAY commented Mar 25, 2026

Purpose / Description

Fixes

Approach

Remove old code and use library code

How Has This Been Tested?

Pixel 10

Learning (optional, can help others)

NA

Checklist

Please, go through these checks before submitting the PR.

  • You have a descriptive commit message with a short title (first line, max 50 chars).
  • You have commented your code, particularly in hard-to-understand areas
  • You have performed a self-review of your own code
  • UI changes: include screenshots of all affected screens (in particular showing any new or changed strings)
  • UI Changes: You have tested your change using the Google Accessibility Scanner

@criticalAY criticalAY added the Blocked by dependency Currently blocked by some other dependent / related change label Mar 25, 2026
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="DuplicateCrowdInStrings">
<string name="ga_trackingId" translatable="false">UA-125800786-1</string>
<string name="ga_trackingId" translatable="false">G-XY625S5VVE</string>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a comment describing where this ID came from and how someone else could obtain it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Analytics Blocked by dependency Currently blocked by some other dependent / related change Has Conflicts Needs Review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix analytics reporting (new property, new GA APIs)

2 participants