Skip to content

Commit 3da36a7

Browse files
tcgilbertmarkzegarelli
andauthored
Rename integration to innovid (#4437)
* Rename integration to innovid * cleanup --------- Co-authored-by: markzegarelli <[email protected]>
1 parent fa91bb6 commit 3da36a7

File tree

2 files changed

+11
-10
lines changed
  • .github/styles/Vocab/Docs
  • src/connections/destinations/catalog/tv-squared

2 files changed

+11
-10
lines changed

.github/styles/Vocab/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ https
7474
HTTPS
7575
Hubspot
7676
incrementality
77+
Innovid
7778
ios
7879
iOS
7980
Iterable

src/connections/destinations/catalog/tv-squared/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22
rewrite: true
3-
title: tvsquared Destination
3+
title: Innovid Destination
44
id: 54521fdb25e721e32a72eefc
55
---
6-
[TV Squared](https://tvsquared.com/) enables you to pull same-day TV performance analytics so you can manage TV spend, and create data-driven TV media plans based on network, days, programs, and genres. Our TV Squared Destination is open-source. You can browse the code [in GitHub](https://github.com/segmentio/analytics.js-integrations/tree/master/integrations/tvsquared).
6+
[Innovid](https://www.innovid.com/) enables you to pull same-day TV performance analytics so you can manage TV spend, and create data-driven TV media plans based on network, days, programs, and genres.
77

88
## Getting Started
99

1010
{% include content/connection-modes.md %}
1111

1212
1. From the Segment web app, click **Catalog**.
1313

14-
2. Search for "TV Squared" in the Catalog, select it, and choose which of your JavaScript sources to connect the destination to.
14+
2. Search for "Innovid" in the Catalog, select it, and choose which of your JavaScript sources to connect the destination to.
1515

16-
3. Add your TV Squared Brand ID and Client ID to your Segment Settings UI. You can find this within your TV Squared dashboard.
16+
3. Add your Innovid Brand ID and Client ID to your Segment Settings UI. You can find this within your Innovid dashboard.
1717

18-
4. Segment automatically loads TV Squared's JavaScript tracking snippet onto the page once analytics.js loads. Make sure you remove TV Squared's snippet from your code.
18+
4. Segment automatically loads Innovid's JavaScript tracking snippet onto the page once analytics.js loads. Make sure you remove Innovid's snippet from your code.
1919

20-
5. TV Squared starts automatically recording events after approximately 45 minutes, once our CDN is updated.
20+
5. Innovid starts automatically recording events after approximately 45 minutes, once the CDN is updated.
2121

2222
## Page
2323

@@ -27,7 +27,7 @@ If you're not familiar with the Segment Specs, take a look to understand what th
2727
analytics.page();
2828
```
2929

30-
When you call `page` in Analytics.js, we call TV Squared's `Basic Hit Tracker`. Keep in mind, our Analytics.js library will **automatically fire a `page` call on every page on which it is loaded**, and so unless you want to call `Basic Hit Tracker` more than once, you shouldn't need to do anything additional here.
30+
When you call `page` in Analytics.js, Segment calls Innovid's `Basic Hit Tracker`. Analytics.js library sends a `page` call on every page on which it is loaded, so unless you want to call `Basic Hit Tracker` more than once, you shouldn't need to do anything additional here.
3131

3232
## Track
3333

@@ -42,13 +42,13 @@ analytics.track('Completed Purchase', {
4242
});
4343
```
4444

45-
When you call [`track`](/docs/connections/spec/track/) in Analytics.js, we call TV Squared's `Action Tracker` - where in addition to the `event name`, you can specify a dictionary of properties that will get sent to TV Squared.
45+
When you call [`track`](/docs/connections/spec/track/) in Analytics.js, Segment calls Innovid's `Action Tracker` - where in addition to the `event name`, you can specify a dictionary of properties that will get sent to Innovid.
4646

47-
As per the example above, TV Squared **requires** that you pass in a `revenue`, `productType`, `orderId`, and `promo` property into each of your calls. If you cannot provide a value for one or more of the aforementioned properties, don't worry, you can simply pass in an empty string to send the event.
47+
As per the example above, Innovid **requires** that you pass in a `revenue`, `productType`, `orderId`, and `promo` property into each of your calls. If you cannot provide a value for one or more of the aforementioned properties, don't worry, you can simply pass in an empty string to send the event.
4848

4949
### Event Allow-listing
5050

51-
For each event that you want to track (e.g. using `analytics.track(your_event_name, …)`), you must allow-list the event in your destination settings (under "Event Allow-list"). For example, if you want `analytics.track('Order Completed')` and `analytics.track('Sale')` events to be sent, then you must add Order Completed and Sale to this list.
51+
For each event that you want to track (for example, using `analytics.track(your_event_name, …)`), you must allow-list the event in your destination settings (under "Event Allow-list"). For example, if you want `analytics.track('Order Completed')` and `analytics.track('Sale')` events to be sent, then you must add Order Completed and Sale to this list.
5252

5353
### Custom Track Properties
5454

0 commit comments

Comments
 (0)