Skip to content

Commit 63135fa

Browse files
committed
wording
1 parent d5b5312 commit 63135fa

File tree

1 file changed

+5
-5
lines changed
  • src/connections/sources/catalog/libraries/website/plugins/youtube

1 file changed

+5
-5
lines changed

src/connections/sources/catalog/libraries/website/plugins/youtube/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ With the analytics.js YouTube Plugin you can collect YouTube player events into
88
## Prerequisites
99
To begin, create a new project in the Google Developer Console, then create a new API key in that project for the Segment YouTube plugin. You can read more about this process in the YouTube documentation on [registering an application](https://developers.google.com/youtube/registering_an_application){:target="_blank”}.
1010

11-
The Segment YouTube Plugin requires the following APIs:
12-
- [YouTube IFrame player API](https://developers.google.com/youtube/iframe_api_reference#Getting_Started){:target="_blank”}: Segment's YouTube plugin uses this to control the video (play, pause, stop) and retrieve information stored inside the iFrame.
13-
- [Data API](https://developers.google.com/youtube/v3/getting-started){:target="_blank”}: Segment's YouTube plugin uses this to access metadata about the video in the iFrame.
14-
15-
> note "Securely using API keys"
11+
> note "Secure your API keys"
1612
> You can [secure your API keys](https://cloud.google.com/docs/authentication/api-keys#securing){:target="_blank”} by adding API key restrictions, deleting unused API keys, and periodically rotating your keys.
1713
14+
The Segment YouTube Plugin requires the following Google APIs:
15+
- [YouTube IFrame player API](https://developers.google.com/youtube/iframe_api_reference#Getting_Started){:target="_blank”}: Used to control the video (play, pause, stop).
16+
- [Data API](https://developers.google.com/youtube/v3/getting-started){:target="_blank”}: Used this to access metadata about the video in the iFrame.
17+
1818
## Getting Started
1919

2020
After you've generated the API key:

0 commit comments

Comments
 (0)