Hash Data
10/18/2024, 6:05 AMTook 0s for fetching from airbyte source; total objects [0]; average time [0s]
every time, so no data comes till now from one dayuser
10/18/2024, 6:05 AMwindow_in_day
parameter to specify the number of days to look back and avoid sampling ([source](https://docs.airbyte.com/integrations/sources/google-analytics-v4#sampled-data-in-reports)). 2. Rate Limiting: Google Analytics API has certain rate limits. For example, the number of requests per day per project is 50,000, and the number of requests per view (profile) per day is 10,000. If these limits are exceeded, it could prevent data from being fetched. If you see any rate limit issues that are not automatically retried successfully, try increasing the window_in_days
value ([source](https://docs.airbyte.com/integrations/sources/google-analytics-v4#rate-limits-and-performance-considerations-airbyte-open-source)). 3. Connector Version: There could be an issue with the version of the Google Analytics connector you're using. In a forum post, a user reported a similar issue and was advised to try downgrading the version of the connector to see if the issue persists ([source](https://discuss.airbyte.io/t/548)). 4. Data Request Interval: In the Data Request Interval (Days) field, you can specify the interval in days used when requesting data from the Google Analytics API. The bigger this value is, the faster the sync will be, but the more likely that sampling will be applied to your data, potentially causing inaccuracies in the returned results ([source](https://docs.airbyte.com/integrations/sources/google-analytics-data-api#for-airbyte-cloud)). If none of these suggestions resolve the issue, it would be helpful to check the logs for any error messages or warnings that could provide more insight into the problem. If you're still unable to resolve the issue, consider reaching out to the Airbyte community or support for further assistance.Hash Data
10/18/2024, 8:39 AM2024-10-18 08:38:51 [INFO ] - Saving state: [{"type":"STREAM","stream":{"stream_descriptor":{"name":"daily_active_users"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"weekly_active_users"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"four_weekly_active_users"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"devices"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"locations"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"pages"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"traffic_sources"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"website_overview"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"user_acquisition_first_user_medium_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"user_acquisition_first_user_source_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"user_acquisition_first_user_source_medium_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"user_acquisition_first_user_source_platform_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"user_acquisition_first_user_campaign_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"user_acquisition_first_user_google_ads_ad_network_type_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"user_acquisition_first_user_google_ads_ad_group_name_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"traffic_acquisition_session_source_medium_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"traffic_acquisition_session_medium_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"traffic_acquisition_session_source_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"traffic_acquisition_session_campaign_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"traffic_acquisition_session_default_channel_grouping_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"traffic_acquisition_session_source_platform_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"events_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"weekly_events_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"conversions_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"pages_title_and_screen_class_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"pages_path_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"pages_title_and_screen_name_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"content_group_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"ecommerce_purchases_item_name_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"ecommerce_purchases_item_id_report"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"ecommerce_purchases_item_category_report_combined"},"stream_state":{}}},{"type":"STREAM","stream":{"stream_descriptor":{"name":"ecommerce_purchases_item_category_report"},"stream_state":{}}}]
2024-10-18 08:38:51 [INFO ] - Took 484ms for fetching from airbyte source; total objects [0]; average time [48.4µs]
user
10/18/2024, 8:39 AMuser
10/18/2024, 8:39 AMview_id
and other necessary parameters. 4. Rate Limiting: As mentioned in my previous response, Google Analytics API has certain rate limits. If these limits are exceeded, it could prevent data from being fetched. 5. Sampling of Data: Google Analytics API may return sampled data if the amount of data in your Google Analytics account exceeds Google's pre-determined compute thresholds. This means the data returned in the report is an estimate which may have some inaccuracy. Airbyte makes data requests to Google in one day increments to minimize the chances of sampling being applied to your data. If sampling occurs, a warning is logged to the sync log. If none of these suggestions resolve the issue, it would be helpful to check the logs for any error messages or warnings that could provide more insight into the problem. If you're still unable to resolve the issue, consider reaching out to the Airbyte community or support for further assistance.