Skip to content

Commit 1cb9a1e

Browse files
authored
Minor fixes on Wisepops destination documentation (#3892)
* WIS-1670 Remove link to missing section available presets * WIS-1670 Escape curly brackets * WIS-1670 Update group plan image * WIS-1670 Refer to Wisepops monthly quota * WIS-1670 Escape liquid tag
1 parent 2a8cf58 commit 1cb9a1e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Binary file not shown.
20.7 KB
Loading

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ When you use the Wisepops destination, Segment loads Wisepops on your website fo
2525
5. Give the destination a name.
2626
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.
2727
![Wisepops setup code](images/wisepops-setup-code.png)
28-
7. Toggle **Enable Destination** and click **Save changes**.
28+
7. Toggle **Enable Destination** and click **Save Changes**.
2929

3030
> info "Wisepops Destination is device mode only (web)"
3131
> This destination is compatible only with [Analytics.js 2.0](/docs/connections/sources/catalog/libraries/website/javascript/). Server-side `identify` and `track` calls don't trigger Wisepops' actions.
3232
3333

3434
## Default Mapping
3535

36-
The Wisepops destination comes with [mapping presets](#available-presets). You can adjust each default mapping by going to the **Mapping** tab of the destination in the Segment web app.
36+
The Wisepops destination comes with mapping presets. You can adjust each default mapping by going to the **Mapping** tab of the destination in the Segment web app.
3737

3838
### Set User Traits as Custom Properties
3939

@@ -43,15 +43,15 @@ A great use case is to [display the user first name in your campaign](https://su
4343
![User first name](images/wisepops-user-first-name.png)
4444

4545
> success ""
46-
> The user ID is set as the custom property `userId`. For example, use `{{userId}}` as a hidden field value to know who responds to your Wisepops surveys.
46+
> The user ID is set as the custom property `userId`. For example, use `{%raw%}{{userId}}{%endraw%}` as a hidden field value to know who responds to your Wisepops surveys.
4747
4848
### Set Group Traits as Custom Properties
4949

5050
By default, when you identify a group, its traits are set as [custom properties](https://support.wisepops.com/article/yrdyv1tfih-set-up-custom-properties){:target='_blank'} in a nested object `group`.
5151
You must use the prefix `group.` when you refer to a group trait in Wisepops.
5252
For example, you can [target the users of groups subscribed to your "Premium" plan](https://support.wisepops.com/article/yrdyv1tfih-set-up-custom-properties#defining-custom-conditions){:target='_blank'}:
5353

54-
![Group ID](images/wisepops-group-id.png)
54+
![Group plan](images/wisepops-group-plan.png)
5555

5656
> success ""
5757
> The group ID is set as the custom property `group.groupId`.
@@ -64,7 +64,7 @@ For example, you can display a popup when a product is added to the cart:
6464

6565
![Event Product Added](images/wisepops-custom-event.png)
6666

67-
> info "Custom events count as page views in your monthly quota"
67+
> info "Custom events count as page views in your Wisepops' monthly quota"
6868
> If you track a lot of events with Segment, you may want to edit this mapping to send only the relevant events to Wisepops.
6969
7070
### Track Goal

0 commit comments

Comments
 (0)