|
| 1 | +--- |
| 2 | +title: Digioh Destination |
| 3 | +rewrite: true |
| 4 | +--- |
| 5 | +[Digioh](https://www.digioh.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) allows you to grow your email lists with personalized forms, landing pages, paywalls and email preference centers. Digioh makes it easy with a drag and drop builder and built-in integrations to your favorite marketing tools. |
| 6 | + |
| 7 | +This destination is maintained by Digioh. For any issues with the destination, [contact the Digioh Support team ](mailto:[email protected]). |
| 8 | + |
| 9 | +## Getting Started |
| 10 | + |
| 11 | +{% include content/connection-modes.md %} |
| 12 | + |
| 13 | +1. From the Destinations catalog page in the Segment App, click **Add Destination**. |
| 14 | +2. Search for "Digioh" in the Destinations Catalog, and select the Digioh destination. |
| 15 | +3. Choose which Source should send data to the Digioh destination. |
| 16 | +4. Go to the [Digioh dashboard](https://account.digioh.com/HQ/Installation), find and copy the "API key" parameter in your `<script>` tag. |
| 17 | +`<script async type='text/javascript' src='https://www.lightboxcdn.com/vendor/API_KEY/lightbox_inline.js'></script>` |
| 18 | +5. Enter the "API Key" and your Digioh account email in the Digioh destination settings in Segment. |
| 19 | + |
| 20 | +## Identify |
| 21 | + |
| 22 | +If you aren't familiar with the Segment Spec, take a look at the [Identify method documentation](https://segment.com/docs/connections/spec/identify/) to learn about what it does. An example call would look like: |
| 23 | + |
| 24 | +```js |
| 25 | +analytics.identify('userId123', { |
| 26 | + |
| 27 | +}); |
| 28 | +``` |
| 29 | + |
| 30 | +Segment sends Identify calls to Digioh as an `identify` event. |
| 31 | + |
| 32 | +> warning "" |
| 33 | +> The `email` field is required. Identify calls without an `email` fail with a `400` code. |
| 34 | +
|
| 35 | +## Track |
| 36 | + |
| 37 | +If you aren't familiar with the Segment Spec, take a look at the [Track method documentation](https://segment.com/docs/connections/spec/track/) to learn about what it does. An example call would look like: |
| 38 | + |
| 39 | +```js |
| 40 | +analytics.track('Login Button Clicked') |
| 41 | +``` |
| 42 | + |
| 43 | +Segment sends Track calls to Digioh as a `track` event. |
| 44 | + |
| 45 | +> warning "" |
| 46 | +> Be sure you send an Identify call for any user who will trigger Track calls. If Digioh receives a Track call for an unknown `userId`, the call is dropped. |
0 commit comments