iOS: Issues with switching from Google Analytics to Firebase Analytics The Next CEO of Stack OverflowHow to move from Google-Analytics to Firebase-Analytics?Google Analytics not working with GTM and Firebase iOSFetch events data into Google AnalyticsFirebase custom eventsLive or hourly data sync from Firebase to BigQueryGoogle Analytics for Firebase and Google Analytics v4Can I get “ad_impression” and “ad_click” from BigQuery linked with Firebase analytics?Firebase Analytics - export userIdBigquery backfill table from Firebase AnalyticsNo events intraday data from Firebase analytics in bigquery

How do scammers retract money, while you can’t?

Anatomically Correct Mesopelagic Aves

Natural language into sentence logic

Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?

Implement the Thanos sorting algorithm

How to write papers efficiently when English isn't my first language?

Fastest way to shutdown Ubuntu Mate 18.10

Why did we only see the N-1 starfighters in one film?

How do I go from 300 unfinished/half written blog posts, to published posts?

What is the point of a new vote on May's deal when the indicative votes suggest she will not win?

Why do professional authors make "consistency" mistakes? And how to avoid them?

How should I support this large drywall patch?

Rotate a column

Can a single photon have an energy density?

How do spells that require an ability check vs. the caster's spell save DC work?

If I blow insulation everywhere in my attic except the door trap, will heat escape through it?

How do I solve this limit?

What does "Its cash flow is deeply negative" mean?

How to write the block matrix in LaTex?

Whats the best way to handle refactoring a big file?

Why is there a PLL in CPU?

Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis

Where to find order of arguments for default functions

How can I quit an app using Terminal?



iOS: Issues with switching from Google Analytics to Firebase Analytics



The Next CEO of Stack OverflowHow to move from Google-Analytics to Firebase-Analytics?Google Analytics not working with GTM and Firebase iOSFetch events data into Google AnalyticsFirebase custom eventsLive or hourly data sync from Firebase to BigQueryGoogle Analytics for Firebase and Google Analytics v4Can I get “ad_impression” and “ad_click” from BigQuery linked with Firebase analytics?Firebase Analytics - export userIdBigquery backfill table from Firebase AnalyticsNo events intraday data from Firebase analytics in bigquery










1















I am using Google Analytics for years for my iOS apps and was truly satisfied with it. For my regret Google is sunsetting Google Analytics later this year so I am switching to Firebase API so I can keep tracking my apps. I already done most of the integration work and can see the events appearing in Firebase console. However, I can't see custom parameter values but only event count.



For example, sending event named add_book and adding parameter named isbn with value of 1234, I will be able to see in the console only the number of times that add_book arrived and also that it contains an isbn parameter. However, it seems there is no way to view the value (i.e. 1234) of the isbn parameter. I registered the isbn parameter for the add_book event as required. Am I missing something?



Does having the full functionality of the sunsetting Google Analytics (including advanced filtering + regex filters, etc.), means I should use both Firebase Analytics and BigQuery together?



By the way, I linked Firebase Analytics with BigQuery and exported the data as suggested by Firebase Analytics, but I can't see any Analytics tables yet in BigQuery. Do I need to allow several hours before I can view the exported data?










share|improve this question




























    1















    I am using Google Analytics for years for my iOS apps and was truly satisfied with it. For my regret Google is sunsetting Google Analytics later this year so I am switching to Firebase API so I can keep tracking my apps. I already done most of the integration work and can see the events appearing in Firebase console. However, I can't see custom parameter values but only event count.



    For example, sending event named add_book and adding parameter named isbn with value of 1234, I will be able to see in the console only the number of times that add_book arrived and also that it contains an isbn parameter. However, it seems there is no way to view the value (i.e. 1234) of the isbn parameter. I registered the isbn parameter for the add_book event as required. Am I missing something?



    Does having the full functionality of the sunsetting Google Analytics (including advanced filtering + regex filters, etc.), means I should use both Firebase Analytics and BigQuery together?



    By the way, I linked Firebase Analytics with BigQuery and exported the data as suggested by Firebase Analytics, but I can't see any Analytics tables yet in BigQuery. Do I need to allow several hours before I can view the exported data?










    share|improve this question


























      1












      1








      1








      I am using Google Analytics for years for my iOS apps and was truly satisfied with it. For my regret Google is sunsetting Google Analytics later this year so I am switching to Firebase API so I can keep tracking my apps. I already done most of the integration work and can see the events appearing in Firebase console. However, I can't see custom parameter values but only event count.



      For example, sending event named add_book and adding parameter named isbn with value of 1234, I will be able to see in the console only the number of times that add_book arrived and also that it contains an isbn parameter. However, it seems there is no way to view the value (i.e. 1234) of the isbn parameter. I registered the isbn parameter for the add_book event as required. Am I missing something?



      Does having the full functionality of the sunsetting Google Analytics (including advanced filtering + regex filters, etc.), means I should use both Firebase Analytics and BigQuery together?



      By the way, I linked Firebase Analytics with BigQuery and exported the data as suggested by Firebase Analytics, but I can't see any Analytics tables yet in BigQuery. Do I need to allow several hours before I can view the exported data?










      share|improve this question
















      I am using Google Analytics for years for my iOS apps and was truly satisfied with it. For my regret Google is sunsetting Google Analytics later this year so I am switching to Firebase API so I can keep tracking my apps. I already done most of the integration work and can see the events appearing in Firebase console. However, I can't see custom parameter values but only event count.



      For example, sending event named add_book and adding parameter named isbn with value of 1234, I will be able to see in the console only the number of times that add_book arrived and also that it contains an isbn parameter. However, it seems there is no way to view the value (i.e. 1234) of the isbn parameter. I registered the isbn parameter for the add_book event as required. Am I missing something?



      Does having the full functionality of the sunsetting Google Analytics (including advanced filtering + regex filters, etc.), means I should use both Firebase Analytics and BigQuery together?



      By the way, I linked Firebase Analytics with BigQuery and exported the data as suggested by Firebase Analytics, but I can't see any Analytics tables yet in BigQuery. Do I need to allow several hours before I can view the exported data?







      firebase google-analytics google-bigquery google-analytics-api firebase-analytics






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 8 at 23:19









      TWDbag

      156




      156










      asked Mar 8 at 12:40









      JoshuaJoshua

      6541132




      6541132






















          1 Answer
          1






          active

          oldest

          votes


















          1














          In your event overview from Firebase Console you can enable parameter reporting for individual events. The option is found in the 3 dot overflow menu.
          You can do that for up to 10 unique text parameters and 40 unique numeric parameters.



          Beyond those limits or for more control BigQuery is the way to go. And yes you need to wait for your first data in BigQuery. They populate a new table with one days data every day once.






          share|improve this answer























          • Thanks for the info. I already enabled parameter reporting but this only displays a parameter card with this name inside the event, without any value but only "Count" and "Users" values.

            – Joshua
            Mar 8 at 17:31












          • Parameter reporting is also lazy, might take up to 24h until data starts to appear. Then your card should have the parameter key as title and a row for each parameter value with total count and user count to it.

            – kphil
            Mar 8 at 18:53











          • I checked it out today and everything looks perfect. Both BigQuery and Firebase show all data as suggested. Thanks for your help!

            – Joshua
            Mar 9 at 13:28











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55063438%2fios-issues-with-switching-from-google-analytics-to-firebase-analytics%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          In your event overview from Firebase Console you can enable parameter reporting for individual events. The option is found in the 3 dot overflow menu.
          You can do that for up to 10 unique text parameters and 40 unique numeric parameters.



          Beyond those limits or for more control BigQuery is the way to go. And yes you need to wait for your first data in BigQuery. They populate a new table with one days data every day once.






          share|improve this answer























          • Thanks for the info. I already enabled parameter reporting but this only displays a parameter card with this name inside the event, without any value but only "Count" and "Users" values.

            – Joshua
            Mar 8 at 17:31












          • Parameter reporting is also lazy, might take up to 24h until data starts to appear. Then your card should have the parameter key as title and a row for each parameter value with total count and user count to it.

            – kphil
            Mar 8 at 18:53











          • I checked it out today and everything looks perfect. Both BigQuery and Firebase show all data as suggested. Thanks for your help!

            – Joshua
            Mar 9 at 13:28















          1














          In your event overview from Firebase Console you can enable parameter reporting for individual events. The option is found in the 3 dot overflow menu.
          You can do that for up to 10 unique text parameters and 40 unique numeric parameters.



          Beyond those limits or for more control BigQuery is the way to go. And yes you need to wait for your first data in BigQuery. They populate a new table with one days data every day once.






          share|improve this answer























          • Thanks for the info. I already enabled parameter reporting but this only displays a parameter card with this name inside the event, without any value but only "Count" and "Users" values.

            – Joshua
            Mar 8 at 17:31












          • Parameter reporting is also lazy, might take up to 24h until data starts to appear. Then your card should have the parameter key as title and a row for each parameter value with total count and user count to it.

            – kphil
            Mar 8 at 18:53











          • I checked it out today and everything looks perfect. Both BigQuery and Firebase show all data as suggested. Thanks for your help!

            – Joshua
            Mar 9 at 13:28













          1












          1








          1







          In your event overview from Firebase Console you can enable parameter reporting for individual events. The option is found in the 3 dot overflow menu.
          You can do that for up to 10 unique text parameters and 40 unique numeric parameters.



          Beyond those limits or for more control BigQuery is the way to go. And yes you need to wait for your first data in BigQuery. They populate a new table with one days data every day once.






          share|improve this answer













          In your event overview from Firebase Console you can enable parameter reporting for individual events. The option is found in the 3 dot overflow menu.
          You can do that for up to 10 unique text parameters and 40 unique numeric parameters.



          Beyond those limits or for more control BigQuery is the way to go. And yes you need to wait for your first data in BigQuery. They populate a new table with one days data every day once.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 8 at 16:39









          kphilkphil

          3711510




          3711510












          • Thanks for the info. I already enabled parameter reporting but this only displays a parameter card with this name inside the event, without any value but only "Count" and "Users" values.

            – Joshua
            Mar 8 at 17:31












          • Parameter reporting is also lazy, might take up to 24h until data starts to appear. Then your card should have the parameter key as title and a row for each parameter value with total count and user count to it.

            – kphil
            Mar 8 at 18:53











          • I checked it out today and everything looks perfect. Both BigQuery and Firebase show all data as suggested. Thanks for your help!

            – Joshua
            Mar 9 at 13:28

















          • Thanks for the info. I already enabled parameter reporting but this only displays a parameter card with this name inside the event, without any value but only "Count" and "Users" values.

            – Joshua
            Mar 8 at 17:31












          • Parameter reporting is also lazy, might take up to 24h until data starts to appear. Then your card should have the parameter key as title and a row for each parameter value with total count and user count to it.

            – kphil
            Mar 8 at 18:53











          • I checked it out today and everything looks perfect. Both BigQuery and Firebase show all data as suggested. Thanks for your help!

            – Joshua
            Mar 9 at 13:28
















          Thanks for the info. I already enabled parameter reporting but this only displays a parameter card with this name inside the event, without any value but only "Count" and "Users" values.

          – Joshua
          Mar 8 at 17:31






          Thanks for the info. I already enabled parameter reporting but this only displays a parameter card with this name inside the event, without any value but only "Count" and "Users" values.

          – Joshua
          Mar 8 at 17:31














          Parameter reporting is also lazy, might take up to 24h until data starts to appear. Then your card should have the parameter key as title and a row for each parameter value with total count and user count to it.

          – kphil
          Mar 8 at 18:53





          Parameter reporting is also lazy, might take up to 24h until data starts to appear. Then your card should have the parameter key as title and a row for each parameter value with total count and user count to it.

          – kphil
          Mar 8 at 18:53













          I checked it out today and everything looks perfect. Both BigQuery and Firebase show all data as suggested. Thanks for your help!

          – Joshua
          Mar 9 at 13:28





          I checked it out today and everything looks perfect. Both BigQuery and Firebase show all data as suggested. Thanks for your help!

          – Joshua
          Mar 9 at 13:28



















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55063438%2fios-issues-with-switching-from-google-analytics-to-firebase-analytics%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Thal And Out Agency railway station See also References External links Navigation menuOfficial Web Site of Pakistan RailwaysArchivedOfficial Web Site of Pakistan Railwayseeexpanding ite

          Understanding generators in Python2019 Community Moderator ElectionGenerator function not working pythonFor loop not executing two timesGenerators - Printing generated valuesWhy can a python generator only be used once?What exactly do generators do?What does the “yield” keyword do?What does “list comprehension” mean? How does it work and how can I use it?sklearn Kfold acces single fold instead of for loopIs a generator the callable? Which is the generator?Apply Border To Range Of Cells Using OpenpyxlCalling an external command in PythonWhat are metaclasses in Python?What is the difference between @staticmethod and @classmethod?Finding the index of an item given a list containing it in PythonDifference between append vs. extend list methods in PythonHow can I safely create a nested directory in Python?Does Python have a ternary conditional operator?Understanding slice notationUnderstanding Python super() with __init__() methodsDoes Python have a string 'contains' substring method?

          How can I change the color of pagination dots of UIPageControl?How to change UIPageControl dotsIs there a way to change page indicator dots colorCustomize dot with image of UIPageControl at index 0 of UIPageControlNo visible @interface for 'NSObject<PageControlDelegate>' declares the selector 'pageControlPageDidChange:'How to change the color of pagination dots in UIPageControl with a different color per pagepagecontrol indicator custom image instead of DefaultChanging the colour of UIPageControl dots in MonoTouchpagecontrol selectable page visibility color?Alternative way to load ViewControllers on a UIPageControlHow to set only layer.border-color for UIpage control dots in swiftHow can I develop for iPhone using a Windows development machine?How to change the name of an iOS app?UITableView - change section header coloruipagecontrol indicator(dot)issueCustom UIPageControl dots color not changingchange the interspace between UIPageControl dotsHow to change Status Bar text color in iOSHow can I change image tintColor in iOS and WatchKitUIPageControl dots with larger space in between each dotsHow to change the color of pagination dots in UIPageControl with a different color per page