android - Is possible to set firebase custom properties analytics as array? -
i'm planning use firebase analytics apps. according firebase docs possible set custom user properties docs here android , ios. latter 1 can use properties create audiences in firebase analytics dashboard described here analytics dashboard
i want use user custom property array.
for example:
setting user property tagsuserlikes=["hashtagblue","hashtagred","hashtaggreen"] latter 1 i'll able track audience of users follow particular tag, meaning users contain tag in array.
so latter in analytics dashboard audience defined solely tagsuserlikes="hastagblue" match users contain tag ["hashtagblue","hashtagred","hashtaggreen"] , ["hashtagblue","hashtagdogs"],?
is supported in google analytics dashboard (create audience)? supported in google big query?
if yes how can achieve this?
tks
although theoretically concatenate list of tags in 1 user property value (and use audience creation), limit on length of user property values (36 characters) might make approach impractical you.
alternatively, can log event such "tag_followed" parameter "tag_name=" , can create audience of users log tag_followed particular tag_name value.
Comments
Post a Comment