Google Cloud Storage (GCS) Integration

Integrate Similarweb's Batch API with your Google Cloud Storage (GCS) environment. This integration allows clients to store and access exported data directly in their own GCS buckets.

Response Properties

The response contains the information of the created integration.

PropertyDescriptionExample
expiration_date
str
Date when the credentials expire2025-03-21
gcs_bucket
str
The bucket where Similarweb will deliver the datasw-daas-production
gcs_prefix
str
The path prefix inside the GCS bucket for this integrationaccount_id/my_integration/
integration_name strThe name of the created integration. (can not be changed)my_integration
secret
str
A complete GCP service account JSON for use with the integration-

📘

The secret field in the response contains a Google service account JSON.

To access your GCS integration programmatically (e.g., using PySpark),

save this JSON to a file and use the GOOGLE_APPLICATION_CREDENTIALS environment variable to authenticate.

Language
Credentials
Header
Click Try It! to start a request and see the response here!