Skip to content

Commit 54dbf65

Browse files
author
markzegarelli
authored
Merge pull request #1781 from segmentio/aug-4_bulk_fixes
aug 4 bulk fixes
2 parents f508a70 + b2df991 commit 54dbf65

File tree

12 files changed

+200
-77
lines changed

12 files changed

+200
-77
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GIT
2121
GEM
2222
remote: https://rubygems.org/
2323
specs:
24-
addressable (2.7.0)
24+
addressable (2.8.0)
2525
public_suffix (>= 2.0.2, < 5.0)
2626
algolia_html_extractor (2.6.4)
2727
json (~> 2.0)

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

src/_data/catalog/destinations.yml

Lines changed: 128 additions & 60 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-07-14
2+
# destination data last updated 2021-08-04
33
items:
44
- display_name: ActiveCampaign
55
name: ActiveCampaign
@@ -394,6 +394,72 @@ items:
394394
Adobe's AppID, as `<name> <version> (<build>)`.
395395
required: true
396396
label: Add application build to Adobe's App ID
397+
- name: batchApiLocation
398+
type: select
399+
defaultValue: ''
400+
description: The region where batched data will be sent.
401+
required: true
402+
label: Batch API Location
403+
- name: batchClientId
404+
type: string
405+
defaultValue: ''
406+
description: >-
407+
The Client ID generated for your Adobe project’s service account, found in
408+
the Adobe Developer Console.
409+
required: true
410+
label: Batch Client ID
411+
- name: batchClientSecret
412+
type: string
413+
defaultValue: ''
414+
description: >-
415+
The Client Secret generated for your Adobe project’s service account,
416+
found in the Adobe Developer Console.
417+
required: true
418+
label: Batch Client Secret
419+
- name: batchEnabled
420+
type: boolean
421+
defaultValue: false
422+
description: >-
423+
Enables batching in the core pipeline. THIS IS NOT USED BY THE ADOBE
424+
ANALYTICS DESTINATION.
425+
required: true
426+
label: Batch Enabled
427+
- name: batchJwtPrivateKey
428+
type: string
429+
defaultValue: ''
430+
description: >-
431+
The private key generated when adding a new service account (JWT) to your
432+
Adobe project encoded as a base64 string.
433+
required: true
434+
label: Batch JWT Private Key
435+
- name: batchOrganizationId
436+
type: string
437+
defaultValue: ''
438+
description: >-
439+
The Organization ID generated for your Adobe project’s service account,
440+
found in the Adobe Developer Console.
441+
442+
443+
&nbsp;&nbsp;
444+
445+
446+
(e.g., `org_ident@AdobeOrg`)
447+
required: true
448+
label: Batch Organization ID
449+
- name: batchTechnicalAccountId
450+
type: string
451+
defaultValue: ''
452+
description: >-
453+
The Technical Account ID generated for your Adobe project’s service
454+
account, found in the Adobe Developer Console.
455+
456+
457+
&nbsp;&nbsp;
458+
459+
460+
461+
required: true
462+
label: Batch Technical Account ID
397463
- name: contextValues
398464
type: text-map
399465
defaultValue: {}
@@ -4388,65 +4454,6 @@ items:
43884454
description: ''
43894455
required: true
43904456
label: API Key
4391-
- display_name: Canny-Classic
4392-
name: Canny-Classic
4393-
slug: canny
4394-
hidden: false
4395-
url: connections/destinations/catalog/canny
4396-
previous_names:
4397-
- Canny
4398-
- Canny-Classic
4399-
website: 'https://canny.io'
4400-
status: PUBLIC
4401-
categories:
4402-
- Surveys
4403-
logo:
4404-
url: >-
4405-
https://public-segment-devcenter-production.s3.amazonaws.com/9338aebf-369e-4350-ad24-d2acf23e576e.svg
4406-
mark:
4407-
url: >-
4408-
https://public-segment-devcenter-production.s3.amazonaws.com/3d01bc5d-4382-49d5-aed2-95dbc43f9cad.svg
4409-
methods:
4410-
track: false
4411-
identify: true
4412-
group: false
4413-
alias: false
4414-
page: false
4415-
platforms:
4416-
browser: true
4417-
mobile: true
4418-
server: true
4419-
components: []
4420-
browserUnbundlingSupported: false
4421-
browserUnbundlingPublic: false
4422-
replay: false
4423-
connection_modes:
4424-
device:
4425-
web: false
4426-
mobile: false
4427-
server: false
4428-
cloud:
4429-
web: false
4430-
mobile: false
4431-
server: false
4432-
summary: No connection mode information available.
4433-
cmode_type: none
4434-
case: '0'
4435-
settings:
4436-
- name: apiKey
4437-
type: string
4438-
defaultValue: ''
4439-
description: >-
4440-
You can find your API Key in the Segment Integration page in your admin
4441-
settings.
4442-
required: true
4443-
label: API Key
4444-
- name: customFields
4445-
type: array
4446-
defaultValue: []
4447-
description: Segment traits to be imported as custom fields on the user
4448-
required: true
4449-
label: Custom Fields
44504457
- display_name: Castle
44514458
name: Castle
44524459
slug: castle
@@ -12264,6 +12271,67 @@ items:
1226412271
Personalized Push'
1226512272
required: true
1226612273
label: Sender ID / Google API Project Number
12274+
- display_name: Kameleoon
12275+
name: Kameleoon
12276+
slug: kameleoon
12277+
hidden: false
12278+
url: connections/destinations/catalog/kameleoon
12279+
previous_names:
12280+
- Kameleoon
12281+
website: 'https://www.kameleoon.com/en'
12282+
status: PUBLIC_BETA
12283+
categories:
12284+
- A/B Testing
12285+
- Analytics
12286+
- Personalization
12287+
- Feature Flagging
12288+
logo:
12289+
url: >-
12290+
https://public-segment-devcenter-production.s3.amazonaws.com/ded736c3-52b1-4710-9f14-55b90628695a.svg
12291+
mark:
12292+
url: >-
12293+
https://public-segment-devcenter-production.s3.amazonaws.com/e5717897-9bf3-46c8-83ff-cd3f14f5fbed.svg
12294+
methods:
12295+
track: true
12296+
identify: false
12297+
group: false
12298+
alias: false
12299+
page: true
12300+
platforms:
12301+
browser: true
12302+
mobile: true
12303+
server: true
12304+
components: []
12305+
browserUnbundlingSupported: false
12306+
browserUnbundlingPublic: false
12307+
replay: false
12308+
connection_modes:
12309+
device:
12310+
web: false
12311+
mobile: false
12312+
server: false
12313+
cloud:
12314+
web: false
12315+
mobile: false
12316+
server: false
12317+
summary: No connection mode information available.
12318+
cmode_type: none
12319+
case: '0'
12320+
settings:
12321+
- name: apiKey
12322+
type: string
12323+
defaultValue: ''
12324+
description: Please ask your Kameleoon Customer Success Manager for it.
12325+
required: true
12326+
label: API Key
12327+
- name: sitecode
12328+
type: string
12329+
defaultValue: ''
12330+
description: >-
12331+
On your Kameleoon back-office, in the left menu, click on “Installations”
12332+
and then on “Sites”. You will find your sitecode on your site card.
12333+
required: true
12334+
label: Sitecode
1226712335
- display_name: Keen
1226812336
name: Keen
1226912337
slug: keen

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-07-14
2+
# source cateogries last updated 2021-08-04
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 49 additions & 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-07-14
2+
# sources last updated 2021-08-04
33
items:
44
- display_name: .NET
55
slug: net
@@ -407,6 +407,20 @@ items:
407407
url: 'https://cdn.filepicker.io/api/file/aRgo4XJQZausZxD4gZQq'
408408
categories:
409409
- Website
410+
- display_name: Klaviyo
411+
slug: klaviyo
412+
url: connections/sources/catalog/cloud-apps/klaviyo
413+
hidden: false
414+
source_type: cloud-app
415+
description: >-
416+
Klaviyo is an email marketing platform that helps companies make more
417+
money. It lets you send personalized newsletters, triggered emails,
418+
product recommendations, push notifications and sync your data to facebook
419+
custom audiences.
420+
logo:
421+
url: 'https://d3hotuclm6if1r.cloudfront.net/logos/klaviyo-default.svg'
422+
categories:
423+
- Email Marketing
410424
- display_name: Klenty
411425
slug: klenty
412426
url: connections/sources/catalog/cloud-apps/klenty
@@ -422,6 +436,28 @@ items:
422436
https://public-segment-devcenter-production.s3.amazonaws.com/485e07a1-bb4d-4718-97f5-4ffffc46387d.svg
423437
categories:
424438
- Email Marketing
439+
- display_name: Kotlin
440+
slug: kotlin
441+
url: connections/sources/catalog/libraries/server/kotlin
442+
hidden: false
443+
source_type: server
444+
description: The hassle-free way to add Segment analytics to your kotlin app (JVM).
445+
logo:
446+
url: 'https://cdn.filepicker.io/api/file/MuJ4WNE4TRCFe5soqoAP'
447+
categories:
448+
- Server
449+
- display_name: Kotlin (Android)
450+
slug: kotlin-android
451+
url: connections/sources/catalog/libraries/mobile/kotlin-android
452+
hidden: false
453+
source_type: mobile
454+
description: >-
455+
The hassle-free way to add Segment analytics to your kotlin app
456+
(Android/JVM).
457+
logo:
458+
url: 'https://cdn.filepicker.io/api/file/MuJ4WNE4TRCFe5soqoAP'
459+
categories:
460+
- Mobile
425461
- display_name: LaunchDarkly
426462
slug: launchdarkly
427463
url: connections/sources/catalog/cloud-apps/launchdarkly
@@ -777,6 +813,18 @@ items:
777813
url: 'https://cdn.filepicker.io/api/file/jp2UV0RtRU2FZaGxX4qF'
778814
categories:
779815
- Payments
816+
- display_name: Swift (iOS)
817+
slug: swift-ios
818+
url: connections/sources/catalog/libraries/mobile/swift-ios
819+
hidden: false
820+
source_type: mobile
821+
description: >-
822+
The hassle-free way to add Segment analytics to your swift app (iOS,
823+
macOS, tvOS).
824+
logo:
825+
url: 'https://cdn.filepicker.io/api/file/Kszd6sTcT5qO1i9tsunK'
826+
categories:
827+
- Mobile
780828
- display_name: Twilio
781829
slug: twilio
782830
url: connections/sources/catalog/cloud-apps/twilio

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-07-14
2+
# warehouse data last updated 2021-08-04
33
items:
44
- display_name: Azure SQL Data Warehouse
55
slug: azuresqldw

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
beta: true
33
title: Akita Destination
4+
published: false
5+
hidden: true
46
---
57

68
*This destination is maintained by Akita*
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'Kameleoon Destination'
3+
hidden: true
4+
beta: true
5+
---

src/personas/profile-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You can query a user's traits (first_name, last_name, ...):
104104

105105
`https://profiles.segment.com/v1/spaces/<your-namespace-id>/collections/users/profiles/<your-segment-id>/traits`
106106

107-
By default, the response includes 20 traits. You can return up to 200 traits by appending `?limit=200` to the querystring. If you wish to return a specific trait, append `?include={trait}` to the querystring (for example `?include=age`). You can also use the ``?class=audience​`` or ``?class=computed_trait​`` to retrieve audiences or computed traits specifically.
107+
By default, the response includes 20 traits. You can return up to 200 traits by appending `?limit=200` to the querystring. If you wish to return a specific trait, append `?include={trait}` to the querystring (for example `?include=age`). You can also use the ``?class=audience​`` or ``?class=computed_trait​`` URL parameters to retrieve audiences or computed traits specifically.
108108

109109
**Metadata**
110110
You can query all of a user's metadata (created_at, updated_at, ...):

0 commit comments

Comments
 (0)