Digioh Destination
Destination Info
Digioh 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.
This destination is maintained by Digioh. For any issues with the destination, contact the Digioh Support team.
Getting Started
- Open the Digioh Integrations tab, click New Integration.
- The Segment App opens in a new window. Log in to authenticate the connection from Digioh.
- Select the Workspace and Source to connect with Digioh.
Identify
If you aren’t familiar with the Segment Spec, take a look at the Identify method documentation to learn about what it does. An example call would look like:
analytics.identify('userId123', {
email: 'john.doe@example.com'
});
Segment sends Identify calls to Digioh as an identify
event.
The email
field is required. Identify calls without an email
fail with a 400
code.
Track
If you aren’t familiar with the Segment Spec, take a look at the Track method documentation to learn about what it does. An example call would look like:
analytics.track('Login Button Clicked')
Segment sends Track calls to Digioh as a track
event.
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.
This page was last modified: 07 Apr 2024
Need support?
Questions? Problems? Need more info? Contact Segment Support for assistance!