Skip to content

Commit 6549dcf

Browse files
authored
Merge branch 'develop' into thomas/rokt
2 parents 1092257 + f158238 commit 6549dcf

File tree

64 files changed

+3362
-1595
lines changed

Some content is hidden

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

64 files changed

+3362
-1595
lines changed

.github/styles/Vocab/Docs/accept.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ Amberflo
2222
Appboy
2323
Appsflyer
2424
async
25+
background(?:ed|ing)
2526
Blitzllama
2627
blocklist
2728
boolean
2829
Breyta
2930
Chargebee
3031
CloudFront
3132
Cocoapods
33+
Contentful
3234
Criteo
3335
csv
3436
deeplink
@@ -63,6 +65,7 @@ Kameleoon
6365
Kissmetrics
6466
Lightbox
6567
Littledata
68+
Mailchimp
6669
Mailmodo
6770
markdownify
6871
Marketo
@@ -72,6 +75,7 @@ middleware
7275
Middleware
7376
Mixpanel
7477
namespace
78+
Ninetailed
7579
Okta
7680
Omnichannel
7781
onboarding
@@ -84,6 +88,7 @@ Shopify
8488
Skalin
8589
Smartly
8690
Snapchat
91+
Spideo
8792
Subnet
8893
svg
8994
Totango
@@ -97,4 +102,5 @@ viewability
97102
waitlist
98103
WebKit
99104
Wootric
105+
Xcode
100106
Zendesk

.github/styles/segment/headings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ exceptions:
3131
- Amberflo
3232
- Amplitude
3333
- Amplitude (Actions)
34+
- Analytics.js
3435
- Anodot
3536
- Appcues
3637
- AppNexus
@@ -375,3 +376,4 @@ exceptions:
375376
- Zendesk
376377
- Zendesk Connect
377378
- Zopim
379+
- JavaScript

scripts/catalog_papi.js

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -397,35 +397,34 @@ const updateDestinations = async () => {
397397
destination.supportedMethods = renameKey(destination.supportedMethods, 'pageview', 'page')
398398

399399
let updatedDestination = {
400-
// id: destination.id,
401-
// display_name: destination.name,
402-
// name: destination.name,
403-
// slug,
404-
// hidden: isCatalogItemHidden(url),
405-
// endpoints,
406-
// regions,
407-
// url,
408-
// previous_names: destination.previousNames,
409-
// website: destination.website,
410-
// status: destination.status,
411-
// categories: tempCategories,
412-
// logo: {
413-
// url: destination.logos.default
414-
// },
415-
// mark: {
416-
// url: destination.logos.mark
417-
// },
418-
// methods: destination.supportedMethods,
419-
// platforms: destination.supportedPlatforms,
420-
// components: destination.components,
421-
// browserUnbundlingSupported: destination.supportedFeatures.browserUnbundling,
422-
// browserUnbundlingPublic: destination.supportedFeatures.browserUnbundlingPublic,
423-
// replay: destination.supportedFeatures.replay,
424-
// connection_modes,
425-
// settings,
426-
// actions,
427-
// presets
400+
id: destination.id,
401+
display_name: destination.name,
428402
name: destination.name,
403+
slug,
404+
hidden: isCatalogItemHidden(url),
405+
endpoints,
406+
regions,
407+
url,
408+
previous_names: destination.previousNames,
409+
website: destination.website,
410+
status: destination.status,
411+
categories: tempCategories,
412+
logo: {
413+
url: destination.logos.default
414+
},
415+
mark: {
416+
url: destination.logos.mark
417+
},
418+
methods: destination.supportedMethods,
419+
platforms: destination.supportedPlatforms,
420+
components: destination.components,
421+
browserUnbundlingSupported: destination.supportedFeatures.browserUnbundling,
422+
browserUnbundlingPublic: destination.supportedFeatures.browserUnbundlingPublic,
423+
replay: destination.supportedFeatures.replay,
424+
connection_modes,
425+
settings,
426+
actions,
427+
presets
429428
}
430429
destinationsUpdated.push(updatedDestination)
431430
doesCatalogItemExist(updatedDestination)

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

0 commit comments

Comments
 (0)