I'm following this Google tutorial to implement a recommender system in to my application which is running with Firebase.
Where it states:
Follow the Google Analytics documentation on custom dimensions to add an article ID dimension with hit-level scope to page tracking events.
However when I view my Google Analytics dashboard (not the firebase one) to add a custom dimension, I do not have the ability in my Admin
tab. What is the recommended approach for adding custom dimension in a Firebase Analytics project?
A previous post says to use User Properties
, but my understanding is that we should not be using a User Property to add a custom dimension such as articleID
since I need to specify its scope level.