Skip to content

Commit 73b7387

Browse files
authored
[index.md] update documentation (#2761)
* [index.md] update documentation * [index.md] remove single quotes * [index.md] update conjunctions to use single quotes
1 parent 67250e1 commit 73b7387

File tree

1 file changed

+10
-10
lines changed
  • src/connections/destinations/catalog/vidora

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Vidora Destination
33
rewrite: true
44
id: 5ff67d3d4b6491271c0deae0
55
---
6-
[Vidora](https://vidora.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) provides a No Code Machine Learning Platform for Marketing and Product teams to quickly and easily transform raw data into predictions. Examples include [predicting future customer behaviors](https://www.vidora.com/docs/category/overview/predict-future-behavior-use-cases/) or [predicting customer attributes](https://www.vidora.com/docs/category/overview/predict-attributes-use-cases/).
6+
[Vidora](https://vidora.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) provides a Machine Learning Platform for Marketing, AdTech, and Product teams to quickly and easily transform raw consumer data into valuable business decisions. Examples include: [next-best-action](https://www.vidora.com/general/video-building-real-time-decisioning-in-cortex-for-next-best-offer-and-next-best-action), next-best-offer, [dynamic decisioning](https://www.vidora.com/ml-in-business/dynamic-decisioning-using-real-time-machine-learning), [predictions](https://segment.com/recipes/using-predictive-purchase-behavior-to-increase-campaign-roi/), and prescriptive modeling.
77

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

@@ -23,7 +23,7 @@ If you aren't familiar with the Segment Spec, take a look at the [Track method d
2323

2424
```js
2525
analytics.track("event_name", {
26-
property1: "example",
26+
property1: "example",
2727
});
2828
```
2929

@@ -37,11 +37,11 @@ If you aren't familiar with the Segment Spec, take a look at the [Page method do
3737

3838
```js
3939
analytics.page({
40-
name: "page_name",
41-
properties: {
42-
property1: "example",
43-
}
44-
})
40+
name: "page_name",
41+
properties: {
42+
property1: "example",
43+
},
44+
});
4545
```
4646

4747
When sending any data to Vidora, a `timestamp` and either a `userId` or `anonymousId` are required.
@@ -68,7 +68,7 @@ If you aren't familiar with the Segment Spec, take a look at the [Identify metho
6868
6969
```js
7070
analytics.identify("userId123", {
71-
trait1: "example"
71+
trait1: "example",
7272
});
7373
```
7474

@@ -82,8 +82,8 @@ If you aren't familiar with the Segment Spec, take a look at the [Group method d
8282

8383
```js
8484
analytics.group("groupId", {
85-
name: "Group Name",
86-
trait1: "example"
85+
name: "Group Name",
86+
trait1: "example",
8787
});
8888
```
8989

0 commit comments

Comments
 (0)