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
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
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-wisepops/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,15 @@ When you use the Wisepops destination, Segment loads Wisepops on your website fo
25
25
5. Give the destination a name.
26
26
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.
7. Toggle **Enable Destination** and click **Save changes**.
28
+
7. Toggle **Enable Destination** and click **Save Changes**.
29
29
30
30
> info "Wisepops Destination is device mode only (web)"
31
31
> 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.
32
32
33
33
34
34
## Default Mapping
35
35
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.
37
37
38
38
### Set User Traits as Custom Properties
39
39
@@ -43,15 +43,15 @@ A great use case is to [display the user first name in your campaign](https://su
43
43

44
44
45
45
> 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.
47
47
48
48
### Set Group Traits as Custom Properties
49
49
50
50
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`.
51
51
You must use the prefix `group.` when you refer to a group trait in Wisepops.
52
52
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'}:
53
53
54
-

54
+

55
55
56
56
> success ""
57
57
> 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:
0 commit comments