Skip to content

Commit 64f781a

Browse files
stayseesongSSabevmarkzegarelli
authored
Launchpad Actions Destination (#4223)
* Adding Launchpad documentation * Update src/connections/destinations/catalog/launchpad/index.md Co-authored-by: stayseesong <[email protected]> * Update src/connections/destinations/catalog/launchpad/index.md Co-authored-by: stayseesong <[email protected]> * Update src/connections/destinations/catalog/launchpad/index.md Co-authored-by: stayseesong <[email protected]> * Update src/connections/destinations/catalog/launchpad/index.md Co-authored-by: stayseesong <[email protected]> * Update src/connections/destinations/catalog/launchpad/index.md Co-authored-by: stayseesong <[email protected]> * Update src/connections/destinations/catalog/launchpad/index.md Co-authored-by: stayseesong <[email protected]> * Update src/connections/destinations/catalog/launchpad/index.md Co-authored-by: stayseesong <[email protected]> * Update src/connections/destinations/catalog/launchpad/index.md Co-authored-by: stayseesong <[email protected]> * Update src/connections/destinations/catalog/launchpad/index.md Co-authored-by: stayseesong <[email protected]> * Update src/connections/destinations/catalog/launchpad/index.md Co-authored-by: stayseesong <[email protected]> * edits * destination id * changed link * changed file name * make private destination * Update src/connections/destinations/catalog/actions-launchpad/index.md Co-authored-by: markzegarelli <[email protected]> --------- Co-authored-by: Stefan Sabev <[email protected]> Co-authored-by: markzegarelli <[email protected]>
1 parent 082d30f commit 64f781a

File tree

2 files changed

+66
-177
lines changed

2 files changed

+66
-177
lines changed

src/_data/catalog/destinations_private.yml

Lines changed: 33 additions & 177 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-02-10
2+
# destination data last updated 2023-02-14
33
items:
44
- id: 62b256147cbb49302d1486d0
55
display_name: Heap Web (Actions)
@@ -276,181 +276,6 @@ items:
276276
traits:
277277
'@path': $.traits
278278
trigger: type = "identify"
279-
- id: 634ef204885be3def430af66
280-
display_name: PlayerZero Web
281-
name: PlayerZero Web
282-
slug: actions-playerzero-web
283-
previous_names:
284-
- PlayerZero Web
285-
website: http://www.playerzero.app
286-
status: PRIVATE_BETA
287-
logo:
288-
url: https://cdn.filepicker.io/api/file/YzMBIcfcScuaTGFkSdOA
289-
mark:
290-
url: https://cdn.filepicker.io/api/file/N7U81ONQSZCF9yJ3DRHz
291-
methods:
292-
track: true
293-
pageview: true
294-
identify: true
295-
group: true
296-
alias: true
297-
platforms:
298-
browser: true
299-
mobile: false
300-
server: false
301-
warehouse: false
302-
components: []
303-
browserUnbundlingSupported: false
304-
browserUnbundlingPublic: false
305-
replay: false
306-
settings:
307-
- name: projectId
308-
type: string
309-
defaultValue: ''
310-
description: >-
311-
The Project ID where you want to send data. You can find this ID on
312-
the [Project Data Collection](https://go.playerzero.app/setting/data)
313-
page.
314-
required: true
315-
label: PlayerZero Project ID
316-
actions:
317-
- id: nzkXi7hgRkHEpD8iwbsbBZ
318-
name: Identify User
319-
slug: identifyUser
320-
description: Sets the user identity
321-
platform: WEB
322-
hidden: false
323-
defaultTrigger: type = "identify"
324-
fields:
325-
- id: i6fk9akAEiX2EmycoGfKwX
326-
sortOrder: 0
327-
fieldKey: userId
328-
label: User ID
329-
type: STRING
330-
description: The user's id
331-
placeholder: ''
332-
defaultValue:
333-
'@path': $.userId
334-
required: false
335-
multiple: false
336-
choices: null
337-
dynamic: false
338-
allowNull: false
339-
- id: Sj6MpTVuuaJxt8WtqFUmg
340-
sortOrder: 1
341-
fieldKey: anonymousId
342-
label: Anonymous ID
343-
type: STRING
344-
description: The user's anonymous id
345-
placeholder: ''
346-
defaultValue:
347-
'@path': $.anonymousId
348-
required: false
349-
multiple: false
350-
choices: null
351-
dynamic: false
352-
allowNull: false
353-
- id: 3uCFrPFSC3SDAsegSVpmYn
354-
sortOrder: 2
355-
fieldKey: name
356-
label: Display Name
357-
type: STRING
358-
description: The user's name
359-
placeholder: ''
360-
defaultValue:
361-
'@path': $.traits.name
362-
required: false
363-
multiple: false
364-
choices: null
365-
dynamic: false
366-
allowNull: false
367-
- id: 74q3vHLQvSLKMK2XyGRAhG
368-
sortOrder: 3
369-
fieldKey: email
370-
label: Email
371-
type: STRING
372-
description: The user's email
373-
placeholder: ''
374-
defaultValue:
375-
'@path': $.traits.email
376-
required: false
377-
multiple: false
378-
choices: null
379-
dynamic: false
380-
allowNull: false
381-
- id: 3VmPPKtZhg511QoFuRLnV7
382-
sortOrder: 4
383-
fieldKey: traits
384-
label: Traits
385-
type: OBJECT
386-
description: The Segment traits to be included as metadata in PlayerZero
387-
placeholder: ''
388-
defaultValue:
389-
'@path': $.traits
390-
required: false
391-
multiple: false
392-
choices: null
393-
dynamic: false
394-
allowNull: false
395-
- id: vh6DQ6SBa6tcJwrVb1UygS
396-
name: Track Event
397-
slug: trackEvent
398-
description: Track events
399-
platform: WEB
400-
hidden: false
401-
defaultTrigger: type = "track"
402-
fields:
403-
- id: hKeVU7owd7EwcYbvrTZT4F
404-
sortOrder: 0
405-
fieldKey: name
406-
label: Event name
407-
type: STRING
408-
description: The name of the event.
409-
placeholder: ''
410-
defaultValue:
411-
'@path': $.event
412-
required: true
413-
multiple: false
414-
choices: null
415-
dynamic: false
416-
allowNull: false
417-
- id: hhS5T2AfZ9qdA1dQvPWMga
418-
sortOrder: 1
419-
fieldKey: properties
420-
label: Properties
421-
type: OBJECT
422-
description: A JSON object containing more information about the event.
423-
placeholder: ''
424-
defaultValue:
425-
'@path': $.properties
426-
required: false
427-
multiple: false
428-
choices: null
429-
dynamic: false
430-
allowNull: false
431-
presets:
432-
- actionId: vh6DQ6SBa6tcJwrVb1UygS
433-
name: Track Event
434-
fields:
435-
name:
436-
'@path': $.event
437-
properties:
438-
'@path': $.properties
439-
trigger: type = "track"
440-
- actionId: nzkXi7hgRkHEpD8iwbsbBZ
441-
name: Identify User
442-
fields:
443-
userId:
444-
'@path': $.userId
445-
anonymousId:
446-
'@path': $.anonymousId
447-
name:
448-
'@path': $.traits.name
449-
email:
450-
'@path': $.traits.email
451-
traits:
452-
'@path': $.traits
453-
trigger: type = "identify"
454279
- id: 6372e18fb2b3d5d741c34bb6
455280
display_name: Sabil
456281
name: Sabil
@@ -1698,7 +1523,8 @@ items:
16981523
slug: actions-saleswings
16991524
previous_names:
17001525
- Saleswings (Actions)
1701-
website: https://www.saleswingsapp.com/
1526+
website: >-
1527+
https://www.saleswingsapp.com/lead-scoring-segment-com/?utm_campaign=segmentcatalogue&utm_medium=partnerlisting&utm_source=segment
17021528
status: PRIVATE_BETA
17031529
logo:
17041530
url: https://cdn.filepicker.io/api/file/Gs7h3XjXTAW94s1zQbNJ
@@ -2566,3 +2392,33 @@ items:
25662392
timestamp:
25672393
'@path': $.timestamp
25682394
trigger: type = "page"
2395+
- id: 63e42aa0ed203bc54eaabbee
2396+
display_name: Launchpad (Actions)
2397+
name: Launchpad (Actions)
2398+
slug: actions-launchpad
2399+
previous_names:
2400+
- Launchpad (Actions)
2401+
website: https://www.launchpad.pm
2402+
status: PRIVATE_BETA
2403+
logo:
2404+
url: https://cdn.filepicker.io/api/file/9GPJzt0FRlmSXrorNaYN
2405+
mark:
2406+
url: https://cdn.filepicker.io/api/file/MtBVkjizSTqGr6BKz2R2
2407+
methods:
2408+
track: true
2409+
pageview: true
2410+
identify: true
2411+
group: true
2412+
alias: true
2413+
platforms:
2414+
browser: false
2415+
mobile: false
2416+
server: true
2417+
warehouse: false
2418+
components: []
2419+
browserUnbundlingSupported: false
2420+
browserUnbundlingPublic: false
2421+
replay: false
2422+
settings: []
2423+
actions: []
2424+
presets: []
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Launchpad (Actions) Destination
3+
private: true
4+
hidden: true
5+
id: 63e42aa0ed203bc54eaabbee
6+
---
7+
8+
9+
{% include content/plan-grid.md name="actions" %}
10+
11+
[Launchpad](https://www.launchpad.pm/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} is mission control for growing product-led companies. Launchpad helps you monitor projects and outcomes in one place so that you can keep your business on track.
12+
13+
14+
Launchpad maintains this destination. For any issues with the destination, [contact the Launchpad Support team](mailto:[email protected]).
15+
16+
17+
{% include content/ajs-upgrade.md %}
18+
19+
20+
## Getting started
21+
22+
1. From the Segment web app, navigate to **Connections > Catalog** and click **Destinations**.
23+
2. Select **Destinations Actions** under **Categories** from the left navigation.
24+
3. Search for **Launchpad (Actions)** and click **Configure Launchpad**.
25+
4. Select an existing Source to connect to Launchpad (Actions).
26+
5. Copy your API Key from Launchpad. You can find the API key in the settings of the Launchpad app.
27+
28+
29+
{% include components/actions-fields.html %}
30+
31+
32+
Launchpad works with track, identify and group events to showcase launch performance and help you better understand your customers.
33+

0 commit comments

Comments
 (0)