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

          Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

          Identity Server 4 is not redirecting to Angular app after login2019 Community Moderator ElectionIdentity Server 4 and dockerIdentityserver implicit flow unauthorized_clientIdentityServer Hybrid Flow - Access Token is null after user successful loginIdentity Server to MVC client : Page Redirect After loginLogin with Steam OpenId(oidc-client-js)Identity Server 4+.NET Core 2.0 + IdentityIdentityServer4 post-login redirect not working in Edge browserCall to IdentityServer4 generates System.NullReferenceException: Object reference not set to an instance of an objectIdentityServer4 without HTTPS not workingHow to get Authorization code from identity server without login form

          2005 Ahvaz unrest Contents Background Causes Casualties Aftermath See also References Navigation menue"At Least 10 Are Killed by Bombs in Iran""Iran"Archived"Arab-Iranians in Iran to make April 15 'Day of Fury'"State of Mind, State of Order: Reactions to Ethnic Unrest in the Islamic Republic of Iran.10.1111/j.1754-9469.2008.00028.x"Iran hangs Arab separatists"Iran Overview from ArchivedConstitution of the Islamic Republic of Iran"Tehran puzzled by forged 'riots' letter""Iran and its minorities: Down in the second class""Iran: Handling Of Ahvaz Unrest Could End With Televised Confessions""Bombings Rock Iran Ahead of Election""Five die in Iran ethnic clashes""Iran: Need for restraint as anniversary of unrest in Khuzestan approaches"Archived"Iranian Sunni protesters killed in clashes with security forces"Archived