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/_includes/content/warehouse-ip.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
<divclass="premonition warning">
2
2
<divclass="fa fa-exclamation-circle"></div>
3
3
<divclass="content">
4
-
<pclass="header">Update your warehouse allowlist for with new IP addresses</p>
5
-
<p>Starting on November 14, 2023, all Segment customers with workspaces hosted in the US who use allowlists in their warehouses must update those allowlists to include the following ranges:</p>
4
+
<pclass="header">Update your warehouse allowlist with new IP addresses</p>
5
+
<p>As of November 14, 2023, all Segment users with workspaces hosted in the US who use allowlists in their warehouses must update those allowlists to include the following ranges:</p>
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-accoil-analytics/index.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Accoil is most effective when used with Segment. Here’s how it functions:
33
33
34
34
To start using the Accoil destination:
35
35
36
-
1. In your Segment workspace, navigate to the Catalog page and search for "Accoil Analytics".
36
+
1. In your Segment workspace, navigate to the [Catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog/){:target="_blank"} and search for "Accoil Analytics".
37
37
2. Select Accoil Analytics from the results and click **Add Destination**.
38
38
3. Choose the Segment source you want to connect to Accoil.
39
39
4. Navigate to your Accoil dashboard and find your API Key under **General Account Settings**. Copy this API Key.
@@ -65,13 +65,14 @@ Example Call:
65
65
Group calls link users to accounts and records account-level attributes.
66
66
67
67
Example Call:
68
-
````javascript
68
+
```javascript
69
69
analytics.group('accountId123', {
70
70
name:'Example Company',
71
71
createdAt:'2021-03-15T09:00:00Z', // ISO 8601 or Unix timestamp format
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-braze-cloud/index.md
+26-3Lines changed: 26 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,31 @@ Braze Cloud Mode (Actions) provides the following benefit over Braze Classic:
34
34
> info ""
35
35
> Braze now supports sending `email` as an identifier. Braze requires that you include `userId`, `braze_id`, or `email` for all calls made in cloud-mode. Segment sends a `braze_id` if the `userId` is missing. When you use a device-mode connection, Braze automatically tracks anonymous activity using the `braze_id` if a `userId` is missing.
36
36
37
-
> info "V2 Actions"
38
-
> The V2 versions of each action include improved sync mode support. Only valid sync modes for each action are available. As a result, the `_update_existing_only` parameter is tied to the sync mode you select for the mapping. If you select the `update` sync mode, Segment passes `_update_existing_only: true` to Braze, and if you choose the `add` sync mode, Segment passes `_update_existing_only: false` to Braze.
37
+
38
+
## Actions v2
39
+
40
+
Segment’s introduced the following v2 Actions to add additional functionality to the Braze Cloud Mode (Actions) destination:
41
+
-[Update User Profile v2](#update-user-profile-v2)
42
+
-[Track Event v2](#track-event-v2)
43
+
-[Identify User v2](#identify-user-v2)
44
+
-[Create Alias v2](#create-alias-v2)
45
+
-[Track Purchase v2](#track-purchase-v2)
46
+
47
+
These Actions support the following features:
48
+
-**Sync modes**: Control how Segment updates your downstream destination by selecting a sync mode, or a strategy for updating your downstream data.
49
+
-**Dynamic dropdowns**: When creating or updating a mapping in the Segment app, the dropdown auto-populates all of the available properties directly from Braze.
50
+
-**Create and modify data**: Use Sync modes to create objects in your downstream destination without having to leave the Segment app.
51
+
52
+
> warning ""
53
+
> You might need to reauthorize your Braze account to use all of the features associated with v2 Actions.
54
+
55
+
### Sync modes
56
+
57
+
Sync modes allow users to define how Segment should update the data in your destination.
58
+
59
+
Sync modes available for v2 Actions include:
60
+
-**Upsert**: Update existing records and add new ones, if necessary.
61
+
-**Add**: Add records to a list, segment, or journey.
39
62
40
63
{% include components/actions-fields.html settings="true"%}
41
64
@@ -50,4 +73,4 @@ Keep the following in mind if you plan to move to Braze (Actions) from the class
50
73
Braze requires one of either `external_id`, `user_alias`, or `braze_id` to be present in all events sent. If events are failing to send, please check your event mappings to make sure these fields are resolving to valid values.
51
74
52
75
### Missing events
53
-
When an event is sent under an alias, the event may seem to be missing when the alias cannot be found in Braze. This may be due to incorrect search for the alias in Braze. To search for an alias in Braze, use the format "Alias Label:Alias Name". For example, if the "Alias Label" field is set as email and "Alias Name" field is set as email address (for example: "[email protected]"), use "email:test@email.com" to search for the alias in Braze.
76
+
When an event is sent under an alias, the event may seem to be missing when the alias cannot be found in Braze. This may be due to incorrect search for the alias in Braze. To search for an alias in Braze, use the format "Alias Label:Alias Name". For example, if the "Alias Label" field is set as email and "Alias Name" field is set as email address (for example: "[email protected]"), use "email:test@email.com" to search for the alias in Braze.
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-google-enhanced-conversions/index.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,24 @@ Segment automatically hashes any of the following fields that are not already ha
113
113
* First name
114
114
* Last name
115
115
116
+
## Actions v2
117
+
118
+
Segment’s v2 Actions, [Call Conversion v2](#call-conversion-v2), [Conversion Adjustment v2](#conversion-adjustment-v2), and [Click Conversion v2](#click-conversion-v2), support the following features:
119
+
120
+
-**Sync modes**: Control how Segment updates your downstream destination by selecting a sync mode, or a strategy for updating your downstream data.
121
+
-**Dynamic dropdowns**: When creating or updating a mapping in the Segment app, the dropdown auto-populates all of the available properties directly from Google Ads.
122
+
-**Create and modify data**: Use Sync modes to create objects in your downstream destination without having to leave the Segment app.
123
+
124
+
> warning ""
125
+
> You might need to reauthorize your Google Ads account to use all of the features associated with v2 Actions.
126
+
127
+
### Sync modes
128
+
129
+
Sync modes allow users to define how Segment should update the data in your destination.
130
+
131
+
Sync modes available for v2 Actions include:
132
+
-**Add**: Add records to a list, segment, or journey.
133
+
116
134
{% include components/actions-fields.html settings="true"%}
117
135
118
136
## Consent mode
@@ -181,3 +199,4 @@ To resolve this, ensure that the ConversionActionType value in Google Ads is cor
181
199
### `The required field was not present., at conversions[0].gclid` Error
182
200
183
201
Events going to Google for this integration require a `GCLID` field, an `email`, or a `phone_number`. If one of those identifiers isn't being sent properly, then you may see the `The required field was not present., at conversions[0].gclid` error. To fix this, double check that at least one of those fields is being passed to Google on each payload.
0 commit comments