Skip to content

Commit 5686843

Browse files
author
Dineshraj Arunmozhi
committed
Houseware documentation update
1 parent c3a391e commit 5686843

File tree

1 file changed

+59
-1
lines changed
  • src/connections/destinations/catalog/houseware

1 file changed

+59
-1
lines changed

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

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,62 @@ rewrite: true
44
beta: true
55
---
66

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:
41+
42+
```js
43+
analytics.identify('userId123', {
44+
45+
});
46+
```
47+
48+
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

Comments
 (0)