You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/houseware/index.md
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ rewrite: true
4
4
beta: true
5
5
---
6
6
7
-
[Houseware](https://houseware.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) helps teams to generate actionable sales/conversion touchpoints in the user journeys to clock more revenue.
7
+
[Houseware](https://houseware.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} helps teams to generate actionable sales/conversion touchpoints in the user journeys to clock more revenue.
8
8
9
9
This destination is maintained by Houseware. For any issues with the destination, [contact the Houseware Support team](mailto:[email protected]).
10
10
@@ -18,15 +18,15 @@ This destination is maintained by Houseware. For any issues with the destination
18
18
4. Write an email to [Houseware Support team](mailto:[email protected]) and we will get back to you with an API Key in under 24 hours.
19
19
5. Enter the "API Key" in the "Houseware" destination settings in Segment.
20
20
21
-
Once the customer authorizes Segment to send their events to Houseware, the specific events in the Track calls are visible in the dropdown. Upon the successful delivery of the Segment data feed in the Houseware database, the user would be able to click on the event dropdown on the `Create Rule` page.
21
+
After you authorize Segment to send events to Houseware, you can create rules in Warehouse based on the event data.
22
22
23
23
## Supported methods
24
24
25
25
Houseware supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
26
26
27
27
### Page
28
28
29
-
If you aren’t familiar with the Segment Spec, take a look at the [Page method documentation](https://segment.com/docs/connections/spec/page/) to learn about what it does. An example call would look like:
29
+
If you aren’t familiar with the Segment Spec, take a look at the [Page method documentation](/docs/connections/spec/page/) to learn about what it does. An example call would look like:
30
30
31
31
```js
32
32
analytics.page('Home')
@@ -37,7 +37,7 @@ Segment sends Page calls to Houseware as a `pageview`.
37
37
38
38
### Identify
39
39
40
-
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:
40
+
If you aren’t familiar with the Segment Spec, take a look at the [Identify method documentation](/docs/connections/spec/identify/) to learn about what it does. An example call would look like:
41
41
42
42
```js
43
43
analytics.identify('userId123', {
@@ -50,7 +50,7 @@ Segment sends Identify calls to Houseware as an `identify` event.
50
50
51
51
### Track
52
52
53
-
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:
53
+
If you aren’t familiar with the Segment Spec, take a look at the [Track method documentation](/docs/connections/spec/track/) to learn about what it does. An example call would look like:
54
54
```js
55
55
analytics.track('Login Button Clicked')
56
56
```
@@ -60,6 +60,4 @@ Segment sends Track calls to Houseware as a `track` event.
60
60
61
61
## Support
62
62
63
-
Segment lets you change these destination settings from the Segment app without having to touch any code.
64
-
65
63
If you have any trouble with configuring your API Key, or see issues in your event delivery logs on Segment, feel free to reach out to our [Houseware Support team](mailto:[email protected]).
0 commit comments