Skip to content

Commit 39c537c

Browse files
author
markzegarelli
authored
Merge branch 'master' into add_Braze_warning_image
2 parents d83153c + 1243534 commit 39c537c

File tree

9 files changed

+93
-107
lines changed

9 files changed

+93
-107
lines changed

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2021-08-06
2+
# destination categories last updated 2021-08-16
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2021-08-06
2+
# destination data last updated 2021-08-16
33
items:
44
- display_name: ActiveCampaign
55
name: ActiveCampaign
@@ -2305,8 +2305,8 @@ items:
23052305
type: boolean
23062306
defaultValue: true
23072307
description: >-
2308-
Enabling this will send referrer information as a user property to
2309-
Amplitude when you call Segment's `page` method.
2308+
Client Side Only - Enabling this will send referrer information as a user
2309+
property to Amplitude when you call Segment's `page` method.
23102310
required: false
23112311
label: Track Referrer to Amplitude
23122312
- name: trackRevenuePerProduct
@@ -11395,8 +11395,10 @@ items:
1139511395
defaultValue: ''
1139611396
description: >-
1139711397
Enter your UBX account's base URL endpoint here. This can be found in the
11398-
email you received from UBX after setting up your UBX account. It shoul
11399-
have the format `https://<subdomain>.ubx.ibmmarketing.cloud/<path>`.
11398+
email you received from UBX after setting up your UBX account. It should
11399+
have either the format
11400+
`https://<subdomain>.ubx.ibmmarketingcloud.com/<path>/` or
11401+
`https://<subdomain>.goacoustic.com/<path>/`.
1140011402
required: true
1140111403
label: API URL
1140211404
- name: authToken
@@ -16162,8 +16164,7 @@ items:
1616216164
- Marketing Automation
1616316165
- Personalization
1616416166
logo:
16165-
url: >-
16166-
https://public-segment-devcenter-production.s3.amazonaws.com/58c0f9b4-3ec6-43c3-9158-0942ff36262b.svg
16167+
url: 'https://cdn.filepicker.io/api/file/R1AmIwNrRNGc139Q5SlY'
1616716168
mark:
1616816169
url: >-
1616916170
https://public-segment-devcenter-production.s3.amazonaws.com/d180bde1-ed0e-4155-95c4-e8013e6bda4e.svg
@@ -21525,8 +21526,7 @@ items:
2152521526
- Analytics
2152621527
- Enrichment
2152721528
logo:
21528-
url: >-
21529-
https://public-segment-devcenter-production.s3.amazonaws.com/ebca8275-d3b2-4d71-934d-2ad6ae777ccd.svg
21529+
url: 'https://cdn.filepicker.io/api/file/BUciQq3kSzqCn8EKMtBN'
2153021530
mark:
2153121531
url: >-
2153221532
https://public-segment-devcenter-production.s3.amazonaws.com/4dd0d6c4-3d47-4945-b932-3c9af3530349.svg

src/_data/catalog/source_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# source cateogries last updated 2021-08-06
2+
# source cateogries last updated 2021-08-16
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# sources last updated 2021-08-06
2+
# sources last updated 2021-08-16
33
items:
44
- display_name: .NET
55
slug: net

src/_data/catalog/warehouse_papi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# warehouse data last updated 2021-08-06
2+
# warehouse data last updated 2021-08-16
33
items:
44
- display_name: Azure SQL Data Warehouse
55
slug: azuresqldw

src/connections/destinations/catalog/adroll/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Then, inside AdRoll you can create a "segment" of all users doing any of those e
6060

6161
### Conversion Value
6262

63-
When you include an event property labeled `revenue` it will be tracked to AdRoll as `adroll_conversion_value`.
63+
When you include an event property labeled `price` it will be tracked to AdRoll as `adroll_conversion_value`.
6464

6565
### Currency
6666

