Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite671264

Browse files
committed
Update catalog
1 parent7c9c370 commite671264

File tree

6 files changed

+309
-37
lines changed

6 files changed

+309
-37
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 PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2023-07-27
2+
# destination categories last updated 2023-08-01
33
items:
44
-display_name:A/B Testing
55
slug:a-b-testing

‎src/_data/catalog/destinations.yml‎

Lines changed: 249 additions & 30 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 2023-07-27
2+
# destination data last updated 2023-08-01
33
items:
44
- id: 637e8d185e2dec264895ea89
55
display_name: 1Flow
@@ -54075,6 +54075,224 @@ items:
5407554075
label: App Id
5407654076
actions: []
5407754077
presets: []
54078+
- id: 641d5acea88fa531b9068608
54079+
display_name: Optimizely Feature Experimentation (Actions)
54080+
name: Optimizely Feature Experimentation (Actions)
54081+
slug: optimizely-feature-experimentation-actions
54082+
hidden: false
54083+
endpoints:
54084+
- US
54085+
regions:
54086+
- us-west-2
54087+
- eu-west-1
54088+
url: connections/destinations/catalog/optimizely-feature-experimentation-actions
54089+
previous_names:
54090+
- Optimizely Feature Experimentation (Actions)
54091+
website: http://www.segment.com
54092+
status: PUBLIC_BETA
54093+
categories: []
54094+
logo:
54095+
url: https://cdn.filepicker.io/api/file/q3lptHVARvaX8eSoJuIt
54096+
mark:
54097+
url: https://cdn.filepicker.io/api/file/cFCJtrVPQ0uXQl8EnyDt
54098+
methods:
54099+
track: true
54100+
identify: true
54101+
group: true
54102+
alias: true
54103+
screen: false
54104+
page: true
54105+
platforms:
54106+
browser: true
54107+
mobile: false
54108+
server: true
54109+
warehouse: false
54110+
components: []
54111+
browserUnbundlingSupported: false
54112+
browserUnbundlingPublic: false
54113+
replay: false
54114+
connection_modes:
54115+
device:
54116+
web: false
54117+
mobile: false
54118+
server: false
54119+
cloud:
54120+
web: true
54121+
mobile: false
54122+
server: true
54123+
settings:
54124+
- name: accessToken
54125+
type: password
54126+
defaultValue: ''
54127+
description: >-
54128+
The personal access token will be used to submit a GDPR delete request to
54129+
Optimizely. To generate a personal access token, navigate to Profile->API
54130+
Access and generate a new token.
54131+
required: true
54132+
label: Personal Access Token
54133+
- name: accountId
54134+
type: string
54135+
defaultValue: ''
54136+
description: >-
54137+
In order to use Optimizely Feature Experimentation (Actions) via server
54138+
side, you must enter your Account ID from your Optimizely account. You can
54139+
find this ID by visiting
54140+
https://app.optimizely.com/v2/accountsettings/account/plan
54141+
required: true
54142+
label: Optimizely Account Id
54143+
- name: dataFileUrl
54144+
type: string
54145+
defaultValue: ''
54146+
description: >-
54147+
The datafile is a JSON representation of the current state of flags and
54148+
experiments for an environment in your Full Stack project. It should look
54149+
something like https://cdn.optimizely.com/json/9218021209.json
54150+
required: true
54151+
label: Datafile URL
54152+
actions:
54153+
- id: dJsHVsQvk1fzQvP5L3Yk1d
54154+
name: Track Event
54155+
slug: trackEvent
54156+
description: Track Conversion Events
54157+
platform: CLOUD
54158+
hidden: false
54159+
defaultTrigger: type = "track"
54160+
fields:
54161+
- id: iBscbHY8eMpou6fHDYGdzc
54162+
sortOrder: 0
54163+
fieldKey: eventKey
54164+
label: Event Key
54165+
type: STRING
54166+
description: >-
54167+
The key of the event to be tracked. This key must match the event key
54168+
provided when the event was created in the Optimizely app.
54169+
placeholder: ''
54170+
defaultValue:
54171+
'@path': $.event
54172+
required: true
54173+
multiple: false
54174+
choices: null
54175+
dynamic: true
54176+
allowNull: false
54177+
- id: fmQubBnBSZec5Wi74rJSQ
54178+
sortOrder: 1
54179+
fieldKey: userId
54180+
label: User ID
54181+
type: STRING
54182+
description: >-
54183+
The ID of the user associated with the event being tracked.
54184+
**Important**: This ID must match the user ID provided to Activate or Is
54185+
Feature Enabled.
54186+
placeholder: ''
54187+
defaultValue:
54188+
'@if':
54189+
exists:
54190+
'@path': $.userId
54191+
then:
54192+
'@path': $.userId
54193+
else:
54194+
'@path': $.anonymousId
54195+
required: true
54196+
multiple: false
54197+
choices: null
54198+
dynamic: false
54199+
allowNull: false
54200+
- id: iZ2fA6px1TXTrT5DWrocqZ
54201+
sortOrder: 2
54202+
fieldKey: attributes
54203+
label: Event Attributes
54204+
type: OBJECT
54205+
description: >-
54206+
A map of custom key-value string pairs specifying attributes for the
54207+
user that are used for results segmentation.
54208+
placeholder: ''
54209+
defaultValue:
54210+
'@path': $.context.traits
54211+
required: false
54212+
multiple: false
54213+
choices: null
54214+
dynamic: false
54215+
allowNull: false
54216+
- id: frD4VwR4ZZsZD94PuP1weJ
54217+
sortOrder: 3
54218+
fieldKey: revenue
54219+
label: Revenue
54220+
type: INTEGER
54221+
description: >-
54222+
An integer value that is used to track the revenue metric for your
54223+
experiments, aggregated across all conversion events.
54224+
placeholder: ''
54225+
defaultValue:
54226+
'@path': $.properties.revenue
54227+
required: false
54228+
multiple: false
54229+
choices: null
54230+
dynamic: false
54231+
allowNull: false
54232+
- id: 2wZaWmpRAQ2DSuaACF1H2w
54233+
sortOrder: 4
54234+
fieldKey: value
54235+
label: Value
54236+
type: NUMBER
54237+
description: >-
54238+
A floating point value that is used to track a custom value for your
54239+
experiments. Use this to pass the value for numeric metrics.
54240+
placeholder: ''
54241+
defaultValue:
54242+
'@path': $.properties.value
54243+
required: false
54244+
multiple: false
54245+
choices: null
54246+
dynamic: false
54247+
allowNull: false
54248+
- id: iVh4siKN2KKmd2FyvySmuv
54249+
sortOrder: 5
54250+
fieldKey: eventTags
54251+
label: Event Tags
54252+
type: OBJECT
54253+
description: >-
54254+
A map of key-value pairs specifying tag names and their corresponding
54255+
tag values for this particular event occurrence. Values can be strings,
54256+
numbers, or booleans.
54257+
These can be used to track numeric metrics, allowing you to track actions beyond conversions, for example: revenue, load time, or total value. See details on reserved tag keys.
54258+
54259+
placeholder: ''
54260+
defaultValue:
54261+
'@path': $.properties
54262+
required: false
54263+
multiple: false
54264+
choices: null
54265+
dynamic: false
54266+
allowNull: false
54267+
- id: wqDyRPU1pzJvHszSmBmWNA
54268+
sortOrder: 6
54269+
fieldKey: timestamp
54270+
label: Timestamp
54271+
type: DATETIME
54272+
description: Timestamp of the event
54273+
placeholder: ''
54274+
defaultValue:
54275+
'@path': $.timestamp
54276+
required: true
54277+
multiple: false
54278+
choices: null
54279+
dynamic: false
54280+
allowNull: false
54281+
- id: z7bkLVxcgW2tWZfr9GeF3
54282+
sortOrder: 7
54283+
fieldKey: uuid
54284+
label: Unique ID
54285+
type: HIDDEN
54286+
description: Unique ID for the event
54287+
placeholder: ''
54288+
defaultValue:
54289+
'@path': $.messageId
54290+
required: true
54291+
multiple: false
54292+
choices: null
54293+
dynamic: false
54294+
allowNull: false
54295+
presets: []
5407854296
- id: 59d3b44b8f1480000104be6b
5407954297
display_name: Optimizely Full Stack
5408054298
name: Optimizely Full Stack
@@ -56082,7 +56300,7 @@ items:
5608256300
previous_names:
5608356301
- Pinterest Conversions API
5608456302
website: http://www.segment.com
56085-
status:PUBLIC_BETA
56303+
status:PUBLIC
5608656304
categories:
5608756305
- Advertising
5608856306
logo:
@@ -76554,7 +76772,8 @@ items:
7655476772
defaultValue: ''
7655576773
description: >-
7655676774
The identifier of your Wisepops' website. You can find it in [your setup
76557-
code on Wisepops](https://app.wisepops.com/f/settings/websites).
76775+
code on
76776+
Wisepops](https://id.wisepops.com/r/id/workspaces/_workspaceId_/settings/setup-code).
7655876777
required: true
7655976778
label: Website Identifier
7656076779
actions:
@@ -76579,7 +76798,7 @@ items:
7657976798
hidden: false
7658076799
defaultTrigger: type = "identify"
7658176800
fields:
76582-
- id:bAnMreNrdjVskVmfsCRrzM
76801+
- id:ngzXzR51z81QRKZCTKfFUm
7658376802
sortOrder: 0
7658476803
fieldKey: traits
7658576804
label: Custom Properties
@@ -76593,7 +76812,7 @@ items:
7659376812
choices: null
7659476813
dynamic: false
7659576814
allowNull: false
76596-
- id:7EfUkM7PDYkANZd6KmngX6
76815+
- id:3AGzxGg2PQef9S4zmpdUuU
7659776816
sortOrder: 1
7659876817
fieldKey: id
7659976818
label: Entity ID
@@ -76607,7 +76826,7 @@ items:
7660776826
choices: null
7660876827
dynamic: false
7660976828
allowNull: false
76610-
- id:iWBdXmc6deVa59paCAapGu
76829+
- id:eiLwpGKn1NNhUNzE1FPS5B
7661176830
sortOrder: 2
7661276831
fieldKey: idProperty
7661376832
label: Property name for the entity ID
@@ -76620,7 +76839,7 @@ items:
7662076839
choices: null
7662176840
dynamic: false
7662276841
allowNull: false
76623-
- id:fMVgnbgd5A5BG6iS4dJoDQ
76842+
- id:sHrWcKGxF1jqGnBrtZDe39
7662476843
sortOrder: 3
7662576844
fieldKey: prefix
7662676845
label: Prefix
@@ -76647,7 +76866,7 @@ items:
7664776866
hidden: false
7664876867
defaultTrigger: type = "track"
7664976868
fields:
76650-
- id:iWTfkexjvSECVFvaBTXTji
76869+
- id:5RVi6Nt3iJ8JnwMRaB3uxK
7665176870
sortOrder: 0
7665276871
fieldKey: eventName
7665376872
label: Event Name
@@ -76672,7 +76891,7 @@ items:
7667276891
hidden: false
7667376892
defaultTrigger: type = "track" and event = "Order Completed"
7667476893
fields:
76675-
- id:7oKgGMyZYUGwh17niWYzTx
76894+
- id:sLAE4WyipqF63HAZAXaA1t
7667676895
sortOrder: 0
7667776896
fieldKey: goalName
7667876897
label: Goal Name
@@ -76686,7 +76905,7 @@ items:
7668676905
choices: null
7668776906
dynamic: false
7668876907
allowNull: false
76689-
- id:p1YLQ8bajZTkGn9nvN5aLK
76908+
- id:wqiJ8cbpna4ckLua9nyuFH
7669076909
sortOrder: 1
7669176910
fieldKey: goalRevenue
7669276911
label: Goal Revenue
@@ -76701,16 +76920,14 @@ items:
7670176920
dynamic: false
7670276921
allowNull: false
7670376922
presets:
76704-
- actionId:nVy8wt8DdSKE2vDbqftwZ5
76705-
name:Set Group Traits as Custom Properties
76923+
- actionId:oS23rpRnU6cXVW7afcdjf9
76924+
name:Track Goal
7670676925
fields:
76707-
traits:
76708-
'@path': $.traits
76709-
id:
76710-
'@path': $.groupId
76711-
idProperty: groupId
76712-
prefix: group
76713-
trigger: type = "group"
76926+
goalName:
76927+
'@path': $.event
76928+
goalRevenue:
76929+
'@path': $.properties.revenue
76930+
trigger: type = "track" and event = "Order Completed"
7671476931
- actionId: nVy8wt8DdSKE2vDbqftwZ5
7671576932
name: Set User Traits as Custom Properties
7671676933
fields:
@@ -76720,24 +76937,26 @@ items:
7672076937
'@path': $.userId
7672176938
idProperty: userId
7672276939
trigger: type = "identify"
76723-
- actionId: oS23rpRnU6cXVW7afcdjf9
76724-
name: Track Goal
76940+
- actionId: 5M5CT8cJysDSpQzzhsnoyV
76941+
name: Track Page
76942+
fields: {}
76943+
trigger: type = "page"
76944+
- actionId: nVy8wt8DdSKE2vDbqftwZ5
76945+
name: Set Group Traits as Custom Properties
7672576946
fields:
76726-
goalName:
76727-
'@path': $.event
76728-
goalRevenue:
76729-
'@path': $.properties.revenue
76730-
trigger: type = "track" and event = "Order Completed"
76947+
traits:
76948+
'@path': $.traits
76949+
id:
76950+
'@path': $.groupId
76951+
idProperty: groupId
76952+
prefix: group
76953+
trigger: type = "group"
7673176954
- actionId: nru3QthNY6YBXTiHTg8YfR
7673276955
name: Track Event
7673376956
fields:
7673476957
eventName:
7673576958
'@path': $.event
7673676959
trigger: type = "track"
76737-
- actionId: 5M5CT8cJysDSpQzzhsnoyV
76738-
name: Track Page
76739-
fields: {}
76740-
trigger: type = "page"
7674176960
- id: 575f018380412f644ff139bf
7674276961
display_name: Wishpond
7674376962
name: Wishpond

‎src/_data/catalog/destinations_private.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 data last updated 2023-07-27
2+
# destination data last updated 2023-08-01
33
items:
44
-id:54521fd725e721e32a72eec6
55
display_name:Intercom

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp