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
Copy file name to clipboardexpand all lines: src/connections/destinations/catalog/firebase/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,7 @@ Then, enter the deep link URL scheme in your Segment Firebase destination settin
273
273
274
274
### **ConversionTrackingandAdwordsConversions**
275
275
276
-
Firebaseisnow Google's recommended method for reporting conversions to Adwords! To do so, simply track the conversion events as you normally would with Segment and Segment will send them through to Firebase! Follow [this documentation from Firebase to set up your conversions in Firebase and to have them forwarded to Adwords](https://firebase.google.com/docs/adwords/).
276
+
FirebaseisGoogle's recommended method for reporting conversions to Adwords. To use Firebase, track the conversion events as you normally would with Segment and Segment will send them through to Firebase.
Copy file name to clipboardexpand all lines: src/connections/destinations/catalog/onesignal-new/index.md
+3
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,9 @@ Segment sends Identify traits as [Player Data Tags](https://documentation.onesig
48
48
49
49

50
50
51
+
> info "Data Tag Limits"
52
+
> Your OneSignal plan may cap incoming Data Tags. Once you've reached your Data Tag limit, your user traits won't update in your OneSignal destination.
53
+
51
54
### Track
52
55
53
56
Send [Track](/docs/connections/spec/track) calls to update Data Tags. For example:
1. Create a [new Service Account for Segment](#create-a-service-account-for-segment) using the linked instructions.
127
+
2. Verify that the data is loading into your warehouse.
128
+
3. Sign in to the [Google Developers Console](https://console.developers.google.com).
129
+
4. Open the IAM & Admin product, and select **IAM**.
130
+
5. From the list of projects, select the project that has BigQuery enabled.
131
+
6. On the project's page, select the **Permissions** tab, and then click **view by PRINCIPALS**.
132
+
7. Select the checkbox for the `[email protected]` account and then click **Remove** to remove access to this shared Service Account.
133
+
134
+
For more information about managing IAM access, see Google's documentation, [Manage access to projects, folders, and organization](https://cloud.google.com/iam/docs/granting-changing-revoking-access).
121
135
122
136
123
137
## Best Practices
@@ -211,4 +225,4 @@ a need for streaming data into BigQuery, [contact Segment support](https://segme
211
225
### I'm seeing duplicates in my tables.
212
226
213
227
This behavior is expected. Segment only de-duplicates data in your views. See the
Copy file name to clipboardexpand all lines: src/personas/journeys/build-journey.md
-3
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,6 @@ For more information, see [Setting up your Sources](/docs/personas/quickstart/#s
22
22
4. Segment displays the entry condition on the Journey Builder canvas. It may take up to two minutes for Segment to estimate the number of users in the journey.
23
23
5. Click **+** to add the next step and view available step types.
24
24
25
-
> info ""
26
-
> Users can only enter a Journey once.
27
-
28
25
### Using historical data for the entry step
29
26
30
27
If you select the **Use historical data** option, Segment queries all historical data to generate a list of users who enter the Journey upon publication. If you don't select **Use historical data**, only users who satisfy the entry condition *after* you publish enter the Journey.
Copy file name to clipboardexpand all lines: src/personas/journeys/journeys-logic.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ Each step’s membership conditions evaluate in real time, which means that user
107
107
108
108
### Can users exit and re-enter a Journey?
109
109
110
-
No. Users move down the Journey’s branches in sequential order and can't re-enter. Journeys appends a profile trait for each step a user enters. Because the system neither assigns `Audience Exit` events nor removes traits from profiles, users who meet the Journey's entry criteria stay in the Journey permanently.
110
+
Yes. To allow users to re-enter Journeys that they've exited, [enable re-entry](/docs/personas/journeys/build-journey/#journey-re-entry) during initial Journey setup.
111
111
112
112
### What happens to traits and audiences when I delete a Journey?
Copy file name to clipboardexpand all lines: src/segment-app/iam/scim.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ To set up SCIM, you must first create an SSO connection. Once you [create your S
16
16
17
17
## Configuration Instructions
18
18
19
-
Segment officially supports [Okta](#okta-set-up-guide) and [Azure AD](#azure-ad-set-up-guide), and we have plans to support OneLogin soon. Each link includes specific set up instructions for that IdP. You should read the [features](#features) section of this page to understand which features of SCIM Segment supports.
19
+
Segment officially supports [Okta](#okta-set-up-guide), [Azure AD](#azure-ad-set-up-guide), and [OneLogin](#oneLogin-set-up-guide). Each link includes specific set up instructions for that IdP. You should read the [features](#features) section of this page to understand which features of SCIM Segment supports.
20
20
21
21
You may still be able to use SCIM with another Identity Provider (IdP) by adapting the following instructions.
0 commit comments