Skip to content

Commit b04a7e7

Browse files
authored
Merge pull request #6848 from choncou/patch-1
Update Mutiny Destination to Remove support for page events
2 parents 72d2bcf + 33a7457 commit b04a7e7

File tree

1 file changed

+1
-12
lines changed
  • src/connections/destinations/catalog/mutiny

1 file changed

+1
-12
lines changed

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ To set up Mutiny to receive Segment data:
1616
2. Search for "Mutiny" in the Catalog, select it, and choose which of your sources to connect the destination to.
1717
3. In the destination settings, enter your personal "API Key" into Segment's Mutiny integration settings panel UI, which you can find from your [Mutiny dashboard](https://app.mutinyhq.com/integrations/segment){:target="_blank"}.
1818

19-
## Page
20-
21-
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](/docs/connections/spec/page/) does. An example call would look like:
22-
23-
```
24-
analytics.page()
25-
```
26-
27-
Page calls will be sent to Mutiny as an `impression`.
28-
29-
3019
## Identify
3120

3221
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example call would look like:
@@ -60,4 +49,4 @@ analytics.track('Mutiny Experience Viewed', {
6049
});
6150
```
6251

63-
The `personalized` property is `true` for personalized experiences and `false` for a control views. For more information, contact [Mutiny Support](mailto:mutinylovesyou@mutinyhq.com).
52+
The `personalized` property is `true` for personalized experiences and `false` for a control views. For more information, contact [Mutiny Support](mailto:mutinylovesyou@mutinyhq.com).

0 commit comments

Comments
 (0)