To link a Google Analytics property to BigQuery, you'll see two options for selecting how frequently that data should be exported. What are those two options?

The two options are Daily and Weekly.

The two options are Weekly and Streaming

The two options are Daily and Streaming.

The two options are Hourly and Streaming.

Explanation

Analysis of Correct Answer(s)

When linking a Google Analytics 4 (GA4) property to BigQuery, the two available data export frequencies are Daily and Streaming. These options cater to different analytical needs and update cadences.

  • Daily: This is the standard, free option available to all GA4 properties. It performs a bulk export of the previous day's complete event data once per day. This creates a new, permanent table in your BigQuery dataset for each day's data, which is ideal for historical analysis and reporting.
  • Streaming: This option provides a continuous, near real-time data export. Events are sent to BigQuery within minutes of being collected by Google Analytics. This is essential for timely analysis, such as monitoring live campaigns or immediate user behavior. While the streaming export itself from GA4 is free, it will incur BigQuery costs based on data ingestion and storage.

Analysis of Incorrect Options

  • Hourly and Weekly are not native options within the GA4 to BigQuery integration setup.
  • The Streaming option fulfills the need for data that is more frequent than daily, making an "Hourly" option unnecessary.
  • A "Weekly" export would be too infrequent for the typical, granular analysis that this integration is designed to support. The data structure in BigQuery is inherently built around daily tables.