For App Store API and Google Play Console data
When you first connect, all your data will be downloaded and sent to your BigQuery project. It's important to notice we don't keep a copy of your data;
After the first download is completed, data will be added incrementally as Apple and Google make it available. Most often, that happens daily;
BigQuery syncs happen twice a day: on 2 AM and 2 PM PST (UTC -8). We use PST as our main timezone for this process as that's the timezone used by Apple and Google.
For data from the Chrome Extension
Our systems check if there's new data to be synced every 30 minutes. If it does, then it's sent to BigQuery. If not, nothing will happen.
For technical reasons, we don't incrementally add data from the Chrome Extension. Instead, we delete all tables a re-create them during the sync process.
This means that your data might be unavailable for a few minutes during the sync process.
Curious to understand more? Send your questions via the chat and we'll be happy to add more details on this page!