Skip to content

Commit 7097c9b

Browse files
author
markzegarelli
committed
edits
1 parent 12198cc commit 7097c9b

File tree

1 file changed

+5
-7
lines changed
  • src/connections/destinations/catalog/houseware

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rewrite: true
44
beta: true
55
---
66

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.
88

99
This destination is maintained by Houseware. For any issues with the destination, [contact the Houseware Support team](mailto:[email protected]).
1010

@@ -18,15 +18,15 @@ This destination is maintained by Houseware. For any issues with the destination
1818
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.
1919
5. Enter the "API Key" in the "Houseware" destination settings in Segment.
2020

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.
2222

2323
## Supported methods
2424

2525
Houseware supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
2626

2727
### Page
2828

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:
3030

3131
```js
3232
analytics.page('Home')
@@ -37,7 +37,7 @@ Segment sends Page calls to Houseware as a `pageview`.
3737

3838
### Identify
3939

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:
4141

4242
```js
4343
analytics.identify('userId123', {
@@ -50,7 +50,7 @@ Segment sends Identify calls to Houseware as an `identify` event.
5050

5151
### Track
5252

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:
5454
```js
5555
analytics.track('Login Button Clicked')
5656
```
@@ -60,6 +60,4 @@ Segment sends Track calls to Houseware as a `track` event.
6060

6161
## Support
6262

63-
Segment lets you change these destination settings from the Segment app without having to touch any code.
64-
6563
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)