Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f48088

Browse files
Merge pull request segmentio#5125 from segmentio/pr/5117
AppFit (Actions) Destination
2 parents b8b69b0 + e297771 commit 4f48088

File tree

2 files changed

+201
-0
lines changed

2 files changed

+201
-0
lines changed

src/_data/catalog/destinations_private.yml

+172
Original file line numberDiff line numberDiff line change
@@ -3337,6 +3337,178 @@ items:
33373337
source_ip:
33383338
'@path': $.context.ip
33393339
trigger: type = "track"
3340+
- id: 64b67be0d0dd66094c162ca7
3341+
display_name: App Fit
3342+
name: App Fit
3343+
slug: app-fit
3344+
previous_names:
3345+
- App Fit
3346+
url: connections/destinations/catalog/app-fit
3347+
website: http://www.appfit.io
3348+
status: PRIVATE_BETA
3349+
logo:
3350+
url: https://cdn.filepicker.io/api/file/jMpQHeuYQuSgZrxX9GOu
3351+
mark:
3352+
url: https://cdn.filepicker.io/api/file/lCJiJdGBRySF5XZ4ek6F
3353+
methods:
3354+
track: true
3355+
identify: true
3356+
group: true
3357+
alias: true
3358+
screen: false
3359+
page: true
3360+
platforms:
3361+
browser: true
3362+
mobile: false
3363+
server: true
3364+
warehouse: false
3365+
components: []
3366+
browserUnbundlingSupported: false
3367+
browserUnbundlingPublic: false
3368+
replay: false
3369+
settings:
3370+
- name: apiKey
3371+
type: string
3372+
defaultValue: ''
3373+
description: 'AppFit project API key. '
3374+
required: true
3375+
label: API Key
3376+
actions:
3377+
- id: r4x82GrE6VqBWRMdRbj87L
3378+
name: Track
3379+
slug: track
3380+
description: Send an event to AppFit.
3381+
platform: CLOUD
3382+
hidden: false
3383+
defaultTrigger: null
3384+
fields:
3385+
- id: 9hps3UexNVcEM1RmTYab6p
3386+
sortOrder: 0
3387+
fieldKey: userId
3388+
label: External User ID
3389+
type: STRING
3390+
description: The unique user identifier
3391+
placeholder: ''
3392+
defaultValue:
3393+
'@path': $.userId
3394+
required: false
3395+
multiple: false
3396+
choices: null
3397+
dynamic: false
3398+
allowNull: false
3399+
- id: hWWtRTY8vsdBJWf2Nz2SEK
3400+
sortOrder: 1
3401+
fieldKey: occurredAt
3402+
label: Time
3403+
type: DATETIME
3404+
description: When the event occurred.
3405+
placeholder: ''
3406+
defaultValue:
3407+
'@path': $.timestamp
3408+
required: true
3409+
multiple: false
3410+
choices: null
3411+
dynamic: false
3412+
allowNull: false
3413+
- id: g5winMehTxPu5bsvtKkt5a
3414+
sortOrder: 2
3415+
fieldKey: name
3416+
label: Event Name
3417+
type: STRING
3418+
description: The event name
3419+
placeholder: ''
3420+
defaultValue:
3421+
'@path': $.event
3422+
required: true
3423+
multiple: false
3424+
choices: null
3425+
dynamic: false
3426+
allowNull: false
3427+
- id: h6vYm12ygBcGmLeLQFhMW1
3428+
sortOrder: 3
3429+
fieldKey: anonymousId
3430+
label: Anonymous ID
3431+
type: STRING
3432+
description: The anonymous ID of the user
3433+
placeholder: ''
3434+
defaultValue:
3435+
'@path': $.anonymousId
3436+
required: false
3437+
multiple: false
3438+
choices: null
3439+
dynamic: false
3440+
allowNull: false
3441+
- id: jehxjogwXZuw9JZ8fYCRUE
3442+
sortOrder: 4
3443+
fieldKey: properties
3444+
label: Event Properties
3445+
type: OBJECT
3446+
description: Properties of the event
3447+
placeholder: ''
3448+
defaultValue:
3449+
'@path': $.properties
3450+
required: false
3451+
multiple: false
3452+
choices: null
3453+
dynamic: false
3454+
allowNull: false
3455+
- id: 452hVo5zyJFFwaFpJ6AP2G
3456+
sortOrder: 5
3457+
fieldKey: deviceId
3458+
label: Device ID
3459+
type: STRING
3460+
description: The device ID of the user
3461+
placeholder: ''
3462+
defaultValue:
3463+
'@path': $.context.device.id
3464+
required: false
3465+
multiple: false
3466+
choices: null
3467+
dynamic: false
3468+
allowNull: false
3469+
- id: 5SEdbXeXgNdUqqPZYnmSRT
3470+
sortOrder: 6
3471+
fieldKey: deviceType
3472+
label: Device Type
3473+
type: STRING
3474+
description: The device type
3475+
placeholder: ''
3476+
defaultValue:
3477+
'@path': $.context.device.type
3478+
required: false
3479+
multiple: false
3480+
choices: null
3481+
dynamic: false
3482+
allowNull: false
3483+
- id: pADq12419Ep6zgnQSsxncW
3484+
sortOrder: 7
3485+
fieldKey: osName
3486+
label: OS Name
3487+
type: STRING
3488+
description: The name of the operating system
3489+
placeholder: ''
3490+
defaultValue:
3491+
'@path': $.context.os.name
3492+
required: false
3493+
multiple: false
3494+
choices: null
3495+
dynamic: false
3496+
allowNull: false
3497+
- id: tgWYaPvgXjzUu6FcBXk8VC
3498+
sortOrder: 8
3499+
fieldKey: eventId
3500+
label: Event ID
3501+
type: STRING
3502+
description: The event ID
3503+
placeholder: ''
3504+
defaultValue:
3505+
'@path': $.messageId
3506+
required: true
3507+
multiple: false
3508+
choices: null
3509+
dynamic: false
3510+
allowNull: false
3511+
presets: []
33403512
- id: 64b6a221baf168a989be641a
33413513
display_name: Listrak (Actions)
33423514
name: Listrak (Actions)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: AppFit (Actions) Destination
3+
id: 64b67be0d0dd66094c162ca7
4+
private: true
5+
hidden: true
6+
---
7+
8+
{% include content/plan-grid.md name="actions" %}
9+
10+
[AppFit](https://appfit.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} integrates with Segment to help teams stay on top of their key business metrics. Successful teams look at their app metrics on a consistent basis and use that data to make decisions about their business.
11+
12+
When you connect AppFit to your Segment account, you get a top level dashboard for your mobile phone and weekly reminders to review your metrics. If you see a metric that doesn't look right, AppFit lets you flag it and add comments so everyone can discuss what's going on right from their phone.
13+
14+
This destination is maintained by AppFit. For any issues with the destination, [contact their Support team](mailto:[email protected]).
15+
16+
{% include content/ajs-upgrade.md %}
17+
18+
## Getting started
19+
20+
1. From the Segment web app, click **Catalog**, then click **Destinations**.
21+
2. Find the Destinations Actions item in the left navigation, and click it.
22+
3. Click **Configure AppFit**.
23+
4. Select an existing Source to connect to AppFit (Actions).
24+
25+
To find your API key, go to the AppFit app and click on Connectors in the main menu. If you already have a Segment Destination connector created, you can click on it and find your API key there, otherwise you can create a new connector by clicking on "Create New Connector" and selecting "Segment Destination"
26+
27+
{% include components/actions-fields.html %}
28+
29+

0 commit comments

Comments
 (0)