Humanic AI Destination
Destination Info
- Refer to it as Humanic AI in the Integrations object
- This integration is partner owned. Please reach out to the partner's support for any issues.
Humanic AI is a product-led growth (PLG) CRM that helps growing companies maximize revenue from their existing users. It supports user sorting based on payment or activity to help revenue teams act on user behavior at scale. To sign up, create a Humanic account.
This destination is maintained by Humanic. For any issues with the destination, contact the Humanic Support team.
- Navigate to Connections > Catalog and select the Destinations tab in the catalog.
- Search for Humanic AI in the catalog and select the destination.
- Choose which source should send data to the Humanic AI destination.
- Go to the Humanic dashboard and select the API Keys tab. Generate an API key and copy it.
- Enter the API Key in the Humanic AI destination settings in Segment.
Humanic AI supports the following methods as specified in the Segment Spec.
Send Page calls to record which web pages users visited. For example:
1analytics.page("Pricing", {2title: "Segment Pricing",3url: "https://segment.com/pricing",4path: "/pricing",5referrer: "https://segment.com/warehouses",6});
Segment sends Page calls to Humanic AI as a pageview.
Send Screen calls to record which mobile app screens users viewed. For example:
1[[SEGAnalytics sharedAnalytics] screen:@"Home"2properties:@{ @"Feed Type": @"private" }];
Segment sends Screen calls to Humanic AI as a screenview.
Send Identify calls to create new users or update existing users with new values. For example:
1analytics.identify('userId123', {2email: 'john.doe@example.com',3});
Segment sends Identify calls to Humanic AI as an identify event.
Send Track calls to record user behavior in your app. For example:
analytics.track('Login Button Clicked');
Segment sends Track calls to Humanic AI as a track event.
You can send computed traits and audiences generated using Engage to this destination as a user property. To learn more about Engage, schedule a demo.
For user-property destinations, an identify call is sent to the destination for each user being added and removed. The property name is the snake_cased version of the audience name, with a true/false value to indicate membership. For example, when a user first completes an order in the last 30 days, Engage sends an Identify call with the property order_completed_last_30days: true. When the user no longer satisfies this condition (for example, it's been more than 30 days since their last order), Engage sets that value to false.
When you first create an audience, Engage sends an Identify call for every user in that audience. Later audience syncs only send updates for users whose membership has changed since the last sync.
Real-time to batch destination sync frequency
Real-time audience syncs to Humanic AI may take six or more hours for the initial sync to complete. Upon completion, a sync frequency of two to three hours is expected.
Segment lets you change these destination settings from the Segment app without having to touch any code.
Your Humanic AI API key