0

I am using Firebase AppIndexing for stickers.

My problem is I want to add analytics on each sticker so I can create ranking system.(most used/tapped stickers, unused stickers).

Is it possible to keep track each stickers like onclick(callbacks) on each stickers?

Thanks!

Fran Ceriu
  • 261
  • 2
  • 5

2 Answers2

1

Unfortunately no. Gboard won't return information about usage. They said, about a year ago, that's it was on the roadmap but haven't seen any developments there.

Peter
  • 1,065
  • 14
  • 29
0

You should use Firebase to log your user actions for the indexes

A Code Lab is available here

AndroidEnthusiast
  • 6,557
  • 10
  • 42
  • 56