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
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
add a comment |
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
add a comment |
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
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
firebase google-analytics google-bigquery google-analytics-api firebase-analytics
edited Mar 8 at 23:19
TWDbag
156
156
asked Mar 8 at 12:40
JoshuaJoshua
6541132
6541132
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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