The availability of features may depend on your plan type. Contact your Customer Success Manager if you have any questions.
Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

View data in BigQuery

Retrieve data stored by Optimizely Experimentation about your experiments using BigQuery by Google Cloud.

📘

Note

This is a third-party integration and is not an Optimizely subprocessor. See Optimizely's Third-Party Add-Ons & Platform Integration Terms.

You can use BigQuery by Google Cloud to access the data that Optimizely Experimentation ingests and stores, within your BigQuery project. BigQuery is a fully managed, serverless data warehouse. It lets you run GoogleSQL queries against large datasets. Using BigQuery offers the following advantages:

  • Access Optimizely Experimentation data in your BigQuery instance in real time.
  • Combine multiple datasets.
  • Query your data however you need.

Your Optimizely Experimentation data is available through an authorized view in BigQuery. Authorized views let you view query results without accessing the underlying database tables.

🚧

Important

You must run queries in the same region where your data resides (US or EU). Cross-region queries are not supported.

For example, if your data resides in an EU BigQuery instance, all queries must be executed in the EU region.

See Google Cloud's documentation on geography and regions.