escopecz / grav-ganalytics

Google Analytics plugin for Grav CMS
MIT License
20 stars 9 forks source link

User-ID #17

Closed andrasbari closed 8 months ago

andrasbari commented 6 years ago

In the Google Search Console there is an extra option, which called User-ID. It can be used with: ga('set', 'userId', 'USER_ID');

escopecz commented 6 years ago

I don't follow.

ViliusS commented 1 year ago

@andrasbari User-ID must be unique and persistent for every identifiable user on the system. Implementation of this is difficult and could be very well out of scope of this plugin.

Since Grav is usually used on public facing websites which do not identify their users, unless somebody is willing to provide a patch, I don't think support for User-ID could happen any time soon.