src/connections/destinations/catalog/braze/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ analytics.track('Purchased Item', {
184184
name: 'bag'
185185
})
186186
```
187-
When you `track` an event, Segment sends that event to Braze as a custom event. Braze does not support arrays or nested objects for custom track event properties.
187+
When you `track` an event, Segment sends that event to Braze as a custom event.
188188
189189
> note ""
190190
> Braze requires that you include a `userId` or `braze_id` for all calls made in cloud-mode. Segment sends a `braze_id` if `userId` is missing. When you use a device-mode connection, Braze automatically tracks anonymous activity using the `braze_id` if a `userId` is missing.

src/connections/schema-defaults-eol.md

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,43 +5,25 @@ hidden: true
55

66
## Schema Defaults Removal FAQs
77

8-
Schema Defaults allows you to block new events and traits by default. This feature was launched to Private Beta in 2017 as an exploration feature before the introduction of Protocols. It will be removed on August 11, 2021.
9-
10-
#### How do I know if I’m using Schema Defaults?
11-
Navigate to **Connections** and choose your source. In the **Settings** tab under **Schema Configuration**, if you see the **Schema Defaults** section and have any events or traits that are marked **Block** or **Omit**, you have Schema Defaults enabled.
12-
13-
![Schema Defaults](images/schema-defaults-eol-1.png)
8+
Schema Defaults allows you to block new events and traits by default. This feature was launched to Private Beta in 2017 as an exploration feature before the introduction of Protocols.
149

1510
#### What happens after Schema Defaults is removed?
1611
Any events and traits that were blocked by Schema Defaults will continue to be blocked. Any new events and traits will automatically be allowed.
1712

18-
Before they are removed, you can change your Source Schema settings to allow or block individual events, properties, and traits by following these steps:
19-
20-
1. Go to the **Schema** tab of your source.
21-
2. Use the toggle to allow or block the different events, properties, and traits.
22-
23-
![toggling schema defaults](images/schema-defaults-eol-2.png)
13+
If you still want to block new events and traits by default, you can connect a [Protocols Tracking Plan](/docs/protocols/) to your source.
2414

2515
#### What happens if a source with Schema Defaults enabled has a Tracking Plan connected to it?
26-
Tracking Plans _replace_ Schema Defaults, so these sources will continue to behave the same.
16+
[Tracking Plans](/docs/protocols/tracking-plan/) replace Schema Defaults, so these sources will continue to behave the same.
2717

28-
#### How should I prepare for the removal of Schema Defaults?
29-
If you still want to block new events and traits by default, you can connect a [Protocols Tracking Plan](/docs/protocols/) to your source.
3018

3119
## Event Requirements Removal FAQs
3220

33-
Event Requirements allow you to define rules for an event property and block violating events. This feature was launched to Private Beta in 2017 as an exploratory feature before the introduction of Protocols. It will be removed on August 11, 2021.
34-
35-
#### How do I know if I’m using Event Requirements?
36-
Navigate to **Connections** and choose your source. Go to the **Schema** tab and click on an event. If you’re able to click on an event and view the properties and rules for it, you’re using Event Requirements.
37-
38-
![Event Requirements](images/schema-defaults-eol-3.png)
21+
Event Requirements allows you to define rules for an event property and block violating events. This feature was launched to Private Beta in 2017 as an exploratory feature before the introduction of Protocols.
3922

4023
#### What happens after Event Requirements is removed?
4124
Events that violate the rules set up in Event Requirements will no longer be blocked. The Event Requirements UI will be removed from the Segment web app, and you won’t be able to interact with the feature settings.
4225

26+
If you still want to block the events that you set up in Event Requirements, you can connect a [Protocols Tracking Plan](/docs/protocols/tracking-plan/) to your source.
27+
4328
#### What happens if a source with Event Requirements enabled has a Tracking Plan connected to it?
4429
[Tracking Plans](/docs/protocols/tracking-plan/) replace any Event Requirements, so these sources will continue to behave the same.
45-
46-
#### How should I prepare for the removal of Event Requirements?
47-
If you still want to block the events that you set up in Event Requirements, you can connect a [Protocols Tracking Plan](/docs/protocols/tracking-plan/) to your source.

0 commit comments

Comments
 (0)