Skip to content

Commit 609ad0b

Browse files
author
markzegarelli
committed
Add private beta metadata
1 parent 102ef9e commit 609ad0b

File tree

2 files changed

+131
-2
lines changed

2 files changed

+131
-2
lines changed

src/_data/catalog/destinations_private.yml

Lines changed: 128 additions & 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 2022-10-27 with HubSpot Web (Actions)
2+
# destination data last updated 2022-11-08 with Logrocket
33
items:
44
- id: 54521fd525e721e32a72ee8e
55
name: AdRoll
@@ -5377,3 +5377,130 @@ items:
53775377
else:
53785378
'@path': $.traits.address.postal_code
53795379
trigger: type = "identify"
5380+
- id: 635ada35ce269dbe305203ff
5381+
display_name: Logrocket
5382+
name: Logrocket
5383+
slug: actions-logrocket
5384+
previous_names:
5385+
- Logrocket
5386+
website: http://www.segment.com
5387+
status: PRIVATE_BETA
5388+
logo:
5389+
url: https://cdn.filepicker.io/api/file/jrbUXsZDQ708akn3cVyZ
5390+
mark:
5391+
url: https://cdn.filepicker.io/api/file/jrbUXsZDQ708akn3cVyZ
5392+
methods:
5393+
track: true
5394+
pageview: true
5395+
identify: true
5396+
group: true
5397+
alias: true
5398+
platforms:
5399+
browser: true
5400+
mobile: false
5401+
server: false
5402+
components: []
5403+
browserUnbundlingSupported: false
5404+
browserUnbundlingPublic: false
5405+
replay: false
5406+
settings:
5407+
- name: appID
5408+
type: string
5409+
defaultValue: ''
5410+
description: The LogRocket app ID.
5411+
required: true
5412+
label: LogRocket App
5413+
actions:
5414+
- id: bP14J9Fjz4aERUtNccypfF
5415+
name: Identify
5416+
slug: identify
5417+
description: Send identification information to logrocket.
5418+
platform: WEB
5419+
hidden: false
5420+
defaultTrigger: type = "identify"
5421+
fields:
5422+
- id: smXND16cwVrwNKdUn93Uqh
5423+
sortOrder: 0
5424+
fieldKey: userId
5425+
label: User ID
5426+
type: STRING
5427+
description: user id
5428+
placeholder: ''
5429+
defaultValue:
5430+
'@path': $.userId
5431+
required: false
5432+
multiple: false
5433+
choices: null
5434+
dynamic: false
5435+
allowNull: false
5436+
- id: 4c6iRV5fQ8t7YtLReFgGVJ
5437+
sortOrder: 1
5438+
fieldKey: traits
5439+
label: Traits
5440+
type: OBJECT
5441+
description: >-
5442+
A JSON object containing additional traits that will be associated
5443+
with the user.
5444+
placeholder: ''
5445+
defaultValue:
5446+
'@path': $.traits
5447+
required: false
5448+
multiple: false
5449+
choices: null
5450+
dynamic: false
5451+
allowNull: false
5452+
- id: ocqu4sKkFhoatozH4HwRA4
5453+
name: Track
5454+
slug: track
5455+
description: Send track events to logrocket for filtering and tagging.
5456+
platform: WEB
5457+
hidden: false
5458+
defaultTrigger: type = "track"
5459+
fields:
5460+
- id: deWYps73hhL5KDd7ysuM48
5461+
sortOrder: 0
5462+
fieldKey: name
5463+
label: Name
5464+
type: STRING
5465+
description: The name of the event.
5466+
placeholder: ''
5467+
defaultValue:
5468+
'@path': $.event
5469+
required: true
5470+
multiple: false
5471+
choices: null
5472+
dynamic: false
5473+
allowNull: false
5474+
- id: jNd9gZXA6auSdssbj2XnEk
5475+
sortOrder: 1
5476+
fieldKey: properties
5477+
label: Properties
5478+
type: OBJECT
5479+
description: >-
5480+
A JSON object containing additional properties that will be
5481+
associated with the event.
5482+
placeholder: ''
5483+
defaultValue:
5484+
'@path': $.properties
5485+
required: false
5486+
multiple: false
5487+
choices: null
5488+
dynamic: false
5489+
allowNull: false
5490+
presets:
5491+
- actionId: ocqu4sKkFhoatozH4HwRA4
5492+
name: Track
5493+
fields:
5494+
name:
5495+
'@path': $.event
5496+
properties:
5497+
'@path': $.properties
5498+
trigger: type = "track"
5499+
- actionId: bP14J9Fjz4aERUtNccypfF
5500+
name: Identify
5501+
fields:
5502+
userId:
5503+
'@path': $.userId
5504+
traits:
5505+
'@path': $.traits
5506+
trigger: type = "identify"

src/_data/catalog/slugs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@
5353
- original: "intercom-web-actions"
5454
override: "actions-intercom-web"
5555
- original: "sendgrid-marketing-campaigns"
56-
override: "actions-sendgrid"
56+
override: "actions-sendgrid"
57+
- original: "logrocket"
58+
override: "actions-logrocket"

0 commit comments

Comments
 (0)