ios - Configuring new Firebase events in GTM? -


i have connected firebase ios app , connected gtm.

currently sending firebase event fires client-side (ios app) when want track custom event, such custom click or action.

my question there anyway in gtm configure tracking of specific custom event (click or action) without having code in firebase event fire function in client-side.

for example, if decide track event, not want go ios app , add code , re-deploy it. means users have update app new tracking event tracked.

is there way similar how gtm scraps dom on websites find if particular element clicked or scroll action done, event , tag trigger in gtm.

can install firebase , gtm on ios app , use gtm configure event tracking? or need have firebase event fire calls in ios app fire events.

there several events automatically tracked (without coding) firebase sdk. these events, not need developer except add firebase sdk project.

for other events (like menu clicks) need explicitly send these events coding them. there no equivalent, in app world, click listeners there in web gtm.

however, not mean have release new app version every time want track new event. best practice here be generous event tracking when you're first developing app. pass many events can firebase in initial app version. then, down line, can decide include/exclude events depending on needs.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -