Skip to content

Commit 134d935

Browse files
authored
Merge pull request #8087 from carlota-moh/develop
chore: fixes for serialization of batch 5.1
2 parents 3fba5e3 + c5dcef8 commit 134d935

File tree

27 files changed

+44
-45
lines changed

27 files changed

+44
-45
lines changed

src/connections/destinations/catalog/actions-amazon-conversions-api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To connect the Amazon Conversions API Destination:
4949
9. Follow the steps in [Customizing mappings](/docs/connections/destinations/actions/#customize-mappings).
5050
10. Toggle **Enable Destination** on, then click **Save Changes**.
5151

52-
{% include components/actions-fields.html settings="true"%}
52+
{% include components/actions-fields.html settings="true" %}
5353

5454
> info "Event Action Source"
5555
> By default, Segment sends all mappings as `website` conversions. To send events from mobile apps, Fire TV, or offline sources, set the Event Action Source in each mapping to the appropriate value: `android`, `ios`, `fire_tv`, or `offline`.

src/connections/destinations/catalog/actions-braze-cloud/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Sync modes available for v2 Actions include:
6262
- **Upsert**: Update existing records and add new ones, if necessary.
6363
- **Add**: Add records to a list, segment, or journey.
6464

65-
{% include components/actions-fields.html settings="true"%}
65+
{% include components/actions-fields.html settings="true" %}
6666

6767
## Migration from Braze Classic
6868

src/connections/destinations/catalog/actions-braze-cohorts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you are creating multiple mappings in one Braze Cohorts destination, Segment
5454
> info ""
5555
> A user can only be added to a cohort if the user already exists in Braze. This means that the Braze Cohorts destination should be used in parallel with the [Braze Cloud Mode (Actions) destination](/docs/connections/destinations/catalog/braze-cloud-mode-actions/) or the [Braze Web Mode (Actions) destination](/docs/connections/destinations/catalog/braze-web-device-mode-actions/), both of which can create users in Braze.
5656
57-
{% include components/actions-fields.html settings="true"%}
57+
{% include components/actions-fields.html settings="true" %}
5858

5959
### Supplementing audience payloads
6060

src/connections/destinations/catalog/actions-braze-web/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ After setting up your Braze Web Mode (Action) destination in the Segment app, Se
3434
> If you're using a device-mode connection, Braze's SDK assigns a `device_id` and a backend identifier, `braze_id`, to every user. This allows Braze to capture anonymous activity from the device by matching on those identifiers instead of `userId`. This applies to _device-mode connections_.
3535
3636

37-
{% include components/actions-fields.html settings="true"%}
37+
{% include components/actions-fields.html settings="true" %}
3838

3939
## Other features
4040

src/connections/destinations/catalog/actions-customerio/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ id: 5f7dd78fe27ce7ff2b8bfa37
2727
6. Enter the **API Key** and **Site ID**. Find these values on the [Customer.io API Credentials Page](https://fly.customer.io/settings/api_credentials){:target="_blank"}.
2828
7. Select **Quick Setup** to start with pre-populated subscriptions, or **Customized Setup** to configure each action from scratch. Click **Configure Actions**.
2929

30-
{% include components/actions-fields.html settings="true"%}
30+
{% include components/actions-fields.html settings="true" %}
3131

3232

3333
## Migration from Customer.io classic

src/connections/destinations/catalog/actions-google-analytics-4-web/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ When these properties are available, they send to the `update` command.
123123
124124
If you have any questions setting up consent mode, reach out to [friends@segment.com](mailto:friends@segment.com).
125125
126-
{% include components/actions-fields.html settings="true"%}
126+
{% include components/actions-fields.html settings="true" %}
127127
128128
## FAQ and troubleshooting
129129

src/connections/destinations/catalog/actions-google-campaign-manager-360/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The Google Campaign Manager 360 destination supports hashing for the following f
9595

9696
The hashing algorithm used is SHA-256. If incoming data arrives already hashed, the destination will not hash it again. The values will be sent as-is to Google.
9797

98-
{% include components/actions-fields.html settings="true"%}
98+
{% include components/actions-fields.html settings="true" %}
9999

100100
## FAQ and troubleshooting
101101

src/connections/destinations/catalog/actions-google-enhanced-conversions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Sync modes allow users to define how Segment should update the data in your dest
131131
Sync modes available for v2 Actions include:
132132
- **Add**: Add records to a list, segment, or journey.
133133

134-
{% include components/actions-fields.html settings="true"%}
134+
{% include components/actions-fields.html settings="true" %}
135135

136136
## Consent mode
137137
[Consent mode](https://support.google.com/analytics/answer/9976101?hl=en){:target="_blank"} is a feature provided by Google in the context of its products, particularly the Gtag library and Google Analytics. As of March 6, 2024, Google announced that consent mode must function for European Economic Area (EEA) users, otherwise data from EEA users won't process.

src/connections/destinations/catalog/actions-hubspot-web/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ HubSpot Web (Actions) provides the following benefits over the classic HubSpot d
3535
6. Follow the steps in the Destinations Actions documentation on [Customizing mappings](/docs/connections/destinations/actions/#customize-mappings).
3636
7. Enable the destination and configured mappings.
3737

38-
{% include components/actions-fields.html settings="true"%}
38+
{% include components/actions-fields.html settings="true" %}
3939

4040
## FAQ & Troubleshooting
4141

src/connections/destinations/catalog/actions-intercom-web/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To access the Intercom Messaging Box, you'll need to configure and connect the I
6060
> info ""
6161
> Segment doesn't support the creation of **Leads** for Intercom Web. Segment recommends using [Intercom Cloud Mode](/docs/connections/destinations/catalog/actions-intercom-cloud/) to support leads creation.
6262
63-
{% include components/actions-fields.html settings="true"%}
63+
{% include components/actions-fields.html settings="true" %}
6464

6565
## Troubleshooting
6666

0 commit comments

Comments
 (0)