Skip to content

Commit aa23357

Browse files
authored
Merge branch 'master' into thomas/wootric_rebrand_source
2 parents 213ecac + 484db38 commit aa23357

File tree

30 files changed

+442
-175
lines changed

30 files changed

+442
-175
lines changed

.env.example

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
##
2+
# Rename this file .env
3+
##
4+
15
CONTEXT=development
26
PLATFORM_API_TOKEN=generate a token from your Segment workspace
37
PAPI_TOKEN=generate a token from your Segment workspace
48
ALGOLIA_APP_ID=
5-
ALGOLIA_SEARCH_KEY=
9+
ALGOLIA_SEARCH_KEY=

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Before you begin:
1212

1313
Not all pages have a 1-1 mapping with their location within the repository. This can make browsing and locating the file you're trying to reference a challenge. As you browse [segment.com/docs](https://segment.com/docs), you'll notice two links in the right sidebar, at the top of the page. Click **Edit this page** to open the page in the Github editor. Or, click **Request docs change** to create a new issue that references the page.
1414

15-
## Want to go deeper? Clone the repository
15+
## Want to go deeper? Fork the repository
1616

17-
You can clone this repository to your local machine to make larger changes. Examples of larger changes include:
17+
You can fork this repository to your local machine to make larger changes. Examples of larger changes include:
1818
- editing more than one file at a time
1919
- adding or updating images
2020
- updating navigation items
2121

22-
In this scenario, you'll clone the repository locally, make your changes, and submit a pull request to have them reviewed and merged back into the site.
22+
In this scenario, you'll fork the repository locally, make your changes, and submit a pull request to have them reviewed and merged back into the site.
2323

2424
## Site structure
2525

