You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -12,7 +11,8 @@ The Google Cloud Storage (GCS) destination puts the raw logs of the data Segment
12
11
> warning ""
13
12
> The Google Cloud Storage destination works differently than other destinations in Segment. Segment sends **all** data from a Personas source to GCS during the sync process, not only the connected audiences and traits. Using a destinations selector like the [integrations object](/docs/connections/spec/common/#integrations) doesn't affect the events events sent to GCS.
14
13
15
-
**Note**: The GCS destination is currently in public beta, and doesn't support product features such as deletions, replays, or surfacing errors in the UI.
14
+
> info ""
15
+
> The Google Cloud Storage destination is in Public Beta, and doesn't support product features such as deletions or surfacing errors in the UI.
16
16
17
17
18
18
## Getting Started
@@ -93,7 +93,7 @@ Congratulations! You now have a bucket ready to accept Segment data.
93
93
Once the Google Cloud Storage Bucket and Service Account are created, a destination that will send data files to the bucket must be configured:
94
94
95
95
1. In the Segment **Destinations** section, click **Add Destination**.
96
-
You will be redirected to our`Catalog`.
96
+
You will be redirected to the`Catalog`.
97
97
2. Search for "Google Cloud Storage", and click the destination in the catalog.
98
98
3. Click **Configure Google Cloud Storage**.
99
99
4. Select the source you want to send to this destination.
@@ -111,6 +111,6 @@ Common errors which can cause sync failures are:
111
111
-**Bucket not configured**: A bucket for the GCS destination was not provided. Check the GCS destination settings to confirm that a valid bucket is entered.
112
112
-**GCS credentials not configured**: Credentials for the GCS destination cannot be found. Confirm that you've inputted GCS credentials into the destination settings.
113
113
-**Invalid GCS credentials**: Credentials for the GCS destination are found, but they are not correctly formatted credentials. Re-enter a valid credential as a setting for the destination to work.
114
-
-**Unable to upload files**: We are unable to upload files to GCS due to incorrect credentials (e.g., non-existent bucket), insufficient permissions, or a GCS error. Confirm that credentials and permissions are set correctly.
114
+
-**Unable to upload files**: Segment can't upload files to GCS due to incorrect credentials (for example, a non-existent bucket), insufficient permissions, or a GCS error. Confirm that credentials and permissions are set correctly.
115
115
-**Destination not found**: There is no GCS destination connected to the source, and can be connected within the workspace overview page.
116
116
-**Destination disabled**: The GCS destination for the source is disabled, and can be enabled in the destination settings page.
0 commit comments