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

Skip to content

Commit c8c26da

Browse files
committed
Merge branch 'develop' into catalog-8-10-23
2 parents 42db011 + 98e8bf2 commit c8c26da

File tree

3 files changed

+83
-86
lines changed

3 files changed

+83
-86
lines changed

src/connections/destinations/catalog/astrolabe/index.md

-77
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
title: Humanic AI Destination
3+
id: 64b0e177091331e4a2a00c83
4+
___
5+
6+
[Humanic AI](https://humanic.ai/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} is revolutionizing the CRM space to make it easier than ever for growing companies to maximize revenue from their existing users. Humanic is the industry's first PLG CRM for today’s modern revenue teams. With support from top industry veterans at DoorDash, Notion, Miro, Canvas, MailChimp and more - there's no better time explore what Humanic can offer your business.
7+
8+
Managing upwards of 1000+ active users can be an overwhelming task, and many CRMs struggle to keep up with the influx. If you need a reliable system that allows for user sorting based on payment or user activity, it's time to consider more robust solutions than traditional customer relationship management software. Read on for details on how the Humanic PLG CRM can help unlock revenue from your existing user base. To Sign up and explore right away [click here](https://humanic.ai/signup?utm_source=segmentio&utm_medium=docs&utm_campaign=partners).
9+
10+
This destination is maintained by Humanic. For any issues with the destination, [contact the Humanic Support team](mailto:[email protected]).
11+
12+
## Getting Started
13+
14+
1. Navigate to **Connections > Catalog** and select the **Destinations** tab in the catalog.
15+
2. Search for *Humanic AI* in the catalog and select the destination.
16+
3. Choose which source should send data to the *Humanic AI* destination.
17+
4. Go to the [Humanic dashboard](https://dashboard.humanic.ai/dashboard/profile/){:target="_blank"} and select the **API Keys** tab. Generate an API key and copy it.
18+
5. Enter the API Key in the Humanic AI destination settings in Segment.
19+
20+
21+
## Supported methods
22+
23+
Humanic AI supports the following methods as specified in the [Segment Spec](/docs/connections/spec).
24+
25+
### Page
26+
27+
Send [Page](/docs/connections/spec/page) calls to record which web pages users visited. For example:
28+
29+
```js
30+
analytics.page("Pricing", {
31+
title: "Segment Pricing",
32+
url: "https://segment.com/pricing",
33+
path: "/pricing",
34+
referrer: "https://segment.com/warehouses",
35+
});
36+
```
37+
38+
Segment sends Page calls to Humanic AI as a `pageview`.
39+
40+
### Screen
41+
42+
Send [Screen](/docs/connections/spec/screen) calls to record which mobile app screens users viewed. For example:
43+
44+
```obj-c
45+
[[SEGAnalytics sharedAnalytics] screen:@"Home"
46+
properties:@{ @"Feed Type": @"private" }];
47+
```
48+
49+
Segment sends Screen calls to Humanic AI as a `screenview`.
50+
51+
### Identify
52+
53+
Send [Identify](/docs/connections/spec/identify) calls to create new users or update existing users with new values. For example:
54+
55+
```js
56+
analytics.identify('userId123', {
57+
58+
});
59+
```
60+
61+
Segment sends Identify calls to Humanic AI as an `identify` event.
62+
63+
### Track
64+
65+
Send [Track](/docs/connections/spec/track) calls to record user behavior in your app. For example:
66+
67+
```js
68+
analytics.track('Login Button Clicked');
69+
```
70+
71+
Segment sends Track calls to Humanic AI as a `track` event.
72+

src/connections/sources/catalog/cloud-apps/facebook-ads/index.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -132,22 +132,24 @@ The following tables outline the properties included in collections.
132132
| unique_impressions | Deprecated in favor of `reach` . You can continue to query `unique_impressions` for this metric, but zero-values will now be `null`. |
133133
| reach | The number of people who saw your ads at least once. Reach is different from impressions, which may include multiple views of your ads by the same people. |
134134

135-
#### Insights Breakdowns
135+
#### Additional Insights fields
136136

137-
Segment also supports Breakdowns for Insights. Breakdowns are not enabled by default; [reach out to Segment support](https://segment.com/help/contact/){:target="_blank"} to enable them. Segment supports the following properties:
137+
Segment supports both [Breakdowns for Insights](https://developers.facebook.com/docs/marketing-api/insights/breakdowns){:target="_blank"} and [Ads Actions Stats](https://developers.facebook.com/docs/marketing-api/reference/ads-action-stats/){:target="_blank"}. Breakdowns and Ads Action Stats are not enabled by default; [reach out to Segment support](https://segment.com/help/contact/){:target="_blank"} to enable them.
138138

139-
| Property Name | Description |
139+
The following table lists the Ads Action Stats that Segment supports:
140+
141+
| Field | Description |
140142
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
141143
| `actions` | The total number of actions people took that are attributed to your ads. |
142144
| `actions_values` | The total value of all conversions attributed to your ads. |
143145
| `unique_actions` | The total number of unique actions attributed to your ads. |
144-
| `video_p25_watched_actions` | The number of times your video played at 25% of its length, including plays that skipped to this point. |
145-
| `video_p50_watched_actions` | The number of times your video played at 50% of its length, including plays that skipped to this point. |
146-
| `video_p75_watched_actions` | The number of times your video played at 75% of its length, including plays that skipped to this point. |
147-
| `video_p95_watched_actions` | The number of times your video played at 95% of its length, including plays that skipped to this point. |
148-
| `video_p100_watched_actions` | The number of times your video played at 100% of its length, including plays that skipped to this point. |
146+
| `video_p25_watched_actions` | The number of times your video played at 25% of its length, including plays that skipped to this point. |
147+
| `video_p50_watched_actions` | The number of times your video played at 50% of its length, including plays that skipped to this point. |
148+
| `video_p75_watched_actions` | The number of times your video played at 75% of its length, including plays that skipped to this point. |
149+
| `video_p95_watched_actions` | The number of times your video played at 95% of its length, including plays that skipped to this point. |
150+
| `video_p100_watched_actions` | The number of times your video played at 100% of its length, including plays that skipped to this point. |
149151
| `video_30_sec_watched_actions` | The number of times your video played for at least 30 seconds, or for nearly its total length if it's shorter than 30 seconds. |
150-
| `video_avg_time_watched_actions` | The average time a video played, including any time spent replaying the video for a single impression. |
152+
| `video_avg_time_watched_actions` | The average time a video played, including any time spent replaying the video for a single impression. |
151153

152154
For more information, view [Meta's Insights documentation](https://developers.facebook.com/docs/marketing-api/reference/ads-insights/){:target="_blank"}.
153155

0 commit comments

Comments
 (0)