Skip to content

Commit 5797a2e

Browse files
author
markzegarelli
authored
Merge branch 'master' into update-ios14.5
2 parents 5515cff + 3093272 commit 5797a2e

File tree

4 files changed

+188
-6
lines changed

4 files changed

+188
-6
lines changed

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 PLATFORM API. DO NOT EDIT
2-
# destination categories last updated 2021-04-28
2+
# destination categories last updated 2021-04-29
33
items:
44
- display_name: Email Marketing
55
slug: email-marketing

src/_data/catalog/destinations.yml

Lines changed: 185 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PLATFORM API. DO NOT EDIT
2-
# destination data last updated 2021-04-28
2+
# destination data last updated 2021-04-29
33
items:
44
- display_name: ActiveCampaign
55
slug: activecampaign
@@ -4352,8 +4352,8 @@ items:
43524352
url: >-
43534353
https://public-segment-devcenter-production.s3.amazonaws.com/67ec1978-b686-4ce1-b395-ee00a3f6d271.svg
43544354
categories:
4355-
- Analytics
43564355
- CRM
4356+
- Analytics
43574357
- Raw Data
43584358
- Customer Success
43594359
methods:
@@ -5281,7 +5281,7 @@ items:
52815281
description: >-
52825282
Cliff.ai automatically monitors your metrics, looks out for unexpected
52835283
behaviour and notifies you immediately about it.
5284-
hidden: false
5284+
hidden: true
52855285
status: PUBLIC_BETA
52865286
previous_names:
52875287
- Cliff
@@ -11633,6 +11633,188 @@ items:
1163311633
details in UBX. It should look something like
1163411634
`eff08b68-0000-0000-9a19-8e43dbeeb201:US`.
1163511635
settings: []
11636+
- display_name: Impact Partnership Cloud
11637+
slug: impact-partnership-cloud
11638+
name: catalog/destinations/impact-partnership-cloud
11639+
url: connections/destinations/catalog/impact-partnership-cloud
11640+
description: >-
11641+
Impact integrates with Segment through a robust and scalable API connection.
11642+
Once connected, seamlessly track and credit your partners for any Segment
11643+
event within Impact.
11644+
hidden: false
11645+
status: PUBLIC_BETA
11646+
previous_names:
11647+
- Impact Partnership Cloud
11648+
logo:
11649+
url: >-
11650+
https://public-segment-devcenter-production.s3.amazonaws.com/318e9621-263d-45a2-80da-2df0a7c78fcd.svg
11651+
mark:
11652+
url: >-
11653+
https://public-segment-devcenter-production.s3.amazonaws.com/edaa6886-d1fe-4af5-a76b-e2832fea8884.svg
11654+
categories:
11655+
- Attribution
11656+
- Referrals
11657+
methods:
11658+
alias: false
11659+
group: false
11660+
identify: true
11661+
page_view: true
11662+
track: true
11663+
components: []
11664+
platforms:
11665+
browser: true
11666+
server: true
11667+
mobile: true
11668+
browserUnbundlingSupported: false
11669+
browserUnbundlingPublic: false
11670+
connection_modes:
11671+
device:
11672+
web: false
11673+
mobile: false
11674+
server: false
11675+
cloud:
11676+
web: false
11677+
mobile: false
11678+
server: false
11679+
summary: No connection mode information available.
11680+
cmode_type: none
11681+
case: '0'
11682+
settings:
11683+
- name: apiKey
11684+
display_name: API Key
11685+
type: STRING
11686+
deprecated: false
11687+
required: true
11688+
string_validators:
11689+
regexp: '^.{8,}$'
11690+
description: The Auth Token from Impact Settings API page
11691+
settings: []
11692+
- name: accountSid
11693+
display_name: Account SID
11694+
type: STRING
11695+
deprecated: false
11696+
required: true
11697+
string_validators:
11698+
regexp: ''
11699+
description: The Account SID from the Impact Settings API page
11700+
settings: []
11701+
- name: actionEventNames
11702+
display_name: Action Event Names
11703+
type: LIST
11704+
deprecated: false
11705+
required: false
11706+
description: >-
11707+
Optional. A list of Segment track events that correspond to a user
11708+
registration, completed order or other payable event. If multiple events
11709+
need to be tracked as actions in Impact, please add all events to the
11710+
array (e.g. Order Completed, User Registered, etc.). This helps us send
11711+
your events to the correct Impact endpoint. Default: “Order Completed”
11712+
settings: []
11713+
- name: androidAppId
11714+
display_name: Android App ID
11715+
type: STRING
11716+
deprecated: false
11717+
required: false
11718+
string_validators:
11719+
regexp: ''
11720+
description: Required for app tracking. Android app identifier from Impact account.
11721+
settings: []
11722+
- name: campaignId
11723+
display_name: Campaign ID
11724+
type: STRING
11725+
deprecated: false
11726+
required: true
11727+
string_validators:
11728+
regexp: ''
11729+
description: Campaign identifier from Impact account
11730+
settings: []
11731+
- name: customMappingForProducts
11732+
display_name: Custom Mapping for Products
11733+
type: MAP
11734+
deprecated: false
11735+
required: false
11736+
description: >-
11737+
Optional. Custom parameter mapping specific to the products array in the
11738+
Segment data. The first parameter is the Impact API parameter (e.g.
11739+
ItemSku) and the second is the Segment parameter specified in the products
11740+
array (e.g. product_id).
11741+
settings: []
11742+
- name: customParameterMapping
11743+
display_name: Custom Parameter Mapping
11744+
type: MAP
11745+
deprecated: false
11746+
required: false
11747+
description: >-
11748+
Optional. Mapping for any non-default parameters as specified by your
11749+
Impact representative. The first parameter is the Impact API parameter
11750+
(e.g. CustomerStatus) and the second is the Segment parameter using dot
11751+
notation for nested parameters (e.g. properties.customer_status).
11752+
settings: []
11753+
- name: enableIdentifyEvents
11754+
display_name: Enable Identify Events
11755+
type: BOOLEAN
11756+
deprecated: false
11757+
required: false
11758+
description: Enables identify events to be tracked within Impact.
11759+
settings: []
11760+
- name: enablePageEvents
11761+
display_name: Enable Page Events
11762+
type: BOOLEAN
11763+
deprecated: false
11764+
required: false
11765+
description: >-
11766+
Required for web tracking. Enables page events to be tracked within
11767+
Impact.
11768+
settings: []
11769+
- name: enableScreenEvents
11770+
display_name: Enable Screen Events
11771+
type: BOOLEAN
11772+
deprecated: false
11773+
required: false
11774+
description: Optional. Enables screen events to be tracked within Impact.
11775+
settings: []
11776+
- name: eventTypeId
11777+
display_name: Event Type ID
11778+
type: STRING
11779+
deprecated: false
11780+
required: false
11781+
string_validators:
11782+
regexp: ''
11783+
description: >-
11784+
Optional. The ID of the Event Type specified in your Impact Settings. If
11785+
left blank, we will use the event from Segment to map to Impact's event
11786+
types. Please confirm the correct mapping is in place with your Impact
11787+
representative.
11788+
settings: []
11789+
- name: installEventNames
11790+
display_name: Install Event Names
11791+
type: LIST
11792+
deprecated: false
11793+
required: false
11794+
description: >-
11795+
Optional. The Segment track event names that correspond to the app install
11796+
event. Default: "Application Installed"
11797+
settings: []
11798+
- name: pageLoadEventNames
11799+
display_name: Page Load Event Names
11800+
type: LIST
11801+
deprecated: false
11802+
required: false
11803+
description: >-
11804+
Optional. A list of Segment track events that correspond to an app open or
11805+
page load. Default: “Application Opened”. Note events from page, screen or
11806+
identify are enabled separately with the toggles below and are
11807+
automatically considered page load events in Impact’s platform.
11808+
settings: []
11809+
- name: iOsAppId
11810+
display_name: iOS App ID
11811+
type: STRING
11812+
deprecated: false
11813+
required: false
11814+
string_validators:
11815+
regexp: ''
11816+
description: Required for app tracking. iOS app identifier from Impact account
11817+
settings: []
1163611818
- display_name: Improvely
1163711819
slug: improvely
1163811820
name: catalog/destinations/improvely

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 PLATFORM API. DO NOT EDIT
2-
# source cateogries last updated 2021-04-28
2+
# source cateogries last updated 2021-04-29
33
items:
44
- display_name: Server
55
slug: server

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 PLATFORM API. DO NOT EDIT
2-
# sources last updated 2021-04-28
2+
# sources last updated 2021-04-29
33
items:
44
- display_name: .NET
55
slug: net

0 commit comments

Comments
 (0)