Firebase Bigquery: A problem with Analytics Report - firebase

firebase bigQuery did not generate the data for the year 2022 and what is going on in 2023. How can we do to generate it and be able to consult it with the following query?
Table
enter image description here
Query
enter image description here
Last data generated
Thanks for ur help!!!!
Solution about this problem

Related

Adding data from a Google Sheet to Firestore using Zapier

I'm working on a project where I would need to keep product data from a google sheet up to date in a Firestore Collection. I have already found the possibility to use Zapier for this. Whenever I'm using a randomised Id, it works. But since this is about products, information changes so there is need for a fixed productId.
Screenshot from the working version in firebase:
Unfortunately, when I add an Id, and then link the Firebase id, I get an error that the record is already added. But as you can see in the Zapier settings screenshot, it is stated that it will update known Id. So, I guess the firebase step in Zapier wants to create new collections while it should set data.
error:
Does someone have a solution for this?

Google Analytics export setup to Bigquery

I was able to setup the GA360 to bigquery and I also got an email that export is complete. But I dont see anything when I click on the dataset. Will it take time for the tables to show up or do I need to create tables once I setup the dataset in bigquery?
If you successfully connected GA360, you don't need to anything else additional for it to work. Make sure you're using the correct account for the Big Query project.
It will take time for the day-of data to show up as well as a few days for the 13 months of data to show up.

Where can i find new Firebase Analytics BigQuery Export Scheme sample data?

Firebase Analytics's BigQuery Export schema changed.
https://support.google.com/firebase/answer/7029846?visit_id=1-636660162514047959-3257228354&rd=1&hl=en
The previous version of the schema, google provides sample data in firebase-analytics-sample-data projects.
Is there the current version of it?
The new sample dataset can be found here. This help center article links to it.
You can find the new schema Here

In google analytics premium account can we change campaign name of historical data?

I want to change campaign name of historical data and restore same going forward
Once Google analytics data has been inserted there is no way to update it. Your historical data is now set in stone.
You should fix what you are inserting now there is no way to change what is already inserted.

Output of Google Analytics reports of my site

I have a website that using google analytics for statistics.
I want to show my top posts in last month in my blog.
Can I have an output of its in rss or xml format?
I am familiar with two ways of making this happen.
You could implement the Google Analytics API and export the data in the desired format
You could schedule exports of that data in CSV format and have it sent to an email inbox. Then either manually or through some automated routine, pull the CSV attachment and publish it to your site.
I hope this helps get you going.

Resources