Skip to content

Commit fa9acda

Browse files
authored
Merge pull request #6858 from segmentio/develop
Release 24.30.2
2 parents 1b87c95 + 9181947 commit fa9acda

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+328
-573
lines changed

docker-compose.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@ services:
55
command: make dev
66
image: jekyll/jekyll:latest
77
volumes:
8-
- '.:/srv/jekyll'
9-
- './vendor/bundle:/usr/local/bundle'
8+
- '.:/srv/jekyll'
9+
- './vendor/bundle:/usr/local/bundle'
1010
ports:
11-
- 4000:4000
11+
- 4000:4000
1212
container_name: jekyll
13+
# If you are on arm64 and experiencing issues with the tests (hangs,
14+
# connection reset) then try the following in order:
15+
16+
# - stopping and removing all downloaded container images
17+
# - ensuring you have the latest Docker Desktop version
18+
# - factory reset your Docker Desktop settings
19+
20+
# If you are still running into issues please post in #help-infra-seg.
21+
platform: linux/amd64

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 2024-07-23
2+
# destination categories last updated 2024-07-25
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 5 additions & 5 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 2024-07-23
2+
# destination data last updated 2024-07-25
33
items:
44
- id: 637e8d185e2dec264895ea89
55
display_name: 1Flow
@@ -6141,7 +6141,7 @@ items:
61416141
previous_names:
61426142
- Amazon AMC (Actions)
61436143
- Amazon Ads DSP and AMC
6144-
website: http://www.segment.com
6144+
website: https://advertising.amazon.com/
61456145
status: PUBLIC_BETA
61466146
categories:
61476147
- Advertising
@@ -25711,7 +25711,7 @@ items:
2571125711
previous_names:
2571225712
- Display and Video 360 (Actions)
2571325713
website: http://www.segment.com
25714-
status: PUBLIC_BETA
25714+
status: PUBLIC
2571525715
categories:
2571625716
- Advertising
2571725717
logo:
@@ -63222,7 +63222,7 @@ items:
6322263222
previous_names:
6322363223
- LinkedIn Conversions API
6322463224
website: http://www.segment.com
63225-
status: PUBLIC_BETA
63225+
status: PUBLIC
6322663226
categories: []
6322763227
logo:
6322863228
url: https://cdn-devcenter.segment.com/0015b1e2-b3c3-4077-8859-abf25f91b91c.svg
@@ -65818,7 +65818,7 @@ items:
6581865818
previous_names:
6581965819
- Marketo Static Lists (Actions)
6582065820
website: http://www.segment.com
65821-
status: PUBLIC_BETA
65821+
status: PUBLIC
6582265822
categories: []
6582365823
logo:
6582465824
url: https://cdn-devcenter.segment.com/baea98c1-5b3c-4b60-99aa-a40f22095f7b.svg

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 2024-07-23
2+
# destination data last updated 2024-07-25
33
items:
44
- id: 54521fd925e721e32a72eee1
55
display_name: Pardot

src/_data/catalog/slugs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,6 @@ destinations:
225225
override: "actions-xtremepush"
226226
- original: "metricstory"
227227
override: "convertly"
228+
- original: "amazon-ads-dsp-and-amc"
229+
override: "actions-amazon-amc"
228230

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 categories last updated 2024-07-23
2+
# source categories last updated 2024-07-25
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 3 additions & 4 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 2024-07-23
2+
# sources last updated 2024-07-25
33
items:
44
- id: 8HWbgPTt3k
55
display_name: .NET
@@ -1205,9 +1205,8 @@ items:
12051205
- us
12061206
source_type: cloud-app
12071207
description: >-
1208-
This source is in beta! Looker is a business intelligence software
1209-
platform that helps you explore, analyze and share real-time business
1210-
insights easily.
1208+
Looker is a business intelligence software platform that helps you
1209+
explore, analyze and share real-time business insights easily.
12111210
logo:
12121211
url: https://cdn.filepicker.io/api/file/q8M1ezNVQJiDtZJWoHHn
12131212
categories:

src/_data/products.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,15 @@ items:
186186
- product_display_name: OAuth 2.0
187187
slug: oauth-2
188188
plan-note: "OAuth 2.0 is available to customers on Business tier plans."
189+
plans:
190+
free: false
191+
team: false
192+
business: true
193+
add-on: false
194+
195+
- product_display_name: Custom Domain
196+
slug: custom-domain
197+
plan-note: "Custom Domain is available to customers on Business tier plans."
189198
plans:
190199
free: false
191200
team: false

src/_data/sidenav/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,10 @@ sections:
150150
title: Cloud Sources
151151
- path: /connections/sources/debugger
152152
title: Source Debugger
153-
- path: /connections/sources/custom-domains
154-
title: Set Up a Custom Domain Proxy in Segment
153+
- path: /connections/sources/custom-domain
154+
title: Segment-Managed Custom Domain
155+
- path: /connections/sources/catalog/libraries/website/javascript/custom-proxy
156+
title: Self-Managed Custom Proxy
155157
- path: /connections/sources/visual-tagger
156158
title: Visual Tagger
157159
- section_title: Schema

src/_data/sidenav/strat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ sections:
109109
- path: /connections/sources/catalog/libraries/website/javascript/quickstart
110110
title: Quickstart tutorial
111111
- path: /connections/sources/catalog/libraries/website/javascript/custom-proxy
112-
title: Custom proxy for Analytics.js
112+
title: Self-Managed Custom Proxy
113113
- path: /connections/sources/catalog/libraries/website/javascript/persistence
114114
title: Client-side persistence in Analytics.js
115115
- path: /connections/sources/catalog/libraries/website/javascript/single-page-apps

0 commit comments

Comments
 (0)