@@ -111,4 +111,4 @@ Each piece of frontmatter does something special!
111111
- `landing`: defaults to false. Use this to drop the noun set by `integration_type` from the tab title.
112112
- `redirect_from`: Defaults to null. Takes an array of URLs from the frontmatter in a file, and generates a "stub" page at each URL at build-time. Each stub file redirects to the original file. Use the path from the root of the content directory, for example `/connections/destinations/catalog/` rather than `/docs/connections/destinations/catalog/`. **Note** We are mostly using NGINX redirects for SEO purposes. Approximately quarterly, we'll collect these and add them to NGINX.
113113
- `seo-changefreq`: default: `weekly `. Use the values [in the sitemap spec](https://www.sitemaps.org/protocol.html#xmlTagDefinitions). - sets the `changefreq` tag in the sitemap.xml generator, which tells search crawlers how often to check back.
114-
- `seo-priority`: values from `1.0` to `0.1`, default: `0.5 `. Sets the `Priority` tag in the sitemap
114+
- `seo-priority`: values from `1.0` to `0.1`, default: `0.5 `. Sets the `Priority` tag in the sitemap

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"develop": "bundle exec jekyll clean && webpack --mode production && JEKYLL_ENV=testing bundle exec jekyll build --trace -V",
1515
"develop-inc": "webpack --mode production && JEKYLL_ENV=testing bundle exec jekyll build --trace -V -I",
16-
"build": "bundle exec jekyll clean && webpack --mode production && JEKYLL_ENV=production bundle exec jekyll build --trace -V"
16+
"build": "bundle exec jekyll clean && webpack --mode production && bundle exec jekyll build --trace -V"
1717
},
1818
"devDependencies": {
1919
"@babel/cli": "^7.15.7",

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

src/_data/catalog/destinations.yml

Lines changed: 166 additions & 79 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-09-29
2+
# destination data last updated 2021-09-30
33
items:
44
- display_name: 2mee
55
name: 2mee
@@ -12123,6 +12123,85 @@ items:
1212312123
description: Please include the API key from Inkit
1212412124
required: true
1212512125
label: API Key
12126+
- display_name: InMoment (formerly Wootric)
12127+
name: InMoment (formerly Wootric)
12128+
slug: inmoment-formerly-wootric
12129+
hidden: false
12130+
url: connections/destinations/catalog/inmoment-formerly-wootric
12131+
previous_names:
12132+
- Wootric
12133+
- Wootric by InMoment
12134+
- InMoment (formerly Wootric)
12135+
website: http://wootric.com
12136+
status: PUBLIC
12137+
categories:
12138+
- Surveys
12139+
logo:
12140+
url: https://cdn.filepicker.io/api/file/mfNNH5j6Qiys0rFlEaKJ
12141+
mark:
12142+
url: https://cdn.filepicker.io/api/file/2elkEhMOSqCarU2F9sU6
12143+
methods:
12144+
track: true
12145+
identify: true
12146+
group: false
12147+
alias: false
12148+
page: true
12149+
platforms:
12150+
browser: true
12151+
mobile: true
12152+
server: false
12153+
components:
12154+
- code: https://github.com/segment-integrations/analytics.js-integration-wootric
12155+
owner: SEGMENT
12156+
type: browser
12157+
- code: https://github.com/Wootric/segment-wootric-ios
12158+
owner: PARTNER
12159+
type: ios
12160+
- code: https://github.com/Wootric/segment-android-integration-wootric
12161+
owner: PARTNER
12162+
type: android
12163+
browserUnbundlingSupported: false
12164+
browserUnbundlingPublic: true
12165+
replay: false
12166+
connection_modes:
12167+
device:
12168+
web: true
12169+
mobile: true
12170+
server: false
12171+
cloud:
12172+
web: false
12173+
mobile: false
12174+
server: false
12175+
summary: >-
12176+
accepts device-mode data from both Analytics.js and mobile sources. It
12177+
does not accept data in cloud-mode.
12178+
cmode_type: device-only
12179+
case: '1'
12180+
settings:
12181+
- name: accountToken
12182+
type: string
12183+
defaultValue: ''
12184+
description: >-
12185+
You can find your account token in your Wootric Settings under 'Install JS
12186+
Beacon'. It should look something like this: `NPS-4aeb53c1`.
12187+
required: true
12188+
label: Account Token
12189+
- name: clientId
12190+
type: string
12191+
defaultValue: ''
12192+
description: >-
12193+
**Only required for the Wootric mobile integration**. You can find your
12194+
Client ID in your Wootric Settings.
12195+
required: true
12196+
label: Client ID
12197+
- name: clientSecret
12198+
type: string
12199+
defaultValue: ''
12200+
description: >-
12201+
**Only required for the Wootric mobile integration**. You can find your
12202+
Client Secret in your Wootric Settings.
12203+
required: true
12204+
label: Client Secret
1212612205
- display_name: Insider
1212712206
name: Insider
1212812207
slug: insider
@@ -17206,6 +17285,92 @@ items:
1720617285
characters long, and look something like this: `43c4b9f66d5f88435700003c`.
1720717286
required: true
1720817287
label: Advertiser ID
17288+
- display_name: Perkville
17289+
name: Perkville
17290+
slug: perkville
17291+
hidden: false
17292+
url: connections/destinations/catalog/perkville
17293+
previous_names:
17294+
- Perkville
17295+
website: https://www.perkville.com/
17296+
status: PUBLIC_BETA
17297+
categories:
17298+
- Referrals
17299+
logo:
17300+
url: >-
17301+
https://public-segment-devcenter-production.s3.amazonaws.com/493a250b-60e1-4c61-8619-25059cfedc9e.svg
17302+
mark:
17303+
url: >-
17304+
https://public-segment-devcenter-production.s3.amazonaws.com/58ca6823-e03a-4f91-92cc-dc289f1eaccb.svg
17305+
methods:
17306+
track: true
17307+
identify: false
17308+
group: false
17309+
alias: false
17310+
page: false
17311+
platforms:
17312+
browser: true
17313+
mobile: true
17314+
server: true
17315+
components: []
17316+
browserUnbundlingSupported: false
17317+
browserUnbundlingPublic: false
17318+
replay: false
17319+
connection_modes:
17320+
device:
17321+
web: false
17322+
mobile: false
17323+
server: false
17324+
cloud:
17325+
web: false
17326+
mobile: false
17327+
server: false
17328+
summary: No connection mode information available.
17329+
cmode_type: none
17330+
case: '0'
17331+
settings:
17332+
- name: apiKey
17333+
type: string
17334+
defaultValue: ''
17335+
description: >-
17336+
Generate the token in Settings > Apps. Click "show token" under the
17337+
Segment app, then copy it and paste the value here.
17338+
required: true
17339+
label: API Key
17340+
- name: businessId
17341+
type: string
17342+
defaultValue: ''
17343+
description: >-
17344+
Your Perkville business ID. Reach out to [email protected] for this
17345+
information.
17346+
required: true
17347+
label: Business ID
17348+
- name: eventToPerkMap
17349+
type: text-map
17350+
defaultValue: {}
17351+
description: >-
17352+
Map your event names to the perk you would like to award points for. For
17353+
instance, "Checked In" > 123456. This will award all "Checked In" events
17354+
with perk 123456.
17355+
required: true
17356+
label: Event to Perk Map
17357+
- name: locationId
17358+
type: string
17359+
defaultValue: ''
17360+
description: >-
17361+
Your Perkville Location ID. Reach out to [email protected] for this
17362+
information.
17363+
required: true
17364+
label: Location ID
17365+
- name: sendEmail
17366+
type: boolean
17367+
defaultValue: false
17368+
description: >-
17369+
If we post a transaction, send a transactional email to the email address
17370+
provided in the event. Set to False if you want to suppress emails for
17371+
this flow.
17372+
required: true
17373+
label: Send email
1720917374
- display_name: PersistIQ
1721017375
name: PersistIQ
1721117376
slug: persistiq
@@ -25289,84 +25454,6 @@ items:
2528925454
description: Time interval in milliseconds between each ping
2529025455
required: false
2529125456
label: Ping Interval
25292-
- display_name: Wootric by InMoment
25293-
name: Wootric by InMoment
25294-
slug: wootric-by-inmoment
25295-
hidden: false
25296-
url: connections/destinations/catalog/wootric-by-inmoment
25297-
previous_names:
25298-
- Wootric
25299-
- Wootric by InMoment
25300-
website: http://wootric.com
25301-
status: PUBLIC
25302-
categories:
25303-
- Surveys
25304-
logo:
25305-
url: https://cdn.filepicker.io/api/file/oplSWcoDT8GOEP3wwczT
25306-
mark:
25307-
url: https://cdn.filepicker.io/api/file/4mlUu1VFS9WTb1Jy4nRa
25308-
methods:
25309-
track: true
25310-
identify: true
25311-
group: false
25312-
alias: false
25313-
page: true
25314-
platforms:
25315-
browser: true
25316-
mobile: true
25317-
server: false
25318-
components:
25319-
- code: https://github.com/segment-integrations/analytics.js-integration-wootric
25320-
owner: SEGMENT
25321-
type: browser
25322-
- code: https://github.com/Wootric/segment-wootric-ios
25323-
owner: PARTNER
25324-
type: ios
25325-
- code: https://github.com/Wootric/segment-android-integration-wootric
25326-
owner: PARTNER
25327-
type: android
25328-
browserUnbundlingSupported: false
25329-
browserUnbundlingPublic: true
25330-
replay: false
25331-
connection_modes:
25332-
device:
25333-
web: true
25334-
mobile: true
25335-
server: false
25336-
cloud:
25337-
web: false
25338-
mobile: false
25339-
server: false
25340-
summary: >-
25341-
accepts device-mode data from both Analytics.js and mobile sources. It
25342-
does not accept data in cloud-mode.
25343-
cmode_type: device-only
25344-
case: '1'
25345-
settings:
25346-
- name: accountToken
25347-
type: string
25348-
defaultValue: ''
25349-
description: >-
25350-
You can find your account token in your Wootric Settings under 'Install JS
25351-
Beacon'. It should look something like this: `NPS-4aeb53c1`.
25352-
required: true
25353-
label: Account Token
25354-
- name: clientId
25355-
type: string
25356-
defaultValue: ''
25357-
description: >-
25358-
**Only required for the Wootric mobile integration**. You can find your
25359-
Client ID in your Wootric Settings.
25360-
required: true
25361-
label: Client ID
25362-
- name: clientSecret
25363-
type: string
25364-
defaultValue: ''
25365-
description: >-
25366-
**Only required for the Wootric mobile integration**. You can find your
25367-
Client Secret in your Wootric Settings.
25368-
required: true
25369-
label: Client Secret
2537025457
- display_name: Xplenty
2537125458
name: Xplenty
2537225459
slug: xplenty

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

src/_data/catalog/sources.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-
# sources last updated 2021-09-29
2+
# sources last updated 2021-09-30
33
items:
44
- display_name: .NET
55
slug: net

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

src/_data/sidenav/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ sections:
263263
title: Overview
264264
- path: /personas/audiences/account-audiences
265265
title: Account-Level Audiences
266+
- path: /personas/audiences/organization/
267+
title: Organizing Audiences
266268
- section_title: Journeys
267269
slug: /personas/journeys
268270
section:
@@ -286,6 +288,8 @@ sections:
286288
title: Personas and Warehouses
287289
- path: /personas/profile-api
288290
title: Profile API
291+
- path: /personas/debugger
292+
title: Personas Space Debugger
289293
- path: /personas/personas-gdpr
290294
title: Personas and GDPR
291295
- path: /personas/faqs

src/_includes/components/deploy-preview.html

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

0 commit comments

Comments
 (0)