Skip to content

Commit e427cf8

Browse files
markzegarelliashton-huxtableforstisabellapwsegsarahrudy
authored
Release 23.3.1 (#4065)
* Update faq.md * Developer Center 2.0 documentation (#4007) * Init * Intro edits * Draft complete * Apply suggestions from code review Co-authored-by: forstisabella <[email protected]> * Remove * Update src/partners/index.md Co-authored-by: forstisabella <[email protected]> * Update src/partners/index.md Co-authored-by: forstisabella <[email protected]> * Update src/partners/index.md Co-authored-by: forstisabella <[email protected]> * Clarifications from Sharan * No longer in Dev preview Co-authored-by: forstisabella <[email protected]> * Update Amplitude Classic Destination DOC-629 * Update EU Endpoint Language DOC-629 * Update index.md Add note about the API Key being region specific * Revert commit * Add section highlighting User Data parameter mappings to Facebook Conversions API Destination (#4025) * Update index.md * Update src/connections/destinations/catalog/actions-facebook-conversions-api/index.md Co-authored-by: markzegarelli <[email protected]> Co-authored-by: markzegarelli <[email protected]> * added react native quick link * add section for api token security * update copy * Small edits * Update src/api/public-api.md Co-authored-by: stayseesong <[email protected]> * Update src/api/public-api.md Co-authored-by: stayseesong <[email protected]> * Update vale rules (#4055) * posthog: update instructions for Cloud EU * Add Audiences and Journeys Guide [netlify-build] * add correct actions slug (#4060) Co-authored-by: Niall Brennan <[email protected]> * Add platform code for setting writekey (#4050) * add platform code * add platform code * Update src/connections/sources/catalog/libraries/mobile/react-native/index.md Co-authored-by: markzegarelli <[email protected]> * Update src/connections/sources/catalog/libraries/mobile/react-native/index.md Co-authored-by: markzegarelli <[email protected]> Co-authored-by: Niall Brennan <[email protected]> Co-authored-by: markzegarelli <[email protected]> * add info about how data comes from Clearbit (#4040) * add info about how data comes from Clearbit Customers in the past have been confused about dataflow with Clearbit and about why they see analytics-ruby events in their Debugger. This update clarifies that a bit. There are past Zendesk tickets that all confirm Clearbit data comes back to Segment using analytics-ruby. In addition, Clearbit published this line about it in one of their blog posts: https://clearbit.com/blog/enterprise-grade-analytics-for-startups-2#:~:text=Segment%E2%80%99s%20robust%20API%20and%20Ruby%20library%20enabled%20our%20engineering%20team%20to%20quickly%20build%20an%20event%20emitting%20service%20that%20sends%20usage%20and%20behavioral%20data%20from%20Clearbit%20applications%20and%20services%20into%20Segment%2C%20tracking%20everything%20from%20API%20usage%20and%20page%20views%20to%20signups%20and%20subscribe%20events.. * Update src/connections/destinations/catalog/clearbit-reveal/index.md Co-authored-by: markzegarelli <[email protected]> * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * catalog update (#4064) Co-authored-by: Ashton Huxtable <[email protected]> Co-authored-by: forstisabella <[email protected]> Co-authored-by: pwseg <[email protected]> Co-authored-by: Sarah Rudy <[email protected]> Co-authored-by: pwseg <[email protected]> Co-authored-by: bobbyatsegment <[email protected]> Co-authored-by: stayseesong <[email protected]> Co-authored-by: Sal Olivares <[email protected]> Co-authored-by: Sal Olivares <[email protected]> Co-authored-by: stayseesong <[email protected]> Co-authored-by: Xavier Vello <[email protected]> Co-authored-by: Niall Brennan <[email protected]> Co-authored-by: Niall Brennan <[email protected]> Co-authored-by: Spencer Attick <[email protected]>
1 parent 83c6520 commit e427cf8

File tree

25 files changed

+260
-74
lines changed

25 files changed

+260
-74
lines changed
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
extends: substitution
2-
message: "Please use '%s' instead of '%s'."
3-
link: https://docs.microsoft.com/en-us/style-guide/punctuation/exclamation-points
4-
level: warning
5-
swap:
6-
'\w!\s': '\.'
1+
extends: existence
2+
message: "Don't use exclamation points in text."
3+
nonword: true
4+
level: error
5+
action:
6+
name: remove
7+
tokens:
8+
- '\w!(?:\s|$)'

.github/styles/segment/links copy.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/styles/segment/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ message: "Write meaningful link text."
33
link: https://docs.microsoft.com/en-us/style-guide/urls-web-addresses
44
level: warning
55
raw:
6-
- '\[?here\]\('
6+
- '\[?here\]\(.*'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extends: existence
2-
message: 'Link to Segment docs "%s" must be relative.'
2+
message: 'Link to Segment docs "%s" should be relative.'
33
level: warning
44
scope: raw
55
raw:
6-
- '\[.+\]\(https://(www.)?segment.com/docs.*\)'
6+
- '(segment.com\/docs.[^)]*)'

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 2023-01-12
2+
# destination categories last updated 2023-01-17
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.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 data last updated 2023-01-12
2+
# destination data last updated 2023-01-17
33
items:
44
- id: 637e8d185e2dec264895ea89
55
display_name: 1Flow

src/_data/catalog/destinations_private.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 data last updated 2023-01-12
2+
# destination data last updated 2023-01-17
33
items:
44
- id: 62b256147cbb49302d1486d0
55
display_name: Heap Web (Actions)

src/_data/catalog/regional-supported.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED LIST OF CONNECTIONS THAT SUPPORT REGIONAL
2-
# Last updated 2023-01-12
2+
# Last updated 2023-01-17
33
warehouses:
44
- id: WcjBCzUGff
55
display_name: Azure SQL Data Warehouse
@@ -743,6 +743,22 @@ sources:
743743
- us
744744
endpoints:
745745
- us
746+
- id: vOlNDkP5qR
747+
display_name: Thomas Gilbert Test
748+
slug: thomas-gilbert-test
749+
url: connections/sources/catalog/cloud-apps/thomas-gilbert-test
750+
regions:
751+
- us
752+
endpoints:
753+
- us
754+
- id: 6nGX8vnUpM
755+
display_name: Thomas Source Test Portal
756+
slug: thomas-source-test-portal
757+
url: connections/sources/catalog/cloud-apps/thomas-source-test-portal
758+
regions:
759+
- us
760+
endpoints:
761+
- us
746762
- id: StjIoJAuBT
747763
display_name: Thomas Test Source
748764
slug: thomas-test-source

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 2023-01-12
2+
# source cateogries last updated 2023-01-17
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# sources last updated 2023-01-12
2+
# sources last updated 2023-01-17
33
items:
44
- id: 8HWbgPTt3k
55
display_name: .NET
@@ -1102,7 +1102,7 @@ items:
11021102
isCloudEventSource: true
11031103
slug: paytronix
11041104
url: connections/sources/catalog/cloud-apps/paytronix
1105-
hidden: false
1105+
hidden: true
11061106
regions:
11071107
- us
11081108
endpoints:
@@ -1537,6 +1537,38 @@ items:
15371537
url: https://cdn.filepicker.io/api/file/s6u7GXDeRBq7chdP2Vet
15381538
categories:
15391539
- A/B Testing
1540+
- id: vOlNDkP5qR
1541+
display_name: Thomas Gilbert Test
1542+
isCloudEventSource: true
1543+
slug: thomas-gilbert-test
1544+
url: connections/sources/catalog/cloud-apps/thomas-gilbert-test
1545+
hidden: false
1546+
regions:
1547+
- us
1548+
endpoints:
1549+
- us
1550+
source_type: cloud-app
1551+
description: ''
1552+
logo:
1553+
url: ''
1554+
categories: []
1555+
- id: 6nGX8vnUpM
1556+
display_name: Thomas Source Test Portal
1557+
isCloudEventSource: true
1558+
slug: thomas-source-test-portal
1559+
url: connections/sources/catalog/cloud-apps/thomas-source-test-portal
1560+
hidden: false
1561+
regions:
1562+
- us
1563+
endpoints:
1564+
- us
1565+
source_type: cloud-app
1566+
description: This is a description
1567+
logo:
1568+
url: https://cdn.filepicker.io/api/file/1SsbNbflStyRV9E0euoi
1569+
categories:
1570+
- Advertising
1571+
- Customer Success
15401572
- id: StjIoJAuBT
15411573
display_name: Thomas Test Source
15421574
isCloudEventSource: false

0 commit comments

Comments
 (0)