Setting up your Enterprise account
The recommended method for accessing Google BigQuery and Google Cloud Storage within applications is to use a Google Cloud Service Account, which belongs to an application rather to an individual user.
This article shows you how to enable the Enterprise account for your Analytics Canvas subscription. The Enterprise subscription allows you to use your data in Google BigQuery for data processing and storage.
With this access, you can query your GA4 Property and any other Projects that you authorize. The billing is directed to your Google Cloud account, where it is governed by your Google Cloud budget.
Using a Service Account with your Enterprise Subscription
Find your Analytics Canvas Service Account under Admin > Access your own BigQuery

Creating a Google Cloud Project for Analytics Canvas
In the Google Cloud console, create a Project to hold application data. This includes all data ingested into Analytics Canvas Online, all temporary tables created for working within the application, all cache tables, and all Looker Studio output tables.
- Login to https://console.cloud.google.com/bigquery
- Create a Google Cloud Project for use with Analytics Canvas. It would be helpful to include "AnalyticsCanvas" and "AppData" in the project name.
- Restrict access to this project. Do not give anyone else access to this project to read from or write data into.

- Go to IAM and provide your Analytics Canvas Service account with access to the project. This project requires:
- BigQuery Data Owner
- BigQuery Job User

When you have completed all of the steps below, Analytics Canvas will create datasets in the project that it will use. You will find them in the BigQuery console.

Creating a Google Cloud Storage bucket to use within the project
- Next, go to Cloud Storage and create a new bucket.

- Provide a name for your bucket, then choose a data location. The location should be the same as your app data project.

- Use the default / standard storage class.

- Select Uniform level of Access Control.

- No additional Protection tools are required. Click "Create" to complete the setup of your bucket.

Permissions to use the GCS bucket
With the bucket created, the Service Account now needs access to it.
- Go to Cloud Storage
- Select the correct Project
- Select the bucket that was created for use with Analytics Canvas
- Navigate to +Grant Access
- Add permission "Storage Admin" for the Service Account used in your Analytics Canvas subscription
Your Google Cloud Storage bucket is now ready for use in Analytics Canvas.

Ensuring your Google Cloud Project is ready to be used by an Application
Certain APIs must be authorized with your Google Cloud Platform Project to enable access to BigQuery and Google Cloud Storage.
- To see and display your projects and the permissions associated with your Service Account, enable the Cloud Resource Manager API (click the link to open this API in your browser after logging in to the Google Cloud Console).

- If you will be connecting to BigQuery, the BigQuery API must be enabled

- Finally, you must enable the Cloud Storage API

With the above APIs enabled, you are now able to connect to the dataset with an application.
Connecting Analytics Canvas to your Google Cloud Project
Now that the projects are created and enabled in the Google Cloud Console, it is time to configure your Analytics Canvas account to use them.
- In Analytics Canvas, go to Admin > BigQuery Quota and Location
- Under "Your Own BigQuery Account", select "Add Location"
- Canvas should now detect that you have a project and billing project authorized. Select them from the drop down lists.
- For the Data Cache Project, select the BigQuery project you setup for use with Analytics Canvas.
- Enter the exact name of the Google Cloud Storage Temp bucket, then click Validate.
- Once all of your configurations are set, click "Create Environment"

You are now setup to use your own BigQuery account for storage and processing. However, note that so far you have only provided access to the project that the application will run in. You can connect to APIs, databases, and Google Sheets and the tables will be cached, stored, and processed in this project. Looker Studio datasets will also be hosted in this project.
To connect to your own BigQuery data, follow these instructions. Be sure to create your Canvases within YOUR BigQuery data location.