Skip to content

Commit 6b39e11

Browse files
authored
Merge pull request #2779 from segmentio/develop
Release 22.16.1
2 parents 637f88e + e77f633 commit 6b39e11

File tree

35 files changed

+1172
-292
lines changed

35 files changed

+1172
-292
lines changed

.github/Vocab/Docs/accept.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
(?:L|l)ookback
88
(?:P|p)ageviews?\b
99
(?:P|p)endo
10+
(?:P|p)odfile
1011
(?:P|p)ostgres
1112
(?:R|r)emarketing
1213
(?:U|u)nlinks?\b
@@ -17,6 +18,7 @@ Adwords
1718
allowlist
1819
Amberflo
1920
Appboy
21+
Appsflyer
2022
blocklist
2123
boolean
2224
Chargebee
@@ -49,6 +51,7 @@ Kameleoon
4951
Kissmetrics
5052
Lightbox
5153
Littledata
54+
Mailmodo
5255
Marketo
5356
measurability
5457
middleware
@@ -69,6 +72,7 @@ upsert
6972
US
7073
utm
7174
Vero
75+
Vidora
7276
viewability
7377
WebKit
7478
Wootric

Gemfile.lock

100644100755
File mode changed.

scripts/catalog_papi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ const updateSources = async () => {
232232
display_name: source.name,
233233
slug,
234234
url,
235-
hidden,
235+
hidden: isCatalogItemHidden(url),
236236
regions,
237237
endpoints,
238238
source_type: mainCategory,

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 2022-04-06
2+
# destination categories last updated 2022-04-21
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

0 commit comments

Comments
 (0)