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
+59-1Lines changed: 59 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,62 @@ rewrite: true
4
4
beta: true
5
5
---
6
6
7
-
Houseware
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.
8
+
9
+
This destination is maintained by Houseware. For any issues with the destination, [contact the Houseware Support team](mailto:[email protected]).
10
+
11
+
## Getting Started
12
+
13
+
{% include content/connection-modes.md %}
14
+
15
+
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
16
+
2. Search for "Houseware" in the Destinations Catalog, and select the **Houseware** destination.
17
+
3. Choose which Source should send data to the "Houseware" destination.
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
+
5. Enter the "API Key" in the "Houseware" destination settings in Segment.
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.
22
+
23
+
## Supported methods
24
+
25
+
Houseware supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
26
+
27
+
### Page
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:
30
+
31
+
```js
32
+
analytics.page('Home')
33
+
```
34
+
35
+
Segment sends Page calls to Houseware as a `pageview`.
36
+
37
+
38
+
### Identify
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:
Segment sends Identify calls to Houseware as an `identify` event.
49
+
50
+
51
+
### Track
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:
54
+
```js
55
+
analytics.track('Login Button Clicked')
56
+
```
57
+
58
+
Segment sends Track calls to Houseware as a `track` event.
59
+
60
+
61
+
## Support
62
+
63
+
Segment lets you change these destination settings from the Segment app without having to touch any code.
64
+
65
+
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