Skip to content

Commit a2c8394

Browse files
authored
Merge pull request #1 from Wisepops/boris-wis-3633-update-segment-plugin-documentation-for-new-goal-tracking
WIS-3633 Update Wisepops documentation
2 parents 3a184fc + 215ce03 commit a2c8394

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed
Loading
Loading
Loading

src/connections/destinations/catalog/actions-wisepops/index.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ When you use the Wisepops destination, Segment loads Wisepops on your website fo
1919
3. Click **Configure Wisepops**.
2020
4. Select an existing Source to connect to Wisepops.
2121
5. Give the destination a name.
22-
6. In the **Basic Settings** page, enter your **Website Identifier**. It can be found in your [Wisepops setup code](https://app.wisepops.com/f/settings/websites){:target='_blank'}. It's the bolded string in the setup code of the Popups service that's 10 characters long.
23-
![Wisepops setup code](images/wisepops-setup-code.png)
22+
6. In the **Basic Settings** page, enter your **Website Identifier**. It can be found in your [Wisepops setup code](https://id.wisepops.com/r/id/workspaces/_workspaceId_/settings/setup-code){:target='_blank'}. It's the bolded string that's 10 characters long.
23+
![Wisepops setup code](images/wisepops-website-hash.png)
2424
7. Toggle **Enable Destination** and click **Save Changes**.
2525

2626
> info "Wisepops Destination is device mode only (web)"
@@ -65,10 +65,17 @@ For example, you can display a popup when a product is added to the cart:
6565
6666
### Track Goal
6767

68-
By default, when you track the event **Order Completed**, Segment sends a [goal completion](https://support.wisepops.com/article/mx3z8na6yb-set-up-goal-tracking){:target='_blank'} to Wisepops.
69-
The goal and its revenue are attached to one of your campaigns based on your Wisepops' goal attribution model.
70-
You can easily track more goals by editing the mapping.
71-
The goals are named after the Segment event name.
68+
The Track Goal action is not mapped by default. You can enable it to track [goal completion and revenue](https://support.wisepops.com/article/mx3z8na6yb-set-up-goal-tracking){:target='_blank'} on Wisepops.
69+
To track a JavaScript goal through Segment:
70+
71+
1. [Create your JavaScript goal in Wisepops](https://id.wisepops.com/r/id/workspaces/_workspaceId_/goals){:target='_blank'}.
72+
2. Copy the goal identifier. It is a 32-character string visible after the goal is created:
73+
![Wisepops goal identifier](images/wisepops-goal-id.png)
74+
3. In Segment, create a new mapping, with the action "Track Goal".
75+
4. In the first section, configure when the goal should be tracked.
76+
5. In the third section, paste the goal identifier in the appropriate field:
77+
![Wisepops goal mapping](images/wisepops-goal-mapping.png)
78+
6. Save the new mapping.
7279

7380
### Track Page
7481

0 commit comments

Comments
 (0)